body {
	background: url(img/bg.jpg) repeat-x center top #FFFFFF;
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

.clear { clear:both; }
.p { margin: 0; padding: 0; }


/* DIV PRINCIPALES
-------------------------------------------------------------- */

#container {
	width: 993px;
	margin: 0px auto;
	background: url(img/bg_container.jpg) repeat-y;
	}
	
#principale {
	float: left;
	}

#header {
	margin: 0px auto;
	height: 190px;
	width: 993px;
	}

#head1 {
	float: left;
	width: 537px;
	height: 190px;
	}

#head2 {
	float: left;
	width: 456px;
	height: 190px;
	}
	
	

/* MENU
-------------------------------------------------------------- */

#menu {
	width: 993px;
	height: 28px;
	background: url(img/menu.jpg) no-repeat;
	margin: 0px auto;
	}

.menu {
	display: block;
	margin: 0px 0px 12px 30px;
	text-align: justify;
	color: #93744f;
	padding-top: 5px;
	}

.lien_menu, .lien_menu:link, .lien_menu:visited  {
	color: #93744f;
	text-decoration: none;
	}

.lien_menu:hover {
	color: #66950b;
	text-decoration: none;
	}
	


/* GAUCHE
-------------------------------------------------------------- */

#gauche {
	width: 751px;
	float: left;
	margin: 0px;
	background: url(img/bg_gauche.jpg) repeat-y;
	}
	
#poucet {
	width: 751px;
	margin: 0px;
	height: 43px;
	float: left;
	}
	
.poucet {
	display: block;
	margin: 10px 0px 10px 217px;
	text-align: justify;
	color: #7e7e7e;
	}
	
.lien_poucet:link, .lien_poucet:visited, .lien_poucet:hover {
	color: #7e7e7e;
	text-decoration: underline;
	}

#colone_gauche {
	width: 216px;
	float: left;
	}
	

	
#main_gauche {
	width: 534px;
	float: left;
	margin: 0;
	}
	
#titre {
	width: 534px;
	height: 19px;
	background: url(img/titre.jpg) no-repeat;
	}

h1 {
	display: block;
	margin: 3px 0px 0px 50px;
	font-size: 11px;
	color: #66950b;
	font-weight: normal;
	}

#tx_acc {
	width: 347px;
	float: left;
	line-height: 18px;
	text-align: justify;
	}
	
.tx_acc {
	display: block;
	color: #644a39;
	margin: 16px 5px 0px 14px;
	}
	
.tx_acc2 {
	display: block;
	color: #644a39;
	margin: 16px 24px 0px 14px;
	}

#tof_acc {
	width: 187px;
	float: left;
	}

.tof_acc {
	margin: 16px 10px 10px 12px;
	}


/* DROITE
-------------------------------------------------------------- */

#droite {
	width: 242px;
	margin: 0px;
	float:left;
	}

#contenu_droite {
	margin: 0px 36px 0px 36px;
	color: #806f56;
	text-align: justify;
	}

.lien_droite:link, .lien_droite:visited, .lien_droite:hover {
	text-decoration: underline;
	text-align: right;
	display: block;
	color: #473022;
	}


/* FOOTER
-------------------------------------------------------------- */

#footer {
	width: 751px;
	}
	
#contenu_footer {
	margin: 15px 0px 5px 25px;
	color: #818080;
	}
	
.footer, .footer:link, .footer:visited {
	color: #818080;
	text-align: left;
	font-size: 11px;
	text-decoration: none;
	}
	
.footer:hover {
	text-decoration: underline;
	}

