/* Regroupement de styles s'appliquant seulement à la page d'accueil */

div#zoneflash div,
div#zoneflash img {
	float:left;
}

div#zoneflash div#nouvelles {
	background-image:url(../commun/images/accueil/terrain-03.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:242px;
	height:216px;
	padding:55px 30px 15px 25px;
}

div#zoneflash div#nouvelles p {
	color:#ffffff;
	font-weight:bold;
	padding-right:110px;
}

div#zoneflash div#nouvelles p a {
	color:#ffffff;
}

div#zoneflash div#projetVedette {
	width:535px;
}

a#projet_vedette {
	display:block;
	/* background image spécifié dans relatif.css */
	background-repeat:no-repeat;
	background-position:top left;
	width:518px;
	height:70px;
	padding:182px 0px 0px 17px;
}

a#projet_vedette h2 {
	padding-bottom:0px;
}

a#projet_vedette p {
	color:#ffffff;
	font-weight:bold;
}

a#projet_vedette:hover {
	text-decoration:none;
}