/*----------------------General------------------------*/
/*---------------<-- Design by T3cK -->----------------*/
/*---------------<-- Decoupage by Rabbit -->----------------*/


html {
	margin : 0px;
	padding : 0px;
	height: 100%;
	background-image:url(fond_top.jpg);
	background-repeat: repeat-x;
	background-position:top;
	background-color: #fff7ea;

}

body {
	margin : 0px;
	padding : 0px;
	height:100%;
}	

#fondsite {
	position: absolute;
	width: 800px;
	margin-left: -400px;
	left:50%;
	min-height:100%;
	background:url(filet_site.jpg);
	background-repeat: repeat-y;
	background-position:center;
	
}

#droite {
	float:right;
}

.droite {
	float:right;
}

#gauche {
	float:left;
}

.gauche {
	float:left;
}

#machin_chose {
	position: absolute;
	width: 333px;
	height: 182px;
	z-index: 2;
	top: 0px;
	right: -77px;
}

/*----------------------Contenu------------------------*/
/*-----------------------------------------------------*/

.fullcontener{
	background:url(entete.jpg) top no-repeat;
	float:left;
	width:800px;
	min-height:100%;
	height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
	padding-bottom:10px;
}
.contenu{
	float:left;
	width:580px;
	margin-left:140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	margin-bottom:5px;
	position:relative;
	min-height:100%;
	height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
}

h1 {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #9a4202;
	background:url(titre_fleur.jpg) no-repeat;
	padding-left:70px;
	padding-top:25px;
	padding-bottom:25px;
}

.img_border {
	border: 1px #e3be4e solid;	
}

.img_gauche {
	border: 1px #e3be4e solid;
	margin-right:5px;
}

.img_droite {
	border: 1px #e3be4e solid;
	margin-left:5px;
}


/*-------------------Pied de page-----------------------*/
/*------------------------------------------------------*/

#pied_de_page {
	position:absolute;
	bottom: 0;
	left: 0;
	width: 450px;
	height: 33px;
	padding-left:350px;
	padding-top:45px;
	margin-top:5px;
	
	background-image:url(bas_site.jpg);
	background-repeat: no-repeat;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	text-align: left;
}
#pied_de_page a{ color:#FFFFFF;}

/*------------------- Menu -----------------------*/
/*------------------------------------------------*/

.menu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	float:left;
	width:500px;
	margin-top:190px;
	padding-left:300px;
	margin-bottom:20px;
}
.menu_off {
	float:left;
	text-align:center;
	margin-right:10px;
}
.menu_off a{ 
	color:#9a4202;
	text-decoration:none;
	display:block;
	padding:5px;
	height:30px;
	float:left;
	
}
.menu_off a:hover{ color:#006600;}
#menu_on a{ font-weight:bold; }