#header{
	background-color: #FFF;
	height: 229px;
}

#conteneur{
	background: #ECECEC;
}

#menuprincipal {
	background: url(images/menuprincipal-home-fond.jpg) repeat-x left 16px;
}

#ascendance{
	display: none;
}

/* Flash info */
#flashinfo{
	background: url(images/flashinfo-fond.jpg) no-repeat top left;
	width: 320px;
	color: #FFF;
}

#flashinfo img{
	display: block;
	clear: both;
	max-width: 280px;
	margin: 5px 0;
}

#flashinfo a{
	float: right;
	padding-right: 5px;
	color: #FFF;
	font-weight: bold;
	font-style: italic;
}

#flashinfo .texte{
	background: url(images/flashinfo-fond-bas.jpg) no-repeat bottom left;
	padding: 40px 20px 100px 10px;
}

#flashinfo h2{
	font-size: 12px;
	text-transform: uppercase;
}

/* contenus de l'accueil */
#contenus {
	width: 570px;
	padding-right: 10px;
	float: right;
	background: url(images/contenus-home-fond.jpg) no-repeat bottom right;
	min-height: 375px;
}

.composant {
	background: none;
	padding: 0 0 0 60px;
	float: left;
	width: 200px;
	margin-top: 50px;
}

.composant h2 {
	background: none;
	display: none;
}

.composant .accroche{
	display: none;
}

.composant .texte {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
}

.composant .spacer {
	display: none;
}

.composant .imgLeft {
	margin: 0px 10px 10px 0;
	float: left;
	text-align: right;
}
.composant .imgRight {
	margin: 0px 0 10px 10px;
	float: right;
	text-align: right;
}

/* actualités */
.actualites {
	float: left;
	width: 290px;
	padding-left: 1px;
	background: url(images/actualites-haut.png) no-repeat left 3px;
	padding-top: 52px;
	color: #FFF;
}

.actualitesBas{
	background: url(images/actualites-bas.png) no-repeat bottom left;
	padding-bottom: 32px;
}

.actualitesMilieu{
	background: url(images/actualites-milieu.png) repeat-y top left;
}


.actualites ul{
	padding-left: 20px;
	margin: 0;
	width: 260px;
}

.actualites ul li {
	list-style: none;
	background: url(images/actualites-puce.jpg) no-repeat left 4px;
	padding-left: 15px;
	padding-bottom: 15px;
}

.actualites ul li h2{
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.actualites a{
	padding-left: 170px;
	color: #FFF;
	font-weight: bold;
	font-style: italic;
}



/* imprimer*/
#imprimer {
	display: none;
}



/* pied de page */
#pieddepage {
	background: url(images/footer-home-fond.jpg) no-repeat top left;
	padding-top: 25px;
}

