/* CSS Document */

body {
	
	background-color:#FFFFFF;
}

span {
	
	font-family:arial;
	font-size:12px;
	font-weight:normal;
}
span.bleu26{
	font-family:verdana;
	font-size:26px;
	color:#001a73;
}
span.blanc26{
	color:#FFFFFF;
	font-size:26px;
	font-family:verdana;
}
span.bleu12{

	color:#001a73;
}
span.blanc12{

	color:#FFFFFF;
}
span.bleu11{

	color:#001a73;
	font-size:11px;
}
span.vert11{

	color:#558715;
	font-size:11px;
}
span.vert12{

	color:#558715;
	font-size:12px;
}
span.vert12gras{

	color:#558715;
	font-size:12px;
	font-weight:bold;
}
span.vert14gras{

	color:#558715;
	font-size:14px;
	font-weight:bold;
}
strong{
	
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#001a73;
}
a {
	
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
a:hover {
	
	text-decoration:underline;
}
a.bleu12{

	color:#001a73;
}
a.blanc12{

	color:#FFFFFF;
}

input.texte {
	border-color:#CCCCCC;
	border-width:1px;
	border-style:solid;
	color:#001a73;
	font-size:11px;
	font-family:arial;
	width:150px;
}
input.texte2 {
	border-color:#CCCCCC;
	border-width:1px;
	border-style:solid;
	color:#001a73;
	font-size:11px;
	font-family:arial;
	width:300px;
}
textarea.texte {
	border-color:#CCCCCC;
	border-width:1px;
	border-style:solid;
	color:#001a73;
	font-size:11px;
	font-family:arial;
	width:300px;
	height:100px;
}
td{
	color:#001a73;
	font-size:12px;
	font-family:arial;
}
td.gris{
	color:#999999;
	font-size:12px;
	font-family:arial;
}


/*****************************
	PAGE
****************************/

#page { position: absolute; top: 0;width:950px; left: 50%; margin: 0 0 0 -475px;}

/**************************
	 HEADER
 ***********************/
 
 #header{
 	
	position:relative;
	float:left;
	width:950px;
	height:122px;
	background-image:url(../images/header_fondvert.jpg);
	background-repeat:repeat-x;
	text-align:center;
 }
 #header .bienvenue{
 	
	position:absolute;
	top:10px;
	left:800px;
/*	border:#FFFFFF 1px solid;
*/	width:145px;
	height:50px;
 }
  #menu{
 	
	position:relative;
	float:left;
	width:950px;
	height:28px;
	background-image:url(../images/header_fondmenu.jpg);
	background-repeat:repeat-x;
	text-align:center;
	padding:0px;
	z-index:100;
 }
 #menu .boite_a_onglet{
 	
	position:relative;
	left:190px;
	padding:0px;
	margin:0px;
	height:28px;
 }
 #menu .boite_a_onglet .onglet{
 	
	position:relative;
	float:left;
	margin-right:10px;
	height:28px;
	cursor:pointer;
	overflow:visible;
 }
  #menu .boite_a_onglet .onglet a{
 	
	text-decoration:none;
 }
 #menu .boite_a_onglet .onglet .gauche{
 	
	position:relative;
	float:left;
	width:2px;
	height:28px;
	background-image:url(../images/header_ongletgauche.jpg);
	background-repeat:no-repeat;
 }
 #menu .boite_a_onglet .onglet .centre{
 	
	position:relative;
	float:left;
	padding-left:10px;
	padding-right:10px;
	height:28px;
	background-image:url(../images/header_ongletfond.jpg);
	background-repeat:repeat-x;
	line-height:28px;
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#FFFFFF;
	cursor:pointer;
 }
 #menu .boite_a_onglet .onglet .centre a{
 	
	position:relative;
	float:left;
	padding-left:10px;
	padding-right:10px;
	height:28px;
	background-image:url(../images/header_ongletfond.jpg);
	background-repeat:repeat-x;
	line-height:28px;
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#FFFFFF;
	cursor:pointer;
 }
 #menu .boite_a_onglet .onglet .droit{
 	
	position:relative;
	float:left;
	width:4px;
	height:28px;
	background-image:url(../images/header_ongletdroite.jpg);
	background-repeat:no-repeat;
 }
 #menu .boite_a_onglet .onglet .deroule{
 	
	display:none;
	position:absolute;
	top:28px;
	left:0px;
	width:155px;
	border-top:none;
	border-left:#79add9 2px solid;
	border-right:#79add9 2px solid;
	border-bottom:#79add9 2px solid;

 }
 #menu .boite_a_onglet .onglet .deroule a {
 	
	color:#001a73;
	text-decoration:none;

 }
 #menu .boite_a_onglet .onglet .deroule a:hover {
 	
	color:#001a73;
	text-decoration:none;
 }

 #menu .boite_a_onglet .onglet .deroule div.item{
	width:150px;
	text-align:left;
	background-color:#FFFFFF;
	padding-top:2px;
	padding-left:5px;
	padding-bottom:2px;
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#001a73;

}
* html #menu .boite_a_onglet .onglet .deroule div.item {
   width:150px; /* Lu uniquement par IE 6 */
}
#menu .boite_a_onglet .onglet .deroule div.itemhover{
	width:150px;
	text-align:left;
	padding-top:2px;
	padding-left:5px;
	padding-bottom:2px;
	background-image:none;
	background-color:#1e2a7e;
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#FFFFFF;
	cursor:pointer;

}
* html #menu .boite_a_onglet .onglet .deroule div.itemhover {
   width:150px; /* Lu uniquement par IE 6 */
}
 
 
 
