/*
//------------------------------------------------------------------
// 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:#453420;
	color:#3D3E38;
	font-size : 12px;
}
a img{
	border:none;
}
img{
	vertical-align:middle;
}
/*------------------------------------------------------------------*/
#page{
	margin : 0 auto;
	text-align : center;
}
/*------------------------------------------------------------------*/
#header{
	background : url(images/header_fond.jpg) repeat-x;
	height : 129px;
}
/*------------------------------------------------------------------*/
#menu{
	background : #453420;
	line-height:37px;
	border-top : 1px solid #fff;
	border-bottom : 1px solid #fff;
}
#menu ul li{
	display : inline;
	padding : 10px;
	text-transform : uppercase;
	font-size : 11px;
	font-weight : bold;
}
#menu ul li a{
	color : #D7D5D1;
}
/*------------------------------------------------------------------*/
#visuel{
	background : url(images/visuel.jpg) no-repeat center #453420;
	width : 100%;
	height : 281px;
}
/*------------------------------------------------------------------*/
#contener{
	background:#c3c8b4;
	text-align : left;
	font-family:"Trebuchet MS",Arial;
}
/*------------------------------------------------------------------*/
#sous-contener{
	background : url(images/bg_site2.jpg) repeat-y;
	width : 971px;
	margin : 0 auto;
	padding : 10px 0 20px 0;
	min-height : 450px;
}
/*------------------------------------------------------------------*/
#submenu{
	padding : 0 19px;
	width : 240px;
	float : left;
}
#submenu h3{
	color:#393939;
	margin-bottom:20px;
	font-size:18px;
	line-height:25px;
	font-family:Times New Roman;
	padding-left:40px;
	background:url(images/cheval1.jpg) no-repeat;
}
#submenu .resume{
	font-size : .9em
}
#submenu .suite a{
	text-align : right;
	font-style : italic;
}
/*-------------------------------*/
#submenu #actu .photo{
	float : left;
	padding : 3px 3px 0 0;
}
/*------------------------------------------------------------------*/
#content{
	padding : 0 19px 0 279px;
	color:#3D3E38;
	font-size:12px;
}
#content h2{
	color:#393939;
	margin-bottom:20px;
	font-size:18px;
	line-height:25px;
	font-family:Times New Roman;
	padding-left:40px;
	background:url(images/cheval2.jpg) no-repeat;
}
/*------------------------------------------------------------------*/
#contener_footer{
	background : #453420;
	color : #8C8175;
	text-align : left;
	width : 100%;
	font-size : 11px;
	bottom : 0;
}
/*------------------------------------------------------------------*/
#footer{
	text-align : center;
	width : 1000px;
	line-height : 35px;
	font-size : 10px;
}
#footer .liens{
	float : right;
}
#footer a{
	color : #8C8175;
	padding : 5px;
}
/*------------------------------------------------------------------*/
.hidden{
	display:none;
}
.spacer{
	clear:both;
	line-height:0px;
	font-size:0px;
}
.messageErreurFatale{
	font-family:Arial,Verdana,Helvetica,sans-serif;
	text-align:center;
	font-weight:bold;
	color:yellow;
	background:red;
	border:solid black 1px;
	font-size:11px;
}
.center{
	text-align:center;
}
a{
	text-decoration : none;
	color:#3D3E38;
}
a:hover{
	text-decoration : underline;
}
/*------------------------------------------------------------------*/
