@charset "utf-8";
#bandeau {
	height: 130px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(images/bandeau_simple.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AFA6A7;
	
}
#bandeau2 {
	height: 198px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #93B1C9;
}
#parent {
	height: 100%;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/bandeau_bas.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height:600px;
}
#parent #sommaire {
	float: left;
	height: 600px;
	width: 180px;
	position: relative;
	z-index: 1;
}
#parent #contenu {
	height: 100%;
	width: auto;
	padding: 10px;
	margin-left: 190px;
	min-height:600px;
}
#parent #flash {
	float: right;
	height: 200px;
	width: 770px;
}

#bandeau #menuhaut li {
	display: inline;
	margin-right: 15px;
	margin-left: 15px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #59C7EA;
	color: #64696D;
}

#bandeau #menuhaut a:hover {
	color: #FFFFFF;
}


* {
	margin-top: 0px;
}

#bandeau #menuhaut {
	float: right;
	height: 25px;
	width: 180px;
	position: absolute;
	left: 758px;
	top: 99px;
	visibility: hidden;
}
#bandeau #menuhaut a {
	font-weight: bold;
	color: #25516B;
	text-decoration: none;
}


#bandeau #logo {
	margin-left: 57px;
	margin-top: 14px;
}




.fond_cell {
	background-color: #DAE4A0;
}

.textebleu {
	font-weight: bold;
}


#parent #sommaire li {
margin: 0;
padding: 0;
list-style-type: none;
}


.titrerouge {
	font-size: 14px;
	font-weight: bold;
	color: #E20040;
}


.titreacc {
	font-size: 30px;
	color: #3E85B1;
	font-weight: bold;
}
.bordvert {
	border: 1px solid #CBD86C;
}
#parent #contenu #tabtexte {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
}
#parent #contenu #tabtexte td {
	padding: 10px;
}
.commentaires {
	font-size: 10px;
}
.justifie {
	text-align: justify;
}


.signature {
	color: #E2003F;
}

.titrebleu {
	font-weight: bold;
	color: #015696;
	font-size: 14px;
}
.titre_moyen {
	color: #d6083b;
	font-weight: bold;
}
.centre {
	text-align: center;
}
.titre_blanc {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
#eco2 {
	width:167px;
	height:139px;
	z-index:30;
	left: 8px;
	font-weight: bold;
	color: #003479;
	background-color: #FFFFFF;
	border: 1px solid #003479;
	position: absolute;
	top: 349px;
	visibility: visible;
}
.titre_rubrique {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #003f87;
	display: block;
	height: 20px;
	width: 100%;
	padding-top: 3px;
	text-transform: uppercase;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.bord_actu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D72731;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d72731;
	border-left-color: #D72731;
}
.lien_petit {
	font-size: 10px;
	color: #3E85B1;
}
.texte_blanc {
	color: #FFFFFF;
}
#contenu #presentation #imgedito {
	float: left;
	margin-right: 8px;
	margin-left: 5px;
}
.tableau_centrer {
	margin-right: auto;
	margin-left: auto;
}




.navigation {
	list-style: none;
	color: #000;
	width: 180px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
      } 
   .navigation a { 
      display: block; 
      padding: 4px 10px; 
      color: #fff; 
      text-decoration: none; 
      
      } 
	  .navigation span {
	display: block;
	padding: 4px 10px;
	color: #FFF;
	text-decoration: none;
	
      } 
   .navigation .toggleSubMenu a, .navigation .toggleSubMenu span {
	background-image: url(images/barremenu2.gif);
	font-weight: bold;
	text-align: center;
	background-repeat: no-repeat;
	margin-top: 3px;
	margin-left: 1px;
      } 
   .navigation .open a, .navigation .open span {
	background-image: url(images/barremenu2.gif);
	background-repeat: no-repeat;
	margin-left: 1px;
      } 
   .navigation a:hover, .navigation a:focus, .navigation a:active { 
      text-decoration: underline; 
	  
      } 
   .navigation .subMenu {
	font-size: 11px;
	background: #fff;
	color: #d6083b;
	padding: 0;
	border: 1px solid #003F87;
	margin-top: 1px;
	margin-bottom: 2px;
	text-align: center;
	width: 174px;
	margin-left: 2px;
      } 
   .navigation ul.subMenu a {
	background: none;
	padding: 3px 20px;
	color: #d6083b;
      }
	 .navigation ul.subMenu .open_at_load{
	font-size: 0.8em;
	background: #fff;
	color: #d6083b;
	padding: 0;
	border: 1px solid #3C83B1;
	margin-top: 3px;
	margin-bottom: 3px;
	
		  }
.navigation ul.subMenu a.selection {
	background: none;
	padding: 3px 20px;
	color: #003F87;
}
