@charset "UTF-8";
/* CSS Document */
body{
	background-color: #e0e0e0;
}

p {
font-family : Verdana ;
font-size : 14px ;
text-align: center;
/* color gris eneris*/
color : #FFFFFF ;
}

a {
font-family : Verdana ;
font-size : 12px ;
}

a:link { 
color: #17365D ; 
}

a:visited {
color :#17365D ; 
}

a:hover { 
color: #404040 ; 
text-decoration: none ; 
}

.style1 {
	font-size: 18px
}


div#menu a {
	color:#FFFFFF;
	font: 15px Calibri;
	}
div#menu ul {
	padding: 1px; 
	margin:1px; 
	text-align:center;
	}
div#menu li {
	padding: 2px 2px 2px 2px; 
	background:#17365D;
	margin: 1px ; 
	}
div#menu li:hover {
	background: #69AD1A;
	}
 div#menu li.bon {
 	background-color:#69AD1A;
	}

div#menu ul li {
	position:relative; 
	list-style: none; 
	float:left; 
	}
div#menu li a {
	text-decoration: none; 
	padding: 4px 0 4px 3px; 
	display:block;
	}

H1 {
	font-family: Verdana;
	color : #ffffff;
	text-align: center;
	font-weight: 500;
	font-size: 13px;
	background-color: #69AD1A;
	height: 60px;
	vertical-align: middle;
}

H2 {
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
	/* color gris*/
	color : #808080;
	text-align: justify;
	font-weight: 200;
	line-height: 1.5;
}

H3 {
	font-family: Consolas;
	font-size: 16px;
	/* color gris*/
	color : #808080;
	line-height: 2;
}

H4 {
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
	/* color gris*/
	color : #808080;
	text-align: justify;
	font-weight: 200;
	line-height: 1.5;
}

.bleu {
	font-family: Verdana;
	/* color bleu eneris*/
	color : #17365D;
	text-align: justify;
	font-weight: 100;
}


.titre_colonne {
	font-family: Verdana;
	color : #17365D;
	text-align: center;
	font-weight: 500;
	font-size: 13px;
}

.cadre_titre {
	font-family: Verdana;
	text-align: center;
	font-weight: 500;
	font-size: 13px;
	background-color: #FFFFFF;
}

.contact_bas {
	font-family: Verdana;
	color : #17365D;
	text-align: center;
	font-weight: 300;
	font-size: 9px;
	width: 650px;
	height: 50px;
	vertical-align: bottom;
	background-image: url(../images/ligne_bas.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.form_label {
	font-family: Verdana;
	color : #669933;
	text-align: left;
	font-weight: 400;
	font-size: 12px;
	width: 150px;
	height: 20px;
}

.form_case {
	text-align: left;
	width: 200px;
	height: 20px;
}

.gris {
	font-family: Verdana;
	/* color gris eneris*/
	font-size: 11px;
	color : #808080;
	margin-top: 10px;
	font-style: italic;
	font-weight: 100;
	text-align: left;
}

.gris-petit {
	font-family: Verdana;
	/* color gris eneris*/
	font-size: 9px;
	color : #808080;
	margin-top: 11px;
	font-style: italic;
	font-weight: 100;
	text-align: left;
}

.gras {
	font-weight: bold;
}

.italique {
	font-style: italic;
}

.bille_1 {
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
	color : #17365D;
	text-align: justify;
	margin-left: 5px;
	font-weight: 100;
	line-height: 1.5;
}


.bille_2 {
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
	color : #808080;
	text-align: justify;
	margin-left: 15px;
}

/* tableau mise en page */
table {
	margin: auto;
}

#taille_site{
	width: 800px;
}

#cadre_table{
	width: 810px;
	background-color: #f0f0f0;
	border-color: #17365D;
	border: 2;
}

#main_table{
	border: 0px;
	width: 800px;
}
#menu_table{
	border: 0px;
	width: 800px;
	height: 20px;	
}


td {
	font-family: Verdana;
	border: 0px;
	padding: 1px;
	text-align: center;
}

li {
	font-family: Verdana;
	font-size : 12px;
	/* color gris GT*/
	color : #808080;
}

form{
	border: 0px;
	width: 400px;
	height: 350px;
	text-align:left;
}


textarea {
 border:1px solid #669933;
 background-color:#f0f0f0;
}
 
input {
 border:1px solid #669933;
 background-color:#f0f0f0;
}

input[type=submit], input[type=reset] {
 border:2px outset #17365D;
 font-weight:bold;
 cursor:pointer;
 }
input[type=submit]:hover, input[type=reset]:hover {
 border:2px outset #669933;
 background-color:#669933;
 }
input[type=submit]:active, input[type=reset]:active {
 border:2px inset #17365D;
 background-color:#17365D;
 color:black;
 } 


#apDiv1 {
	position:relative;
	width:100px;
	height:100px;
	z-index:1;
	left: 0px;
	top: 0px;
	border: 1;
}

#apDiv2 {
	position:relative;
	width:100px;
	height:200px;
	z-index:1;
	left: 10px;
	top: 10px;
	border: 0;
}

#apDiv3 {
	position:relative;
	width:320px;
	z-index:auto;
	left: 40px;
	top: -30px;
	border: 0;
}

