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

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

/* accueil html */
#zoneflash{
	width:947px;
	height:433px;
	position:relative;
	background:url(../commun/images/accueil-plancher.jpg) no-repeat top left;	
}

div#zoneflash div#nouvelles {
	/*
	background-image:url(../commun/images/accueil/terrain-03.jpg);
	background-repeat:no-repeat;
	background-position:top left;*/
	
	position:absolute;
	top:47px;
	left:590px;
	width:326px;
	height:216px;
}

div#zoneflash div#nouvelles p {
	color:#ffffff;
	font-weight:bold;
}

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

div#zoneflash div#projetVedette {
	position:absolute;
	top:34px;
	left:26px;
	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;
}


#teasers{
	top:306px;
	left:25px;
	position:absolute;	
}

#teasers a{
	margin-left:10px;
	display:block;
	float:left;
}

#teasers a:first-child{
	margin-left:0px;
}


