/* CSS Document */



body {



	background-color: #2d4d77;

	background-image: url(gfx/bg.gif);

	background-repeat: repeat-x;

}

body,td,th {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #FFFFFF;

}

.references {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-style: normal;

	font-weight: normal;

	color: #0e294c;

	text-decoration: none;

	border-top-width: 0px;

	border-right-width: 0px;

	border-bottom-width: 1px;

	border-left-width: 0px;

	border-top-color: #2B2B2B;

	border-right-color: #2B2B2B;

	border-bottom-color: #2B2B2B;

	border-left-color: #2B2B2B;

	background-color: #0e294c;

	border-top-style: solid;

	border-right-style: solid;

	border-bottom-style: solid;

	border-left-style: solid;

	margin-top: 3px;

	margin-right: 5px;

	margin-bottom: 3px;

	margin-left: 5px;

}

.bloc_d {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-style: normal;

	font-weight: normal;

	color: #FFFFFF;

	text-decoration: none;

	padding-right: 20px;

	padding-left: 20px;

	background-color: #0E294C;

}

.bloc_d_titre {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-style: normal;

	font-weight: bold;

	color: #FFFFFF;

	text-decoration: none;

}

/* POLICES & TITRES  */



.Gris1 {color: #666666}

.Gris2 {color:#96c1f8}

.Petit {font-size: 10px}

.Petit:hover {color:#666666;}



.titre_orange {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 20px;

	font-style: normal;

	font-weight: bold;

	color: #7fa6d7;

}

.texte_centre {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-style: normal;

	font-weight: normal;

	color: #FFFFFF;

	text-decoration: none;

	padding-right: 30px;

}

.titre_blanc {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 20px;

	font-style: normal;

	font-weight: bold;

	color: #FFFFFF;

}

/* LIENS */



a:link {

	color: #FFFFFF;

	text-decoration: none;

}

a:visited {

	color: #FFFFFF;

	text-decoration: none;

}

a:hover {

	color: #7fa6d7;

	text-decoration: none;

}

a:active {

	color: #FFFFFF;

	text-decoration: none;

}

.liens_orange {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-style: normal;

	font-weight: normal;

	color: #7fa6d7;

	text-decoration: none;

}





/* FORMULAIRE */



.formulaire {
	BORDER-RIGHT: medium none;
	BORDER-TOP: medium none;
	FONT-SIZE: 10px;
	BORDER-LEFT: medium none;
	WIDTH: 100%;
	COLOR: #FFF;
	BORDER-BOTTOM: medium none;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #0E294C

}

.formulaire_bouton {
	BORDER-RIGHT: medium none;
	BORDER-TOP: medium none;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	BORDER-LEFT: medium none;
	WIDTH: 49%;
	COLOR: #FFF;
	BORDER-BOTTOM: medium none;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #0E294C

}



/* DIVS FOOTER */



.footer {

	padding-right: 0px;

	padding-bottom: 0px;

	height: 215px;

	padding-left:10px;

	background-image: url(gfx/index_09.gif);

	background-repeat: no-repeat;

	}

	.bouton {

	background-image: url(gfx/bouton-entrez.gif);

	background-repeat: no-repeat;

	padding-left:25px;

	font-size:14px;

	FONT-WEIGHT: bold; 

	}

	

	/* MENU */

	/***************/

		#nav {

				list-style: none ;

				margin: 0 ;

				padding: 0 ;	

				}

			#nav li {

	width: 290px;

	height:32px;

	margin-right: 1px;

	color: #fff;

	line-height: 3px;

				}

			#nav li a {

	display: block;

	height:4px;

	color: #173b69;

	padding: 12px 0;

	text-align: center;

	background-repeat: no-repeat;

	background-position: left top;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

				}

			#nav li a:hover, #nav li a:focus, #nav li a:active {

	background-color: #173b69;

	color:#fff;

	background-repeat: no-repeat;

	background-position: right top;

				}
