/*
//------------------------------------------------------------------
// 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
//
//------------------------------------------------------------------
// Mathieu ADRIEN <mathieu@dreamclic.com> / www.dreamclic.com
// 08/09/2009
//------------------------------------------------------------------*/
*{
	margin:0;
	padding:0;
}
html, textarea{
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:100%;
}
body{
	font-size:.8em;
	font-size:12px;
	background:url(images/body_background.jpg) repeat-x #fff;
	color:#754c28;
}
/*------------------------------------------------------------------*/
a img{
	border-style:none;
}
img{
	vertical-align:middle;
}
ul{
	list-style-position:inside;
}
a{
	text-decoration:none;
	color:#754c28;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
}
/*------------------------------------------------------------------*/
h1{
	
}
h2{
	color:#d6b427;
	background:url(images/h2.jpg) left center no-repeat;
	padding:0 0 0 50px;
	line-height:25px;
	clear:both;
	margin:0 0 50px 0;
}
div > h2{
	background:url(images/h2.png) left center no-repeat;
}
h3{

}
h4{

}
h5{

}
h6{

}
/*------------------------------------------------------------------*/
#page{
	margin:10px auto;
	width:945px;
}
/*------------------------------------------------------------------*/
#header{
	background:url(images/header.gif);
	width:945px;
	height:249px;
	position:relative;
	margin:0 0 20px 0;
}
#page > #header{
	background:url(images/header.png);
}
#header a.retour_accueil{
	display:block;
	width:616px;
	height:225px;
	text-indent:-1000em;
	overflow:hidden;
	position:absolute;
	right:53px;
	top:11px;
}
/*------------------------------------------------------------------*/
#menu{
	padding:3px 0 0 0;
}
#menu ul{
	list-style-type:none;
	width:272px;
	text-align:right;
}
#menu ul li{
	margin:5px 0;
}
#menu ul li a{
	background:url(images/menu_ie.gif) no-repeat right center;
	font-size:1.3em;
	font-family:"arial black";
	padding:0 30px 0 0;
	color:#d6b427;
	font-weight:bold;
}
#menu ul li > a{
	background:url(images/menu.png) no-repeat right center;
}
#menu ul li a:hover{
	background:url(images/menu_hover_ie.gif) no-repeat right center;
	color:#efdb89;
	text-decoration:none;
}
#menu ul li > a:hover{
	background:url(images/menu_hover.png) no-repeat right center;
}
#menu ul li a.actualites{margin:0 20px 0 0;}
#menu ul li a.installations{margin:0 33px 0 0;}
#menu ul li a.prestations{margin:0 41px 0 0;}
#menu ul li a.etalons{margin:0 46px 0 0;}
#menu ul li a.produits{margin:0 45px 0 0;}
#menu ul li a.chevaux{margin:0 41px 0 0;}
#menu ul li a.contact{margin:0 32px 0 0;}
/*------------------------------------------------------------------*/
#content{
	margin:0 0 20px 0;
	width:100%;
}
/*------------------------------------------------------------------*/
#footer{
	background:url(images/footer.jpg) no-repeat;
	width:100%;
	line-height:33px;
	color:#efdb89;
	font-size:.8em;
	margin:20px 0 0 0;
	text-align:center;
}
#footer ul{
	list-style-type:none;
	text-align:center;
}
#footer ul li{
	display:inline;
}
#footer ul li a{
	color:#d6b427;
}
#footer ul li a:hover{
	color:#efdb89;
}
/*------------------------------------------------------------------*/
.visibility-hidden{
	visibility:hidden;
}
.clear-both{
	clear:both;
}
.clear-left{
	clear:left;
}
.clear-right{
	clear:right;
}
.align-left{
	text-align:left;
}
.align-right{
	text-align:right;
}
hr.clear{
	visibility:hidden;
	clear:both;
}
/*------------------------------------------------------------------*/
