body{
	background-color:#FFFFFF;
	margin:0px;
	color:#9a9ab2;
	font-family:verdana;
	font-size:12px;
	padding:0px;
	text-align:justify;
	overflow-X:hidden;
}
 
#global{

}

#header{
	background-color:#9a9ab2;
	padding:0px;
	margin:0px;
	height:90px;
}


#titre-head{
	width:379px;
	padding:0px;
	margin:0px;
	height:89px;
	position:absolute;
	background-image:url("../img/header_titre.png");
	margin-left:100px;
	margin-top:-80px;
}

#panorama_gauche{
	
	margin-left:479px;
	margin-top:-90px;
	width:151px;
	height:90px;
	background-image:url("../img/panorama_gauche.png");
	float:left;
	z-index:20;
}

#panorama_fond{
	margin-left:630px;
	width:65%;
	margin-top:-90px;
	background-image:url("../img/panorama_fond.jpg");
	height:90px;
	z-index:10;
	float:left;
}

#panorama_droite{
	float:right;	
	margin-top:-90px;	
	width:268px;
	height:106px;
	background-image:url("../img/panorama_droite.png");
	z-index:30;
}

#menu{
	position:relative;
	margin-top:15px;
	
}

#menu ul{
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
}

#menu li, #menu li a{
	display:inline;
	color:#9a9ab2;
	font-size:16px;
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
}

#menu li a:hover{
	color:#bd7dd4;
}

.selected, .selected a{
	color:#bd7dd4;
}

#menu_degrade{
	background-image:url("../img/header_bordure.png");
	height:38px;
}

#middle{
	
}

#bloc_rubrique{
	margin-left:15px;
	margin-right:15px;
	
	width:152px;

}

#bloc_haut{
	background-image:url("../img/menu_haut.png");
	height:31px;
}

.titre_rub{
	color:#d8cdde;
	font-size:18px;
}

#bloc_centre{
	background-image:url("../img/menu_fond.png");
	width:152px;
	margin-left:10px;
	padding-left:5px;
}

#bloc_centre a{
	color:#9a9ab2;
	text-decoration:none;
}

#bloc_centre a:hover{
	color:#bd7dd4;
}

#bloc_bas{
	background-image:url("../img/menu_bas.png");
	height:37px;
}

#recap {
	float:left;	
	width:700px;
	margin-left:50px;
}

#recapgen {	
	width:700px;
	margin-left:auto;
	margin-right:auto;
}

#contenu {
		
	margin-left:15px;
	
}

.folio{
	display:inline;
	float:left;	
	opacity:0.6;
	filter:"Alpha(opacity=60)";
	text-align:center;
	padding:5px;
}

a{
	text-decoration:none;
}

.folio:hover{	
	opacity:1;
	filter:"Alpha(opacity=100)";
}

.titre{
	font-size:18px;
	margin-top:-10px;
}

.titre2{
	font-size:18px;
	margin-top:0px;
}

#hr_clear{
	clear:both;
	visibility: hidden;
}

#footer{
	background-image:url("../img/footer_fond.png");
	height:24px;	
}

#flor{
	background-image:url("../img/fleurs.png");
	width:208px;
	height:368px;
	position:absolute;
	margin-top:-368px;
	z-index:-30;
}
#detail_box{
	width:650px;
	position:absolute;
	visibility:hidden;
	display:none;
	z-index:100;
	margin:auto;
}

#detail_haut{
	width:650px;
	height:13px;
	background-image:url(../img/details_haut.png);
}
#detail_contenu{
	width:630px;
	color:#d8cdde;
	padding-left:10px;
	padding-right:10px;
	background-image:url(../img/details_fond.png);
}
#detail_bas{
	width:650px;
	height:12px;
	background-image:url(../img/details_bas.png);
}

#img_detail{
	width:630px;
	overflow-x:hidden;
}