/************************* 
 	FOOTER 
 ************************/
 #footer{
 	
	position:relative;
	float:left;
	width:950px;
	height:22px;
	background-image:url(../images/footer_fondbleu.jpg);
	background-repeat:repeat-x;
	text-align:center;
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	line-height:25px;
 }
 

 
 
/*************************** 
 	CONTENU
 ***********************/
 
 #contenu {
 	
	position:relative;
	float:left;
	width:950px;
	margin-top:20px;
	z-index:1;
 }
 #contenu .gauche{
 	position:relative;
	float:left;
	width:240px;
 }
 #contenu .centre{
 	position:relative;
	float:left;
	width:550px;
 }
 #contenu .centre .haut{
 	position:relative;
	float:left;
	width:550px;
	height:100px;
	background-image:url(../images/grandeboite_haut.jpg);
	background-repeat:no-repeat;
	margin:0px;
 }
 #contenu .centre .haut .titre{
 	
	font-family:verdana;
	font-size:26px;
	font-weight:normal;
	color:#001a73;
	width:350px;
	margin:15px;
	margin-left:20px;
 }
 #contenu .centre .haut .illustration{
 	
	position:absolute;
	top:2px;
	right:6px;
	border-left:1px solid #FFFFFF;
 }
 #contenu .centre .haut_fin{
 	position:relative;
	float:left;
	width:550px;
	height:20px;
	background-image:url(../images/grandeboite_haut.jpg);
	background-repeat:no-repeat;
	margin:0px;
 }
 #contenu .centre .centre{
 	position:relative;
	float:left;
	width:550px;
	background-image:url(../images/grandeboite_centre.jpg);
	background-repeat:repeat-y;
	margin:0px;
	
 }
  #contenu .centre .centre .titre{
 	
	font-family:verdana;
	font-size:26px;
	font-weight:normal;
	color:#001a73;
	width:500px;
	margin:15px;
	margin-left:20px;
 }
 #contenu .centre .centre .texte{
 	
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	color:#001a73;
	margin:20px;
 }
  #contenu .centre .centre .cadre_membre{
 	
	width:524px;
	height:77px;
	background-image:url(../images/index_cadremembres.jpg);
	background-repeat:no-repeat;
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	color:#001a73;
	margin-left:7px;
 }
   #contenu .centre .centre .cadre_membre .cadre_titre{
 	
	float:left;
	width:480px;
	height:15px;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#001a73;
	margin-left:35px;
	margin-top:20px;
 }
   #contenu .centre .centre .cadre_membre .slideshow{
 	
	float:left;
	width:350px;
	margin-left:35px;
	top:0px;
 }
 #contenu .centre .centre .cadre_membre a.bouton{
 
 	float:left;
	width:130px;
	text-align:center;
 }
 #contenu .centre .centre .item{
	position:relative;
	float:left;
	width:500px;
	padding:0px;
	padding-top:5px;
	padding-bottom:25px;
	margin-left:25px;
	border-top: solid;
	border-top-color: #558715;
	border-top-width: 1px;
 }
 #contenu .centre .centre .item_top{
	position:relative;
	float:left;
	width:500px;
	padding-bottom:15px;
	margin-left:25px;
	margin-top:30px;
 }
 #contenu .centre .centre .item .titre {
 	
	position: relative;
	float:left;
	width:465px;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	color:#001a73;
	padding:0px;
	margin:0px;
	
 }
