*{
margin:0;
padding:0;
}
body{
color:#2a2625;
}
a img{
border:none;
}
ul,li{
list-style:none;
}
.width {
	width: 981px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/*Conteneur principal du slideshow à positionner en "Relative" :*/
#home_diaporama{
height:736px;
background:url(img/green_back_diaporama.png) bottom left no-repeat white;
position:relative;
}
/*LES CINQ ZONES DU SLIDESHOW : une principale et quatre petites
Positionné comme vous le souhaitez grâce à l'absolute*/
#home_diaporama1{
position:absolute;
top:16px;
left:16px;
}
#home_diaporama2{
position:absolute;
top:522px;
/*top:620px;*/
/*left:16px;*/
left:8px
}
#home_diaporama3{
position:absolute;
top:522px;
/*top:620px;*/
/*left:257px;*/
left:230px
}
#home_diaporama4{
position:absolute;
top:522px;
/*top:620px;*/
/*left:499px;*/
left:455px;
}
#home_diaporama5{
position:absolute;
top:522px;
/*top:620px;*/
/*left:741px;*/
left:655px;
}
		/*FACULTATIF*/
		#home_diaporama p.legend{
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		text-align:center;
		color:#2a2625;
		font-weight:bold;
		padding:2px 0px;
		}
/*UNE BORDURE VERTE LORSQUE UNE IMAGE EST "ACTIVE"*/
.small.selected img,.smallactu.selected img{
border:solid 1px #58FF59;
}
/*UNE BORDURE BLANCHE LORSQUE UNE IMAGE EST "INACTIVE"
AFIN QUE LES "CELLULES NE BOUGE PAS EN L'ABSENCE DE SURLIGNAGE
COULEUR A ADAPTER EN FONCTION DE LA COULEUR DE FOND*/
.small img{
border:solid 1px white;
}
/*TOUTE LES IMAGES EN GRAND FORMAT SONT POSITIONNEES EN ABSOLU EN HAUT A GAUCHE*/
div.big{
position:absolute;
top:0px;
left:0px;
}
/*LA DIAPOSITIVE VISIBLE EST ACTIONNEE PAR CETTE CLASSE ET LE Z-INDEX.
PLUS FIABLE QUE DE JOUER SUR LA VISIBILITE*/
div.selected{
z-index:2;
}
/*EN CAS DE BESOIN UNE ZONE DE TEXTE PEUT-ÊTRE ACTIVEE AU ROLLOVER DE L'IMAGE ACTIVE
LES LEGENDES SONT MASQUEES AU CHARGEMENT VIA LE Z-INDEX*/
p.legend_big{
position:absolute;
top:306px;
left:15px;
background:url(img/info_bulle.png) top left no-repeat;
width:200px;
height:121px;
z-index:-1;
}
		/*FACULTATIF*/
		p.legend_big span{
		padding:10px;
		display:block;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:white;
		padding:45px 10px 10px 15px;
		}
		/*FACULTATIF*/
		p.legend_big span strong{
		color:#58FF59;
		}
/*AFFICHAGE DE LA LEGENDE AU ROLLOVER*/
p.selected{
z-index:3;
}
		/*FACULTATIF*/
		#home_diaporama img:hover,#believehome_diaporama img:hover{
		cursor:pointer;
		}