/*
//------------------------------------------------------------------
// 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-color: #f9f7d7;
	min-width:980px;
}
/*------------------------------------------------------------------*/
#page {
	max-width: 1100px;
	margin: auto;
	margin-top: 30px;
	position: relative;
}
/*------------------------------------------------------------------*/
#header{
	background: url(images/header-haut.jpg) repeat-x;
}
#header #header_haut #header_haut_gauche {
	background: url(images/header-gauche.jpg) left no-repeat;
}
#header #header_haut #header_haut_gauche #header_haut_droite {
	height: 60px;
	background: url(images/header-droite.jpg) right no-repeat;
}
#header #header_haut #header_haut_gauche #header_haut_droite h1 {
	text-align: center;
}
#header #header_haut #header_haut_gauche #header_haut_droite h1 img {
	border: none;
}
#header #header_bas {
	height: 215px;
	background: url(images/header-bas.jpg) right no-repeat;
}
#header #header_bas #header_bas_gauche {
	width: 228px;
	height: 215px;
	float: left;
	background: url(images/cheval.jpg) no-repeat;
	margin-right: -3px;
	display: inline;
}
#header #header_bas #header_bas_droite_haut {
	border-top: solid 1px #b8b8ad;
	border-bottom: solid 1px #b8b8ad;
	height: 191px;
	margin-right: 21px;
	background: url(images/header.jpg) 220px 0px no-repeat;
}
#header #header_bas #header_bas_droite_bas {
	height: 22px;
	margin-right: 21px;
	background: url(images/header-bas-bas.jpg) repeat-x;
	margin-left: 228px;
}
#header #header_bas #header_bas_droite_bas #header_bas_droite_bas_droite {
	height: 22px;
	background: url(images/header-bas-bas-droite.jpg) right top no-repeat;
}
#bandeau_presentation {
	width: 604px;
	height: 33px;
	position: absolute;
	background: url(images/bandeau-presentation.jpg) no-repeat;
	left: 173px;
	top: 244px;
	font: normal 11px Verdana;
	color: #0c3a23;
	text-align: center;
	padding-top: 4px;
}
/*------------------------------------------------------------------*/
#menu {
	width: 205px;
	height: 325px;
	background: url(images/menu.jpg) no-repeat;
	font: normal 9px Arial;
	float: left;
}
#menu ul {
	list-style-type: none;
	margin-left: 10px;
}
#menu ul li {
	width: 195px;
	height: 44px;
	background: url(images/item.jpg);
	background-color: green;
	margin-bottom: 5px;
	font: italic 24px Times;
	
}
#menu ul li a {
	display: block;
	height: 37px;
	color: white;
	text-decoration: none;
	padding-top: 7px;
	padding-left: 10px;
}
#menu #adresse {
	width: 228px;
	height: 274px;
	float: left;
	background: url(images/adresse.jpg);
	margin-top: 20px;
	text-align: center;
}
#menu #adresse h2 {
	margin-right: 30px;
	color: #07440e;
	font: bold 12px Verdana;
	margin-top: 10px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
#menu #adresse p {
	font: normal 10px Verdana;
	margin-right: 30px;
}
/*------------------------------------------------------------------*/
#submenu{
}
/*------------------------------------------------------------------*/
#content{
	margin-left: 255px;
	margin-top: 10px;
	margin-right: 20px;
	min-height: 600px;
	max-width:820px;
}
#content h2 {
	color: #07440e;
	text-transform: uppercase;
	font: bold 20px Times;
	margin-bottom: 8px;
}
#content h3 {
	color: #39b54a;
	font: bold 14px Verdana;
	margin-top: 8px;
	margin-bottom: 8px;
}
#content p {
	margin-top: 8px;
	margin-bottom: 8px;
	font: normal 12px Verdana;
	text-align: justify;
}
#content img {
	border: sold 1px #caddb1;
}
#content a {
	color: #7fb33a;
	text-decoration: none;
}

#content .img_left{
	float:left;
	margin:5px;
}

#content .img_right{
	float:right;
	margin:5px;
}
/*------------------------------------------------------------------*/
#footer{
	background: url(images/footer.jpg) top center no-repeat;
	text-align: center;
	font: normal 10px Verdana;
	padding-top: 20px;
	margin-top: 10px;
	position: relative;
}
#footer a {
	text-decoration: none;
	color: black;
}
#footer img {
	border: none;
	position: relative;
	top: 8px;
}
/*------------------------------------------------------------------*/
.hidden{
	display:none;
}
.spacer{
	clear:both;
	line-height:0px;
	font-size:0px;
}
/*------------------------------------------------------------------*/
