
#imprimer, #ascendance {
	display: none;
}

#header {
	padding: 0;
	height: 231px;
}

#titre {
	margin-top: -46px;
}


#contenus {
	min-height: 320px;
	_height: 320px;
}


/****** ACTUALITES *******/

#actualites {
	background: #508300 url(images/home-actualites.png) no-repeat top left;
	position: absolute;
	width: 310px;
	height: 229px;
	top: 290px;
	left: 0;
}
#actualites h2 {
	display: block;
	color: #066;
	margin: 1px 0 0 40px;
	font-size: 20px;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#actualites h2 strong {
	font-weight: bold;
}
#actualites ul {
	list-style-type: none;
	margin: 20px 20px 0 25px;
}
#actualites li {
	margin-bottom: 10px;
	padding-left: 10px;
	background: url(images/home-actualites-puce.png) no-repeat 0 4px;
}
#actualites a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}


/****** ILLUSTRATION ******/

#illustration {
	position: absolute;
	top: 229px;
	right: 25px;
	width: 370px;
	height: 212px;
	padding: 73px 0 0 14px;
	background: url(images/home-illustration.jpg) no-repeat top right;
}