/* Données Générales */

html, body{
	
 	padding:0;
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif ;
	font-size:12px ;
	color:#333333;
	background:#FFFFFF ;
}

a{
	color:#666666 ;
	text-decoration:none ;
}

a:hover{
	color:#333 ;
	text-decoration:underline ;
}

/*pour éviter bord bleu*/

img {
	border:none ;
}

/* Mise en forme du container de la page */

#container{
	
	width:810px;
	margin:10px auto 0 auto;
	border:1px solid #9c0;
}
.logo{
	padding:4px;
}

.titre_tete{
	background:url(../images/tete.gif) 0px 0px no-repeat;
	padding:55px 0 60px 60px;
	margin:0px;
	font-size:20px;
	font-weight:bold;
	color:#9c0;
	float:left;	
}


#menu{
	width:453px ;
	height:100px;
	margin:8px 5px 0 0;
	float:right;
}

#menu p{
	font-size:12px;
	letter-spacing: 1.1px;

}

#partieh, #partieb{
	width:100%;
	
	
}

#partieh{
background-image:url(../images/bordmenu_01.gif);
	
}

.large1{
	width:175px;

}

#large1bg, #large1bg a:hover{
	background-image:url(../images/bordmenu_03.gif);
	background-repeat:no-repeat;
	background-position: left bottom;
}


.large2{
	width:160px;
}

.large3{
	width:110px;
}

#large3bg, #large3bg a:hover{
	background-image:url(../images/bordmenu_02.gif);
	background-repeat:no-repeat;
	background-position: right top;
}

dl{
	margin:0;
	padding:0;
	float:left;
	text-align:center;
	
}

dt{
	margin:0;
	
}



#partieh dl{
	background-color: #cf9;
}
#partieb dl{
	background-color: #cf9;
}

#menu dt a{
	display:block;
	padding:2px 0 0 8px;
	color: #333333;
	height:20px;
}

#menu dt a:hover{
	background-color:#99CC00;
	
}



#mission{
	width:750px;
	height:80px;
	margin:10px 20px 0px;
	font-size: 16px;
	line-height: 22px;
}

.mission2{
	margin:10px 30px 30px;
	font-size: 16px;
}

.mission2 a{
	color:#333333;
	font-weight: bold;
	text-decoration: underline;
}	
	
.mission2 a:hover{
	color:#09c;
}	

.mission2 p{
	margin:0;
	padding:0;
}


.img_actu{
	float:right;
	margin-right: 20px;
}

	
.titre{
	width:760px;
	height:20px;
	margin:30px 0px 40px 40px;
	font-size: 20px;
	color:#9c0;
	font-weight: bold;
	letter-spacing: 5px;
	text-align: center;
	}
	
	
.titre p{
	margin:0;
	padding:0;
}



.soustitrefond{
	width:410px;
	height:35px;
	margin:0 ;
	padding:  0;
	background: url(../images/fondsstitre_01.jpg) no-repeat left bottom;
	font-size: 15px;
	color:#09c;
	font-weight: bold;
	padding-left: 400px;
	
}

.containerfond{
	width:810px;
	background:	 url(../images/fond2_02.jpg) ;
	margin: 0;
	padding: 0px;

}

.img_actu2{
	float:right;
	margin-right:20px;
	padding: 0px 40px 10px 20px;
	
}
	
/*cadre*/
.cadre{
	margin-top:10px;/*40px;*/
	margin-left:58px;
	padding:0;
}

.topcadre{
	height:42px;
	background:url(../images/cadre_top.jpg) no-repeat left top;
	padding:0;
	margin:0;
	
}

.blocflex{
	background:url(../images/cadre_bord.jpg) repeat-y left top;
	width:708px;
	margin-top:-1px;/*correction IE*/
	padding:0 8px 0 20px;
	/*margin-right: 30px;*/
	color: #09c;
	
}

.bottomcadre{
	height:45px;
	background:url(../images/cadre_bottom.jpg) no-repeat left top;
	margin: 0px 0 20px 0;/*correction firefox*/
	padding:0;
}


.titre_cadre{
	font-weight: bold;
	font-size: 14px;
	padding: 0 0 0 0;
	

}
.texte_cadre{
	padding:0 30px 0 0;
	margin:0;

}


/*fin cadre*/

.retourhautpage {
	text-align: center;
	height: 30px;
}


.retourhautpage a{
	color:#09c;
	
}

	
.retourhautpage a:hover{
	text-decoration: underline;
	
}



#footer{
	color:#9c0;
	font-size:11px;
	margin:20px auto 0 auto;
	text-align:center;
}

#footer a{
	color:#9c0;
	font-size:11px;
	text-decoration:none;
}


#footer a:hover{
	color:#9c0;
	font-size:11px;
	text-decoration: underline;
}

hr{
visibility: hidden;
clear: both;
margin:0;
}

