body {

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	background-attachment: fixed ;

	background-image: url(../images/bg.jpg) ;

	background-repeat: repeat-x ;

	background-position: center center ;

	background-color: #ffffff ;

}

#site {

	position: absolute ;

	left: 50% ; 

	top: 50% ;

	

	height: 590px ;

	margin-top: -295px ;

	margin-left: -461px ;

}

table.header {

	background-color: #ffffff;

	border: 2px #DCDCDC solid;

	border-collapse: collapse;

	border-spacing: 0px;

}

a:link {

	color: #006896;

	text-decoration: none;

}

a:visited {

	color: #006896;

	text-decoration: none;

}

a:hover {

	color: #4B4341;

	text-decoration: underline;

}

a.footer:link {

	color: #e6e6e6;

	text-decoration: none;

}

a.footer:visited {

	color: #e6e6e6;

	text-decoration: none;

}

a.footer:hover {

	color: #e6e6e6;

	text-decoration: underline;

}



.centre {

    text-align: center;

}



.cadreErreur {

    line-height: 20px;

    padding-top: 20px;

    padding-bottom: 20px;

    width: 95%;

    

    background-color: #FEFFB4;

    border: solid 1px #EB2E15;

	color: #EB2E15;

	

	font-weight: bold;

	text-align: center;

	font-family: Arial;

	font-size: 9pt;

}



.cadreSucces {

    line-height: 20px;

    padding-top: 20px;

    padding-bottom: 20px;

    width: 95%;

    

    background-color: #D8E8FF;

    border: solid 1px #0404CD;

	color:#0D52A3;

	

	font-weight: bold;

	text-align: center;

	font-family: Arial;

	font-size: 9pt;

}



.cadreConfirmation {

    line-height: 20px;

    padding: 20px;

    width: 95%;

    

    background-color: #FEFFB4;

    border: solid 1px #04FF04;

	color: #0D52A3;

	font-family: Arial;

	font-size: 9pt;

	

	font-weight: bold;

	text-align: justify;

	

	height: 40px;

	

	margin-top: 20px;

	margin-bottom: 20px;

	margin-left: auto;

	margin-right: auto;

}



label {

    cursor: pointer;

}
