/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
//
// Version             : 2.0
// Date de création    : 26/06/2008
//
// Description         : feuille de style générale du site
//
//------------------------------------------------------------------
*/

/*------------------------------------------------------------------*/
* {
	margin:0px;
	padding:0px;
}

body{
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:11pt;
	background: #c7b299;
	padding-left: 50px;
}
/*------------------------------------------------------------------*/
#header{
	background: url(images/header.jpg) right center repeat-x;
}
#header-in {
	height: 149px;
	background: url(images/header-in.jpg) right no-repeat;
}
#header-in h1 {
	width: 160px;
	height: 149px;
	float: left;
	display: inline;
}
#header-in h1 img {
	border: none;
}
#header-in #titre {
	margin-left: 200px;
	padding-top: 30px;
}
/*------------------------------------------------------------------*/
#global {
	background: #412616;
	position: relative;
}
/*------------------------------------------------------------------*/
#main {
	position: relative;
	margin-right: 162px;
	background: #c69c6d;
	border-top: solid 1px #8C623C;
	border-left: solid 2px #8C623C;
	border-right: solid 2px #45382f;
}
/*------------------------------------------------------------------*/
#bandeau {
	height: 236px;
	background: url(images/diaporama/diapo1.jpg) right no-repeat #C7B299;
}
/*------------------------------------------------------------------*/
#separateur-bandeau-content {
	height: 7px;
	background: url(images/separateur-bandeau-content.jpg) repeat-x;
}
/*------------------------------------------------------------------*/
#menu{
	width: 170px;
	position: absolute;
	z-index:50;
	top: 13px;
	left: -13px;
}
#menu ul {
	list-style-type: none;
}
#menu ul li {
	width: 155px;
	height: 22px;
	background: url(images/menu-item.jpg) left top repeat-y #603813;
	border: solid 1px #d7cdc4;
	padding-top: 4px;
	text-align: right;
	padding-right: 13px;
}
#menu ul li a {
	color: #e5ae00;
	font: normal 14px Verdana;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #d6702a;
}
/*------------------------------------------------------------------*/
#content{
}
#content h2 {
	margin: 0;
	margin-top: 15px;
	color: #e5ae00;
	font: bold 16px Arial;
	text-transform: uppercase;
	height: 15px;
}
#content h2 span {
	background: #42210b;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	border: solid 1px #845f3c;
}
#content #contenu {
	margin: 20px;
	margin-right: 140px;
	color: #7a5129;
	min-height: 400px;
}
#content #contenu p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#content #contenu a {
	color: white;
}
#content #contenu img {
	border: solid 1px black;
}
/*------------------------------------------------------------------*/
#footer{
	height: 53px;
	background: #8c6239;
	text-align: center;
	color: white;
	font: normal 10px Verdana;
	padding-top: 5px;
	position: relative;
}
#footer a {
	color: white;
	text-decoration: none;
}
#footer img {
	border: none;
	position: relative;
	top: 10px;
}
/*------------------------------------------------------------------*/
.hidden{
	display:none;
}
.spacer{
	clear:both;
	line-height:0px;
	font-size:0px;
}
/*------------------------------------------------------------------*/
