
/* header */
#header {
	padding-top: 240px;
	background: url(images/header-fond.png) no-repeat top left;
}

#titre {
	top: 55px;
}


/* contenu */
#contenus {
	padding: 45px 0 30px 0;
	float: left;
	width: 660px;
}
.composantHaut {
	background: #e5f2f8 url(images/home-composant-fond-haut.png) no-repeat top left;
	float: right;
}
.composant {
	background: url(images/home-composant-fond-bas.png) no-repeat bottom left;
	width: 242px;
	padding: 15px 15px 15px 40px;
	font-size: 11px;
	clear: none;
}
.composant h2 {
	color: #4f81bd;
}
.composant .accroche, .composant .texte {
	text-align: left;
}
.composant .imgLeft, .composant .imgRight {
	margin: 0 5px 0 0;
}
.composant .imgcontenu {
	background: none;
	margin: 0;
	padding: 0;
}


/* actualités */
#actualitesHaut {
	background: #e5f2f8 url(images/home-actualites-fond-haut.png) no-repeat top left;
	float: left;
}
#actualites {
	color: #2548A0;
	font-size: 11px;
	background: url(images/home-actualites-fond-bas.png) no-repeat bottom left;
	width: 242px;
	padding: 15px 15px 15px 40px;
}
#actualites .actu {
	background: url(images/home-actualites-actu-fond.png) no-repeat bottom left;
	clear: both;
	position: relative;
	z-index: 1;
	margin: 10px 0 15px 0;
	padding-bottom: 10px;
}
#actualites .actuPuce {
	background: #ed820e;
	position: absolute;
	top: 0;
	left: -20px;
	width: 10px;
	height: 10px;
}
#actualites .lirelasuite {
	display: block;
	text-align: right;
	text-decoration: none;
}


/* divers */

#conteneur {
	background: #fff;
}

#imprimer, #ascendance {
	display: none;
}