H1  {
	font-size : 36px;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-weight : bold;
	color : #006633;
	text-decoration : none;
	float : none;

}

.accueil {
	font-size : 18px;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-weight : bold;
	color : #006633;
}

H2  {

	font-size : large;

	font-family : Georgia, "Times New Roman", Times, serif;

	font-weight : bold;

	font-style : normal;

	color : Green;

	line-height : 25pt;

	text-align : left;

	margin-left : 20px;

	text-indent : 0px;

}



H3  {

	font-size : medium;

	font-family : Georgia, "Times New Roman", Times, serif;

	font-weight : bold;

	color : Green;

	text-decoration : none;

	margin-left : 40px;

	text-indent : 0px;

}

H4  {

	font-size : medium;

	font-family : Georgia, "Times New Roman", Times, serif;

	font-weight : bold;

	color : Green;

	text-decoration : none;

	margin-left : 40px;

	text-indent : 0px;

}




A  {

	color : Blue;

; text-decoration: none

}



A:Visited  {

	color : Navy;

; text-decoration: none

}



A:Hover  {

	color : Red;

; text-decoration: underline

}



BODY  {

	text-align : justify;
	list-style-position : inside;
	margin : 4pt;
	font: 12px/normal Arial, Helvetica, sans-serif;


}



H4  {

	font-size : small;

	font-family : Georgia, "Times New Roman", Times, serif;

	font-weight : bold;

	margin-left : 60px;

	text-indent : 0px;

}



H5  {

	font-size : x-small;

	font-family : Georgia, "Times New Roman", Times, serif;

	font-weight : bold;

	text-decoration : underline;

	margin-left : 80px;

	text-indent : 0px;

}



.navigationDroite {
	margin-right: 10px;
	padding-right: 10px;
}
.navigationGauche {
	margin-left: 10px;
	padding-left: 10px;

}

.divisionTexte {
	width:686px;
	background-color:white;
	border-style: solid ;
	border-color: black;
	border-width: 1px;
	padding:20px ;
	margin:20px
}

.divisionTexteIndex {
	width:918px;
	background-color:white;
	border-style: solid ;
	border-color: black;
	border-width: 1px;
	padding:0px ;
	margin:5px;
}
.divisionPartenaire {
	width:150px;
	background-color:white;
	border-style: solid ;
	border-color: black;
	border-width: 1px;
	padding:5px ;
	margin:20px;
	font: 12px/normal Arial, Helvetica, sans-serif;
	text-decoration : none;
}


.divisionMenu {
	width:686px;
	background-color:white;
}
divisionMenu.A {
	color : red;
}
divisionMenu.A:Visited {
	color : red;
}
divisionMenu.A:HOVER {
	color : red;
}


.divisionMenuCenter {
	width:686px;
	background-color:white;
	text-align : center;
}


.divisionContent {
	width:720px;
	padding:10px;
	text-align:justify;
	border-left:solid 1px black;
}

.image {
	float:left;
	margin-right:20px;
	margin-bottom:12px;
}




	#ajax_listOfOptions{
		position:absolute;	
		width:175px;	
		height:180px;	
		overflow:auto;	
		border:1px solid #000000;	
		background-color:#FFF;	/
		text-align:left;
		font-size:0.9em;
		z-index:100;
	}
	#ajax_listOfOptions div{	
		margin:1px;		
		padding:1px;
		cursor:pointer;
		font-size:0.9em;
	}
	#ajax_listOfOptions .optionDiv{
		
	}
	#ajax_listOfOptions .optionDivSelected{ 
		background-color:#fdbf00;
		color:#FFF;
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}
	
/* mytable */

/* Classe pour tableaux standards, légèrement grisés. Syntaxe : {| class="mytable" */

/* Tableaux selon la charte graphique. Ils sont centrés par défaut. */
table.mytable { /* monobookocentré debut */
 margin-top:1em;
 margin-bottom:1em;
 background:#F9F9F9;
 border:1px #AAA solid;
 border-collapse:collapse;
 font: 12px/normal Arial, Helvetica, sans-serif;
}

table.mytable th, table.mytable td {
 border:1px #AAA solid;
 padding:.3em;
 font: 12px/normal Arial, Helvetica, sans-serif;
}

table.mytable th, .mytable_header {
 background:#F2F2F2;
 text-align:center;
}

table.mytable caption {
 margin-left:inherit;
 margin-right:inherit;
} /* monobookocentré fin */

/* Alignement du tableau : flottant à droite ou à gauche, ou centré. On peut aligner à droite ou à gauche
   sans flottement en ajoutant le [[modèle:clr]] en bas du tableau, ou en précisant style="float:none"
   dans l'en-tête du tableau. */
table.gauche {
 /*float:left;*/
 margin:0 1em 1em 0;
}

table.droite {
 /*float:right;*/
 margin:0 0 1em 1em;
}

table.centre {
 margin:1em auto;
}
