
#conteneur {
	position: relative;
}
hr.clearer {
	visibility: hidden;
	clear: both;
	color: #fff;
	border: #fff;
}


#header {
	background-image:url("images/home-bandeau-contenu.jpg");
	height: 226px;
	margin-bottom: 27px;
}

#animFlash {
	position: absolute;
	top: 0;
	right: 0;
	width: 449px;
	height: 196px;
}

#titre a {
	height: 226px;
	width: 140px;
}

#menuprincipal {
	top: 226px;
}

#adherent {
	top: 202px;
}

#recherche {
	top: 202px;
}
#espacepresse {
	top: 202px;
}


#contenus {
	background-image: url(images/home-contenus-fond.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.composant {
	width: auto;
	margin: 25px 0 0 35px;
	background: none;
}
.composant-haut {
	background: none;
}
.composant-bas {
	padding: 0;
	background: none;
}

.composant .accroche {
	color: #000;
	font-size: 1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.2em;
	margin-top: 0px;
	width: 480px;
	height: 230px;
}
.composant .accroche span {
	font-size: 2em;
}

#footerConteneur {
	background-image: url(images/home-footer-fond.jpg);
}


/* carte de France */
#carteFrance {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 10;
}

/* Bandeaux de pub */
#bandeaux_pub {
	position: absolute;
	bottom: 45px;
	left: 220px;
	z-index: 4;
}

/* Bouton boutique en ligne */
#boutiqueEnLigne {
	position: absolute;
	top: 390px;
	left: 220px;
	z-index: 4;
}


/*
 * Actualités
 */
#actualites {
	width: 212px;
	position: absolute;
	bottom: 35px;
	left: 0;
	z-index: 4;
}
#actualites h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #fff;
	background: url(images/actus-titre-fond.png) no-repeat bottom left;
	margin: 0;
	padding: 10px 0 0 15px;
	height: 26px;
}
#actualites a {
	color:#fff;
	font-size: 0.8em;
}
#actualites ul {
	background: url(images/actus-fond.png) no-repeat bottom left;
	margin: 0;
	font-size: 0.8em;
	padding: 10px 0 40px 30px;
	list-style-image: url(images/actus-puce.png);
}
#actualites ul li {
	margin: 0;
	padding: 0;
	margin-top: 5px;
}


