@charset "utf-8";

body,
#P-Fond,
#P-Center {
	background-image: url(../../images/pages/accueil/fond_accueil.jpg);
}

#P-Page {
	padding: 0px;
}


#ZoneACTUS {
	position:absolute;
	width:409px;
	top: 350px;
	left:369px;
	height:131px;
	overflow:hidden;
}
#ContenuACTUS {
	width:2000px;
	position:absolute;
	left:0px;
	top:0px;
}
.BlocActu {
	padding: 16px;
	display: block;
	float: left;
	width: 377px;
}
.BlocActu p {
	font-size:12px;
}


#Bt_Precedent,
#Bt_Suivant {
	position:absolute;
	background-repeat:no-repeat;	
	width:23px;
	height:131px;
	top:350px;
	z-index:100;
}

#Bt_Precedent {
	left:343px;
	background-image:url(../../images/pages/accueil/bt_precedent.png);
}
#Bt_Suivant {
	left:779px;
	background-image:url(../../images/pages/accueil/bt_suivant.png);
}

#Bt_Precedent:hover,
#Bt_Suivant:hover {
	cursor:pointer;
}
#Bt_Precedent:hover {
	left:343px;
	background-image:url(../../images/pages/accueil/bt_precedent_on.png);
}
#Bt_Suivant:hover {
	left:779px;
	background-image:url(../../images/pages/accueil/bt_suivant_on.png);
}


#Bt_Video,
#Bt_Ecolabel {
	position:absolute;
	z-index:100;
}

#Bt_Video {
	left:7px;
	top:311px;
	width:280px;
	height:170px;

}
#Bt_Ecolabel {
	left:858px;
	top:350px;
	width:84px;
	height:131px;
}

#Bt_Video a,
#Bt_Ecolabel a {
	display:block;
	height:100%;
	width:100%;
	text-decoration:none;
}




#Ac_Eco,
#Ac_Actus,
#Ac_Video,
#Ac_Generateur {
	position:absolute;
	background-repeat:no-repeat;
}

#Ac_Generateur {
	width:255px; height:94px;
	left:27px;
	top:198px;
	background-image:url(../../images/pages/accueil/generateur_innovation.jpg);
}
#Ac_Video {
	width:327px;
	height:210px;
	left:-17px;
	top:302px;
	background-image:url(../../images/pages/accueil/decouvrez_irfaq_en_video.jpg);
}
#Ac_Actus {
	width:493px;
	height:165px;
	left:325px;
	top:334px;
	background-image:url(../../images/pages/accueil/bloc_actus.jpg);
}
#Ac_Eco {
	width:116px;
	height:165px;
	left:842px;
	top:334px;
	background-image:url(../../images/pages/accueil/bloc_ecolabel.jpg);
}


#ZoneLiens {
	position:absolute;
	left:0px;
	top:513px;
}
#ZoneLiens ul,
#ZoneLiens li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#ZoneLiens li {
	float:left;
}

#ZoneLiens a img {
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter:alpha(opacity=70);
}
#ZoneLiens a:hover img {
	-moz-opacity: 1;
	opacity: 1;
	filter:alpha(opacity=100);
}
#Ac_Generateur ,#Ac_Eco,#Ac_Actus,#Ac_Video,
#Bt_Ecolabel,#Bt_Precedent,#Bt_Suivant,
#ZoneACTUS,#ZoneLiens {
	display: none;
}
