/* TEMPLATE */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:  #956942;
	width: 800px;
	margin: auto;
	margin-top: 20px;
	font-size:12px;
	font: Arial, Helvetica, sans-serif;
}

li{
	font-size:12px;
	text-align:justify;
}

a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#000000;
	text-align:center;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
}

h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align:justify;
	color:#000000;
}

td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight:normal;
	padding:5px;
	text-align:justify;
}

.logo{
	float:right;
}

.fond_contenu {
	float: right;
	background-color: #FFFFAA;
	text-align: left;
	width: 800px;
	height: 800px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border:#000000 solid 1px;
}

.left_menu{
	float: left;
	background-color: #D2BF7D;
	margin-top: 10px;
	padding-top: 30px;
	width: 150px;
	height: 605px;
	border: #000000 solid 1px;

}

.top_banner {
	float: right;
	background-color: #D2BF7D;
	width: 798px;
	height: 150px;
	border: #000000 solid 1px;
}

.main_content{
	float: right;
	padding: 5px;
	margin-top: 10px;
	width: 625px;
	height: 625px;
	border: #000000 solid 1px;
	background-color: #D2BF7D;
	overflow: auto;
}


/* SPACING */

.spacing_buttons{
	height:22px;
}

.bottom_site{
	height:600px
}

.bottom_content{
	height:300px
}

/* POLICES */

.moondev{
	padding-top:5px;
	font-size:10px;
	text-align:center;
	color:#E5E5E7;
} 

.moondev a{
	text-decoration:none;
	color:#E5E5E7;
} 
.moondev a:hover{
	text-decoration:none;
	color:#E5E5E7;
}

