/*----------------------General------------------------*/
/*---------------<-- Design by Rabbit972 ----------------*/



body {
	margin : 0px;
	padding : 0px;
	height: 100%;
	background:url(filet.jpg) repeat-x #000;
}



#fondsite {
	position:relative;
	width: 790px;
	margin-left:auto;
	margin-right:auto;
}


.gauche{
	float:left;
}

.droite{
	float:right;
}
.imag_gauche{
	float:left;
	margin-right:5px;
	border:1px solid red;
}

.imag_droite{
	float:right;
	margin-left:5px;
	border:1px solid red;
}

.imag_border_bleu{ border:1px solid #0E3CCC;}

.ban{
	width:874px;
	height:291px;
	float:left;
	background:url(ban.jpg) no-repeat;
	position:relative;
}

.FullContenu{
	width:874px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background:url(fullcontenu.gif) repeat-y;
	clear:left;
	position:relative;
	z-index:1;
}
.FullContenu a{ color:red; font-weight:bold; text-decoration:none;}

.contenu{
	float:left;
	width:700px;
	margin-left:35px;
	z-index:2;
	position:relative;
}

h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#090;
}
h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:red;
	background:url(h2.gif) no-repeat left;
	padding-left:30px;
	padding-top:6px;
	padding-bottom:5px;
}

li{ 
   color:red;
}

.diapo{
	position:absolute;
	width:397px;
	height:234px;
	left: 460px;
	top: 44px;
	border:2px solid #FFF;
}
/*//////////// BAS PAGE //////////////////*/
#bas_site{
	float:left;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:white;
	background:url(bas_site.jpg) no-repeat;
	width:874px;
	height:50px;
	text-align:right;
	margin-top:-2px;
}
.bas_site_txt{
	float:right;
	width:400px;
	margin-top:60px;
	margin-right:120px;
}

/*//////////// FIN BAS PAGE ////////////////*/

/*//////////// MENU ////////////////*/
.menu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	float:left;
	width:400px;
	position:absolute;
	left: 15px;
	top: 192px;
	height: 45px;
}
.menu_off {
	float:left;
	text-align:center;
	margin:5px;
	margin-right:55px;
	height:20px;
}
.menu_off a{ 
	color:#FFF;
	text-decoration:none;
	display:block;
	padding-left:5px;
	padding-right:5px;
	height:20px;
	float:left;	
}
.menu_off a:hover{ color:#666;}
#menu_on a{ color:#000; font-weight:bold;}
/*//////////// FIN MENU ////////////////*/
