/* CSS Document */


.texte{
	font-size: 12px;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	text-align:justify;
}

.texte1 {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2E5683;
}

a {
	text-decoration: none;
	color:#57A4DD;
}
a:hover{
	text-decoration: underline;
	color:#D79E28;	
}

a.titre	{ color: #000066; text-decoration: none; font-size:14px;font-family:Arial, verdana;font-weight:bold;text-align:left;}
a.titre:hover  { text-decoration: underline; color : #BE8B58; }

.textefonce {
	font-size: 15px;
	font-weight: bold;
	text-transform: none;
	font-variant: normal;
	color: #406584;
	font-family: Verdana, Helvetica, sans-serif;
	font-style: italic;
}

.texte_orange {
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #FEAB6D;
}

body {   margin: 0; /* pour éviter les marges */   text-align: center; /* pour corriger le bug de centrage IE */ }

#layout {
	width:991px;
	z-index:2;
	margin: 0 auto;
	text-align: left;
	height:100%;
	
}
#banniere {
	height:121px;
	z-index:1;
	width: 854px;
}

#topleft {
	position:relative;
	width:571px;
	height:45px;
	z-index:1;
	background-image: url(images/menu/index02.jpg);
	vertical-align: middle;
	
}
#topmenu {
	height:45px;
	z-index:1;
	position: relative;
	left: 571px;
	top: -45px;
	width: 283px;
}
#agir{
	height:166px;
	z-index:2;
	position: relative;
	top: -121px;
	width: 142px;
	float: right;
}
#centre{
	position: relative;
	top: -45px;
	height: auto;
	z-index: 1;
}
#menudroite{
	width: 198px;
	position: relative;
	float: left;
	height:1000px;
}

#content{
	width: 991px;
	background-repeat: repeat-y;
	float: left;
	position: relative;
	top: -76px;
	background-color: #FFFFFF;
	height:auto;
	min-height: 1000px;
	background-image: url(images/menu/menubas.jpg);
	z-index: 1;
}
#text_content{
	padding: 10px;
	height:auto;
	padding-left: 205px;
	min-height: 1000px;
	z-index: 2;
}
#conteneur_actus{
	float:left;
	position:relative;
	width: 373px;
	height:auto;
	top: 150px;
}
#actuhaut{
	width: 373px;
	background-image: url(images/menu/actus_fondhaut.jpg);
	height: 24px;
}
#actumilieu{
	background-image: url(images/menu/actus_fondmilieu.jpg);
	background-repeat: repeat-y;
	padding-left:15px;
	padding-right:30px;	
	height:auto;
}
#actubas{
	width: 373px;
	background-image: url(images/menu/actus_fondbas.jpg);
	height: 46px;
	margin-top:-9px;
}
.style1 {color: #2E5683}