#contenu .centre .centre em {
display:block;
width:99%;
}

 #contenu .centre .centre .item .titre a{
 	
	position: relative;
	float:left;
	width:465px;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	color:#001a73;
	padding:0px;
	margin:0px;
	
 }
 #contenu .centre .centre .item .desc a{
 	
	position: relative;
	float:left;
	width:500px;
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	color:#001a73;
	margin:0px;
	font-style:italic;
 }
 #contenu .centre .centre .item .en_savoir_plus a{
 	
	/*position: relative;
	float:left;
	width:25px;
	text-align:right;
	font-family:arial;
	font-size:11px;
	font-weight:normal;
	color:#00135a;*/
	position: relative;
	float:left;
	width:30px;
	text-align:right;
	font-family:arial;
	font-size:11px;
	font-weight:normal;
	color:#00135a;
	cursor:pointer;
 }
 
 #contenu .centre .bas{
 	position:relative;
	float:left;
	width:550px;
	height:62px;
	background-image:url(../images/grandeboite_bas.jpg);
	background-repeat:no-repeat;
 }
  #contenu .centre .bas_fin{
 	position:relative;
	float:left;
	width:550px;
	height:27px;
	background-image:url(../images/grandeboite_bas.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
 }
 #contenu .droit{
 	position:relative;
	float:left;
	width:160px;
	background-image:url(../images/contenu_fondplante.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:373px;
 }
 #contenu .droit .recherche{
 	position:relative;
	float:left;
	width:160px;
	height:83px;
	background-image:url(../images/droite_boiterecherche.jpg);
	background-repeat:no-repeat;
 }
 
 #contenu .droit .contact-button {
 	margin-left:2px; 
	clear:both; 
	background-repeat:no-repeat; 
	background-image:url('/images/contacteznous.jpg'); 
	height:21px; 
	width:157px; 
	color:#FFFFFF; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	text-align:center; 
	font-weight:bold; 
	padding-top:2px
 }
 
 #contenu .droit .contact-link {
 	color:#FFFFFF; 
 	font-weight:bold
 }
 
  #contenu .droit .recherche .formulaire{
 	margin:5px;
 }
 #contenu .droit .recherche .formulaire .recherche_gauche{
 	margin-top:5px;
 	text-align:right;
	width:150px;
	height:21px;
 }
 
 /*********************************
 	MODULE : DOSSIERS, NEWS
 *********************************/
 
 #contenu .gauche .module_boite{
 	
	position: relative;
	float:left;
	width:230px;
	background-repeat:no-repeat;
 } 
#contenu .gauche .module_boite .haut{
 	
	position: relative;
	float:left;
	width:230px;
	height:39px;
	background-repeat:no-repeat;
	background-image:url(../images/module_cadreblanchaut.jpg);
	
 } 
#contenu .gauche .module_boite .haut .ruban_titre{
	position: relative;
	left:4px;
	width:216px;
	height:15px;
	line-height:15px;
	background-color:#689e10;
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	text-align:right;
	margin-top:20px;
}
#contenu .gauche .module_boite .centre{
	
	position:relative;
	float:left;
	width:230px;
	background-image:url(../images/module_cadreblanccentre.jpg);
	background-repeat:repeat-y;
}
#contenu .gauche .module_boite .centre .liste{
	
	position: relative;
	float:left;
	width:216px;
	margin-top:15px;
}
#contenu .gauche .module_boite .centre .liste .item{
	
	position: relative;
	float:left;
	width:210px;
	margin-bottom:10px;
	cursor:pointer;
}
#contenu .gauche .module_boite .centre .liste .item .titre{
	
	position: relative;
	float:left;
	width:210px;
	text-align:right;
	font-family:arial;
	font-size:11px;
	font-weight:normal;
	color:#00135a;
	cursor:pointer;
}
#contenu .gauche .module_boite .centre .liste .item .desc{
	
	position: relative;
	float:left;
	width:210px;
	text-align:right;
	font-family:arial;
	font-size:11px;
	font-weight:normal;
	color:#689e10;
	cursor:pointer;
}
#contenu .gauche .module_boite .centre .liste .item .en_savoir_plus {
	
	position: relative;
	float:right;
	width:210px;
	text-align:right;
	font-family:arial;
	font-size:11px;
	font-weight:normal;
	color:#00135a;
	cursor:pointer;
}
#contenu .gauche .module_boite .centre .liste .item .en_savoir_plus a:hover{
	
	text-decoration:underline;
}
#contenu .gauche .module_boite .centre .tous{
	position: relative;
	float:left;
	margin-top:15px;
	width:220px;
	text-align:center;
}
#contenu .gauche .module_boite .centre .tous a{
	font-family:arial;
	font-size:11px;
	font-weight:normal;
	color:#00135a;
}
#contenu .gauche .module_boite .centre .tous a:hover{
	text-decoration:underline;
}
#contenu .gauche .module_boite .bas{
	
	position:relative;
	float:left;
	width:230px;
	height:28px;
	background-image:url(../images/module_cadreblancbas.jpg);
	background-repeat:no-repeat;
}

/***********************
	ADMINISTRATION
***********************/
#contenu .admin{
	
	margin-left:190px;
	width:700px;
	margin-bottom:20px
}

#contenu #guide{
	width:170px; 
	float:left;
}
