/*
//------------------------------------------------------------------
// 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:"Trebuchet MS", Arial,Verdana,Helvetica,sans-serif;
	font-size:11pt;
	background: url(images/body.png) left 26px repeat-x #aa4c00;
}
a img{
	border:none;
}
img{
	vertical-align:middle;
}
/*------------------------------------------------------------------*/
#header{
	height: 124px;
}
#header h1 {
	height: 122px;
	width: 386px;
	margin: -1px auto 0 auto;
}
/*------------------------------------------------------------------*/
#page {
	max-width: 1100px;
	_width: 1100px;
	margin: auto;
	height: 500px;
	position: relative;
}
/*------------------------------------------------------------------*/
#bandeau {
	height: 205px;
	background: url(images/bandeau/accueil.jpg) center top no-repeat;
	position: relative;
}
#bandeau #cheval {
	position: absolute;
	width: 228px;
	height: 139px;
	left: 0;
	top: 73px;
	background: url(images/cheval-noir.png) !important;
	background: url(images/cheval-noir.gif);
}
#bandeau #fer {
	position: relative;
	width: 223px;
	height: 242px !important;
	height: 0;
	background: url(images/fer.png) !important;
	background: none;
	margin: 0 auto;
	top: -20px; 
}
/*------------------------------------------------------------------*/
#main {
	background: url(images/main.gif) left top repeat-y;
	padding-top: 33px;
}
/*------------------------------------------------------------------*/
#menu{
	float: left;
	width: 189px;
	background: url(images/menu.jpg) center top no-repeat;
	display: inline;
	margin-left: 25px;
	padding-top: 90px;
	text-transform: uppercase;
}
#menu ul {
	list-style-type: none;
}
#menu ul li {
	font: normal 14px Georgia;
}
#menu ul li a {
	display: block;
	height: 40px;
	color: #fdbe00;
	text-decoration: none;
	padding-left: 35px;
	line-height: 40px;
}
#menu ul li a:hover {
	background: #424242;
}
/*------------------------------------------------------------------*/
#content{
	background: url(images/content.gif) left top repeat-x white;
	margin-left: 230px;
	margin-right: 10px;
	padding-left: 15px;
	padding-right: 15px;
	font: normal 14px "Trebuchet MS", Verdana, Arial;
	color: #6b6b6b;
	height: auto !important;
	height: 450px;

}
#content h2 {
	color: #c77a02;
	font: normal 28px Georgia;
	height: 45px;
	line-height: 45px;
	text-align: right;
	margin-bottom: 15px;
	letter-spacing:3px;
}
#content h3 {
	color: #680616;
	font: normal 21px Georgia;
	margin-bottom: 20px;
}
#content h4 {
	color: black;
	font: normal 18px Georgia;
	margin-bottom: 10px;
}
#content p.important {
	font: normal 16px Georgia;
	color: black;
	margin-top: 10px;
	margin-bottom: 20px;
}
#content p.important2 {
	font: normal 16px Georgia;
	color: black;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height:27px;

}
#content p {
	margin-top: 10px;
	margin-bottom: 20px;
}
#content a {
	text-decoration: none;
	color: #d28500;
}
/*------------------------------------------------------------------*/
#contenu {
	margin-right: 210px;
	margin-left:15px;
	border-right: solid 1px #680616;
	padding-right: 20px;	
}
/*------------------------------------------------------------------*/
#encart-actus {
	width: 182px;
	padding-right: 10px;
	float: right;
}
#encart-actus h2 {
	height: auto;
}
#encart-actus h3 {
	font: bold 16px "Trebuchet MS";
}
#encart-actus h3 a {
	color: #4a4a4a;
	text-decoration: none;
}
#encart-actus .suite {
	text-align: right;
}
#encart-actus .suite a {
	color: #680616;
	text-decoration: none;
}
/*------------------------------------------------------------------*/
#footer{
	text-align: right;
	color: #8f3f00;
	font: normal 12px Georgia;
	padding-top: 50px;
}
#footer a {
	color: #8f3f00;
	text-decoration: none;
}
#footer img {
	position: relative;
	top: -1px;
}
/*------------------------------------------------------------------*/
.hidden{
	display:none;
}
.spacer{
	clear:both;
	line-height:0px;
	font-size:0px;
}
.separator {
	height: 13px;
	background: url(images/separator.jpg) center center no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}
a.imprimator {
	display: block;
	height: 45px;
	width: 140px;
	padding-right: 60px;
	background: url(images/imprimer.jpg) right center no-repeat;
	color: #d28500;
	line-height: 45px;
	text-align: center;
}
/*------------------------------------------------------------------*/
