#header{
	height: 120px;
}

#navigation{
	background: none;
}

/* image en bas à gauche */
#imagesousmenu{
	float: left;
	position: relative;
	bottom: 122px;
	left: 29px;
}

/* image en bas à droite */

/************************** Contenu ***************************/

#contenus{
	padding-top: 10px;
	margin-left: 70px;
	width: 545px;
	position: relative;
}


.composant{
	width: 242px;
}

.composant h2, .agenda h2{
	color: #b13227;
	background: url(images/home_pointilles_h2.png) repeat-x top left;
	width: 242px;
	text-transform: uppercase;
	font-size: 18px;
	height: 25px;
}

.composant h3, .agenda h3{
	color: #065d05;
	background: url(images/puce-verte.gif) no-repeat 0 6px;
	padding-left: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #065d05;
	display: inline;
}

.composant .accroche {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	text-align: none;
}

.composant ul, .agenda ul{
	padding-left: 14px;
	list-style-type: none;
	background: url(images/home-actualite-milieu.png) repeat-y top left;
	margin: -3px 0 -2px -11px;
}


.composant ul li, .agenda ul li {
	margin: 0;
	padding: 10px 0 10px 10px;
	background: url(images/pointilles.gif) repeat-x top left;
}
.composant ul li:first-child , .agenda ul li:first-child{
	background-image: none;
	height: 1%;
}


.composant img, .agenda img{
	padding-left:0;
}

.composant a, .agenda a{
	text-decoration: none;
}

.composant .actualites{
	float: left;
}

.agenda{
	position: absolute;
	top: -5px;
	right: 0;
	width: 242px;
	color: #7D7F7D;
}

.agenda h2{
	margin-bottom: 0px;
}

/************************** MENU PRINCIPAL ***************************/
	
	 
#menuprincipal{
	background: none;
	width: 200px;
	position: static;
	height: auto;
}
.menulist li{
	float: none;
	background: url(images/home-menuprincipal-fond.png) repeat-x top left;
	height: 25px;
}
.menulist a{
	color: #6a9e68;
	background: none;
}
.menulist a:hover{
	color: #fff;
}
.menulist li li{
	background: none;
	width: 200px;
}
.menulist a:hover, .menulist a.highlighted, .menulist a.highlighted:hover, .menulist a:focus {
	background: url(images/menuprincipal-hover-fond.gif) repeat-x top left;
}
.menulist ul {
	left: 205px;
	top: -12px;
	text-transform: uppercase;
	width: 200px;
}
.menulist ul li{
	background: url(images/home-menuprincipal-fond.png) repeat-x top left;
}
.menulist ul a{
	border: none;
}
.menulist ul ul {
	left: 200px;
}

/************************** PIED DE PAGE ***************************/

#pieddepagetexte {
	margin-left: 282px;
}


