/*
//------------------------------------------------------------------
// 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:Helvetica,Verdana,Arial,sans-serif;
	font-size:100%;
}
body{
	font-size : 13px;
}
/*------------------------------------------------------------------*/
a img{
	border-style:none;
}
img{
	vertical-align:middle;
}
ul{
	list-style-position:inside;
}
a{
	text-decoration:none;
	color : #455a42;
}
a:hover{
	text-decoration:underline;
}
a:visited,
a:active{
}
/*------------------------------------------------------------------*/
h1 a{
	margin : 0 0 0 50px;
	display : block;
	height : 70px;
	width : 300px;
	text-indent : -1000em;
	overflow:hidden;
}
#submenu h2{
	color : #fff;
	text-shadow: 2px 2px 5px #000;
	font-weight : normal;
	font-size : 30px;
	text-align : right;
	padding : 220px 50px 0 0;
}
#submenu h2 span.first-letter{
	color : #c7e877;
	padding : 0;
	display : inline;
}
h3{
	font-size : 15px;
}
h4{
	font-size : 13px;
}
h5{
	
}
h6{
	
}
/*------------------------------------------------------------------*/
#page{
	background : url(images/background.jpg) repeat-x;
	min-height : 950px;
}
/*------------------------------------------------------------------*/
#wrapper{
	width : 1024px;
	margin : 0 auto;
	color :#6c756b;
}
/*------------------------------------------------------------------*/
#header{
	background : url(images/header.jpg) no-repeat;
	width : 1024px;
	height : 104px;
	padding : 40px 0 0 0;
}
/*------------------------------------------------------------------*/
#menu{
	float : right;
	width: 470px;
}
#menu ul{
	list-style-type:none;
}
#menu ul li{
	display :inline;
}
#menu ul li a{
	text-decoration:none;
	color : #3d8238;
	display : block;
	float : left;
	padding : 0 10px;
	margin : -10px 0 0 0;
	line-height : 42px;
	font-size : 13px;
}
#menu ul li a:hover{
	background : url(images/menu_hover.jpg) repeat-x;
	color : #fff;
}
#menu ul li a.actif{
	background : url(images/menu_hover.jpg) repeat-x;
	color : #94B151;
}
#menu ul li a:visited,
#menu ul li a:active{
	
}
/*------------------------------------------------------------------*/
#submenu{
	background : url(images/submenu.jpg) no-repeat;
	width : 1024px;
	height : 325px;
}
#submenu p{
	padding : 40px 0 0 300px;
	color : #bdb37e;
	font-size : 17px;
	font-weight : bold;
}
#submenu p span{
	color : #94b151;
	text-transform : uppercase;
}
#subsubmenu{
	background : url(images/subsubmenu.jpg) no-repeat;
	width : 1024px;
	height : 41px;
}
/*------------------------------------------------------------------*/
#content{
	background : url(images/bg_content.jpg) repeat-y;
	min-height : 500px;
}
#content #contenu{
	margin : 0 30px 0 300px;
}
/*------------------------------------------------------------------*/
#content div#left-content{
	float:left;
	width : 290px;
}
#content div#left-content div.encart-chevaux{
	background : url(images/encart-chevaux.jpg);
	width : 240px;
	padding : 0 13px 0 7px;
	height : 189px;
	margin : 0 0 10px;
}
#content div#left-content div.encart-chevaux h3{
	text-transform : uppercase;
	font-size : 13px;
	text-align : center;
	line-height : 28px;
}
#content div#left-content div.encart-chevaux div.photo{
	float : right;
}
#content div#left-content div.encart-chevaux div.photo a img{
	border : 1px solid #bdb37e;
}
#content div#left-content div.encart-chevaux div.infos_generales{
	text-align : center;
	font-size : 11px;
	color:#fff;
	margin : 0 0 10px 0;
}
#content div#left-content div.encart-chevaux div.origines{
	font-size : 11px;
	font-weight : bold;
	text-transform : lowercase;
}
#content div#left-content div.encart-chevaux div.origines span{
	text-transform : uppercase;
	font-weight : normal;
}
#content div#left-content div.encart-chevaux div.lien{
	float : right;
	margin : 25px 7px 0 0;
}
#content div#left-content div.encart-chevaux div.lien a{
	display:block;
	width : 111px;
	text-indent:-1000em;
	overflow:hidden;
}
/*------------------------------------------------------------------*/
#content div#left-content div.encart-contact{
	background : url(images/encart-contact.jpg);
	width : 240px;
	padding : 0 13px 0 7px;
	height : 189px;
	margin : 0 0 10px;
}
#content div#left-content div.encart-contact h3{
	text-transform : uppercase;
	font-size : 13px;
	text-align : center;
	line-height : 28px;
}
#content div#left-content div.encart-contact h3 a:hover{
	color:#94B151;
	text-decoration:none;
}
#content div#left-content div.encart-contact div.infos_generales{
	text-align : center;
	font-size : 11px;
	margin : 17px 0 0 0;
}
#content div#left-content div.encart-contact div.infos_generales ul{
	list-style-type : none;
}
#content div#left-content div.encart-contact div.lien{
	float : right;
	margin : 25px 7px 0 0;
}
#content div#left-content div.encart-contact div.lien a{
	display:block;
	width : 111px;
	text-indent:-1000em;
	overflow:hidden;
}
/*------------------------------------------------------------------*/
#footer{
	background : url(images/footer.png) no-repeat;
	text-align : center;
	width : 746px;
	line-height : 125px;
	height : 125px;
	float : right;
	margin : 0 4px 0 0;
}
#wrapper > #footer{
	margin : 0 8px 0 0;
}
#footer a{
	text-decoration:none;
	color : #;
	font-size : 13px;
}
#footer a:hover{
	text-decoration:underline;
}
/*------------------------------------------------------------------*/
.hidden{
	visibility:hidden;
	display:none;
}
.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;
}
/*------------------------------------------------------------------*/
