/*
//------------------------------------------------------------------
// 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:0;
	padding:0;
}
html{
	font-size:100%;
	background : #6c253a;
}
body{
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:.8em;
	background:url(images/bg_bottom.jpg) #fff;
	background-position:bottom;
	background-repeat:repeat-x ;
	height : 100%;
	font-family : "Trebuchet MS",verdana, sans-serif;
	color :#4d1b2a;
}
a img{
	border:none;
}
img{
	vertical-align:middle;
}
/*------------------------------------------------------------------*/
#contener{
	background:url(images/bg_top.jpg) repeat-x;
}
/*------------------------------------------------------------------*/
#wrapper{
	clear : both;
}
/*------------------------------------------------------------------*/
#header{
	width : 995px;
	height : 293px;
	margin : 0 auto
}
#header h1{
	text-align:center;
}
/*------------------------------------------------------------------*/
#menu{
	background:url(images/fond_menu.png) no-repeat;
	width : 1007px;
	height : 80px;
	margin : 0 auto;
}
#menu ul#menu_ul{
	list-style:none;
	font-family:"Palatino Linotype", Georgia, serif;
	font-size:16px;
	font-weight : bold;
	float : left;
	margin-left : 7px;
}
#menu ul#menu_ul li{
	background:url(images/menu_sepa.png) repeat-x;
	float:left;
	height:42px;
}
#menu ul#menu_ul li a{
	display:block;
	float : left;
	height:42px;
	padding:8px 10px;
	margin-left:1px;
}
#menu ul#menu_ul li a{
	background:url(images/menu_bg.png) repeat-x;
	display:block;
	text-decoration : none;
	color : #fff;
}
#menu ul#menu_ul li a.current{
	background:url(images/menu_bg_on.png) repeat-x;
	display:block;
	text-decoration : none;
	color : #fff;
}
#menu ul#menu_ul li a.current:hover{
	color : #fff;
}
#menu ul#menu_ul li a:hover{
	background:url(images/menu_bg_on.png) repeat-x;
	color : #e38a0a;
}
#menu ul#menu_ul li.end a{
	display:block;
	float : left;
	height:42px;
	padding:5px 25px 5px 10px;
	margin-left:1px;
}
#menu ul#menu_ul li.end a{
	background:url(images/menu_right.png) repeat-x;
	background-position : 100% 0;
	display:block;
	text-decoration : none;
	color : #fff;
}
#menu ul#menu_ul li.end a:hover{
	background:url(images/menu_right_on.png) repeat-x;
	background-position : 100% 0;
	color : #e38a0a;
}
/*------------------------------------------------------------------*/
#menu #flags{
	margin : 0 0 0 100px; 
}
/*------------------------------------------------------------------*/
#page_title{
	width : 950px;
	height : 60px;
	margin : 0 auto;
}
#page_title h2{
	text-align : right;
}
/*------------------------------------------------------------------*/
#content{
	clear : both;
	width : 950px;
	margin : 0 auto;
}
/*------------------------------------------------------------------*/
#footer{
	background : url(images/footer.png) no-repeat;
	background-position : bottom;
	width : 1007px;
	height : 54px;
	margin : 50px auto;
	text-align:center;
	clear:both;
}
/*------------------------------------------------------------------*/
.hidden{
	display:none;
}
.spacer{
	clear:both;
	line-height:0px;
	font-size:0px;
}
/*------------------------------------------------------------------*/
a{
	text-decoration : none;
	color :#4d1b2a;
}
a:hover{
	color : #e38a0a;
}
/*------------------------------------------------------------------*/
#content .cheval-a-vendre_erreur_cadre{
	background : #e0d2de;
	color :#4d1b2a;
	border-bottom : 10px solid #fff;
	padding : 13px 10px;
}

#content .cheval-a-vendre_erreur_desc h3 a{
	font-family:"Palatino Linotype", Georgia, serif;
	font-size : 17px;
}