/*------------Styles spécifiques pour la page d'accueil------------*/
#bandeau {
	margin: 20px 0 10px 0;
}
.actualites, .zoom {
	font-size: 90%;
}

/*
.zoom h2 {
	background: url(img/titre-zoom.gif) top left no-repeat;
	width: 107px;
	height: 27px;
	margin: 20px 0 5px 0;
	padding: 0;
}
*/
.contenu .zoom h2 a{
	background:url(img/titre-zoom.gif) top left no-repeat;
	display:block;
	height:24px;
	border-bottom-style:none;
}

.contenu .zoom h2 a:hover
{
	background:url(img/titre-zoom_over.gif) top left no-repeat;
}

.contenu .actualites h2 a:hover{
	background:url(img/titre-actualites_over.gif) top left no-repeat;
}

.contenu .actualites h2 a{
	background:url(img/titre-actualites.gif) top left no-repeat;
	display:block;
	height:24px;
	border-bottom-style:none;
}

.focus {
	background-position:right 26px ;
	background-repeat:no-repeat;
	float: left;
	padding: 0 140px 0 10px;
}
.focus h2 {
	background: url(img/titre-focus.gif) top left no-repeat;
	width: 174px;
	height: 38px;
	margin: 0;
	padding: 0;
}
.focus p {
	margin: 5px 5px;
	font-size: 90%;
}
.focus a {
	font-weight: bold;
}
.lienFocus {
	margin: 0;
	padding: 6px 10px 0 5px;
	width: 200px;
}
.flottantGauche {
	background:transparent url(img/separateur-grd.gif) no-repeat scroll right center;
}
.flottantGauche .zoom h2,
.flottantGauche .actualites h2 {/* cas particulier actualités et zoom*/
	float:left;
	height:27px;
	width:125px !important;
	margin:13px 0pt 5px !important;
}

.flottantGauche .zoom h2
{
	width:95px !important;
}

.zoom p{
	margin-top:5px;
}

