/*----------------------General------------------------*/
/*---------------<-- Design by T3cK -->----------------*/
/*---------------<-- Decoupage by R@BBIT -->----------------*/


html{
	margin: 0;
	padding: 0;
	height: 100%;
	background-image:url(images/fond.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #f5ebdc;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-image:url(images/filet.jpg);
	background-repeat:repeat-x;	
}
#fond {
	position:absolute;
	width: 695px;
	margin-left:-338px;
	left:50%;
	top:-15px;
}
.gauche{
	float:left;
}

.droite{
	float:right;
}

.FullContenu{
	width:618px;
	margin-left:32px;
	margin-top:10px;
	border-bottom:3px solid #572814;
	border-top:3px solid #572814;
	float:left;
	background-color:#FBD08B;
	padding-left:10px;
	padding-right:10px;
}

.titre{
	background-image:url(images/imag_titre.jpg);
	background-repeat:no-repeat;
	padding-left:70px;
	padding-top:30px;
	height:40px;
	float:left;
	margin-top:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#5e9320;
}

.ss_titre{
	color:#7e2818;
	border-bottom:2px solid #572814;
	width:390px;
	font-size:14px;
}
.imag_border_marron{ border:3px solid #572814;}

.texte{
	margin-left:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.texte a{
	text-decoration:none;
	color:#9fbb4e;
}

/*//////////// BAS PAGE //////////////////*/
.bas_page{
	margin-left:35px;
	margin-top:10px;
	float:left;
	width:300px;
	text-align:center;
	padding-left:200px
}
.bas_page a{
	text-decoration:none;
}
.bas_page_txt{
	width:185px;
	padding-top:10px;
	float:left;
	font-size:11px;
	color:#999999;
}
.bas_page_logo{
	padding-top:4px;
	float:left;
}
/*//////////// FIN BAS PAGE ////////////////*/

/*//////////// MENU ////////////////*/
.menu{
	background-image:url(images/fond_menu.jpg);
	background-repeat:no-repeat;
	margin-left:32px;
	width:482px;
	height:56px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-left:108px;
	padding-right:48px;
}
.menu_off { 
	margin-left:15px;
	margin-top:15px;
	top:0;
	float:left;
}
.menu_off a{ 
	color:#7d2524;
	text-decoration:none;
}
.menu_off a:hover{ color:#669900;}
#menu_on{ 
	padding-top:30px;
	margin-left:-15px;
	font-size:18px; 
	color:#FF0000;
	text-transform:uppercase;
	background-image:url(images/feche_menu.gif); 
	background-repeat:no-repeat;
	background-position:center top;
}
/*//////////// FIN MENU ////////////////*/