/*
//------------------------------------------------------------------
// 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;
	font-size:100%;
}
html, textarea{
	font-family:Helvetica,Arial,Verdana,sans-serif;
	font-size:100%;
}
body{
	font-size:.8em;
	font-size:12px;
	background:url(images/body_background.jpg) repeat-x;
	color:#051a57;
}
/*------------------------------------------------------------------*/
a img{
	border-style:none;
}
img{
	vertical-align:middle;
}
ul{
	list-style-position:inside;
}
a:link,
a:visited,
a:active{
	text-decoration:none;
	color:#1f445a;
}
a:hover{
	text-decoration:underline;
}
/*------------------------------------------------------------------*/
h2{
	font-size:1.5em;
	margin:0 0 0 20px;
	line-height:45px;
}
h3{
	
}
h4{
	
}
h5{
	
}
h6{
	
}
/*------------------------------------------------------------------*/
#page{
	width:1020px;
	margin:0 auto;
}
/*------------------------------------------------------------------*/
#header{
	background:url(images/header.jpg) no-repeat;
	width:100%;
	height:200px;
	position:relative;
}
#header h1 a{
	display:block;
	line-height:170px;
	position:absolute;
	left:430px;
	width:220px;
	text-indent:-1000em;
	overflow:hidden;
}
/*------------------------------------------------------------------*/
#menu{
	height:33px;
	background:url(images/menu_background.jpg) no-repeat;
	text-align:center;
	margin:0 auto;
	position:relative;
}
#menu ul{
	list-style-type:none;
	line-height:33px;
	float:left;
	position:absolute;
	left:170px;
}
#menu ul li{
	float:left;
}
#menu ul li a,
#menu ul li a:visited,
#menu ul li a:active{
	text-decoration:none;
	display:block;
	float:left;
	height:33px;
	padding:0 5px 0 12px;
	color:#fff;
	font-family:Helvetica,Verdana,Arial,sans-serif;
	letter-spacing:0px;
}
#menu ul li:hover,
#menu ul li.current{
	background:url(images/menu_hover.jpg) repeat-x;
}
#menu ul li a:hover{
	background:url(images/menu_hover.jpg) repeat-x;
}
#menu ul li > a:hover{
	background:none;
}
/*------------------------------------------------------------------*/
#diaporama{
	background:url(images/diaporama_background.jpg) no-repeat;
	height:330px;
	width:100%;
	position:relative
}
#diaporama div#cadre{
	width:564px;
	line-height:286px;
	position:absolute;
	top:26px;
	right:228px;
}
/*------------------------------------------------------------------*/
#content{
	min-height:541px;
	float:left;
	position:relative;
}
/*------------------------------------------------------------------*/
#content div#fausse-colonne{
	background:url(images/fausse-colonne.jpg) repeat-y;
	padding:0 0 30px 0;
	float:left;
}
#content > div#fausse-colonne{
	background:url(images/fausse-colonne.png) repeat-y;
}
/*--------------------------------*/
#content div#encarts{
	background:transparent;
	width:387px;
	height:100%;
	float:left;
	position:relative;
}
#content div#encarts div#encart-actu h2{
	background:url(images/encart-actu_titre.jpg) no-repeat;
	color:#fff;
	font-size:1.2em;
	margin:0;
	text-align:center;
	font-family:verdana, sans-serif;
	margin:0 0 0 12px;
}
#content div#encarts div#encart-chevaux{
	width:412px;
}
#content div#encarts div#encart-chevaux h2{
	background:#2d354b;
	width:375px;
	color:#7fc0e6;
	font-size:1.2em;
	margin:0;
	text-align:center;
	font-family:verdana, sans-serif;
	margin:0 0 0 12px;
}
#content div#encarts ul.encart-liste-actualites{
	background:url(images/encart-actu_background.jpg) no-repeat;
	background-position:12px 0;
	width:100%;
	height:194px;
	list-style-type:none;
	padding:10px 0 0 0;
	position:relative;
}
#content div#encarts div.coordonnees{
	background:url(images/encart-actu_background.jpg) no-repeat;
	background-position:12px 0;
	width:100%;
	list-style-type:none;
	padding:33px 0 0 0;
	text-align:center;
	color:#fff;
	font-size:1.2em;
	height:175px;
	position:relative;
}
#content div#encarts div.coordonnees p{
	background:url(images/encart-contact_en-savoir-plus.jpg);
	width:412px;
	height:50px;
	position:absolute;
	bottom:0;
	left:0;
	margin:0;
	text-indent:-1000em;
	overflow:hidden;
}
#content div#encarts div.coordonnees > p{
	background:url(images/encart-contact_en-savoir-plus.png);
}
#content div#encarts div.coordonnees p a{
	position:absolute;
	top:28px;
	right:25px;
	display:block;
	text-indent:-1000em;
	overflow:hidden;
	width:130px;
}
#content div#encarts ul.encart-liste-actualites li h3{
	margin:0 10px 10px 20px;
	text-align:justify;
}
#content div#encarts ul.encart-liste-actualites li h3 a{
	color:#389eda;
	text-decoration:none;
	font-size:1.2em;
}
#content div#encarts ul.encart-liste-actualites li p{
	margin:0 10px 0 20px;
	text-align:justify;
	color:#fff;
}
#content div#encarts ul.encart-liste-actualites li p.photo{
	float:left;
}
#content div#encarts ul.encart-liste-actualites li p.photo img{
	border:1px solid #fff;
}
#content div#encarts ul.encart-liste-actualites li p.suite{
	background:url(images/encart-actu_lire-la-suite.jpg);
	width:412px;
	height:50px;
	position:absolute;
	bottom:0;
	left:0;
	margin:0;
}
#content div#encarts ul.encart-liste-actualites li > p.suite{
	background:url(images/encart-actu_lire-la-suite.png);
}
#content div#encarts ul.encart-liste-actualites li p.suite a{
	position:absolute;
	top:28px;
	right:34px;
	display:block;
	text-indent:-1000em;
	overflow:hidden;
	width:104px;
}
#content div#encarts ul.encart-liste-chevaux{
	background:#2d354b;
	margin:0 0 0 6px;
	width:375px;
	list-style-type:none;
	padding:10px 0 0 0;
	position:relative;
	float:left;
}
#content div#fausse-colonne > div#encarts ul.encart-liste-chevaux{
	margin:0 0 0 12px;
}
#content div#encarts ul.encart-liste-chevaux li{
	margin:10px 10px 0 10px;
	width:150px;
	float:left;
}
#content div#encarts ul.encart-liste-chevaux li h3{
	margin:10px 0 0 0;
	background:url(images/encart-chevaux_puce.jpg) no-repeat;
	padding:0 0 0 20px;
	font-variant:small-caps;
}
#content div#encarts ul.encart-liste-chevaux li h3 em{
	font-size:.8em;
}
#content div#encarts ul.encart-liste-chevaux li h3 a{
	color:#389eda;
	text-decoration:none;
	font-size:1.2em;
}
#content div#encarts ul.encart-liste-chevaux li p{
	margin:0 10px 0 0;
	padding:0 0 0 20px;
	font-size:.8em;
	color:#fff;
}
#content div#encarts ul.encart-liste-chevaux li p.origines{
	font-variant:small-caps;
	font-size:.9em;
}
#content div#encarts ul.encart-liste-chevaux li p.photo img{
	border:1px solid #fff;
}
#content div#encarts ul.encart-liste-chevaux li p.suite{
	background:url(images/encart-actu_lire-la-suite.jpg);
	width:412px;
	height:50px;
	position:absolute;
	bottom:0;
	margin:0;
}
#content div#encarts ul.encart-liste-chevaux li > p.suite{
	background:url(images/encart-actu_lire-la-suite.png);
}
#content div#encarts ul.encart-liste-chevaux li p.suite a{
	position:absolute;
	top:28px;
	right:34px;
	display:block;
	text-indent:-1000em;
	overflow:hidden;
	width:104px;
}
#content div#encarts p.en-savoir-plus{
	background:url(images/encart-chevaux_en-savoir-plus.png) no-repeat;
	width:100%;
	height:65px;
	list-style-type:none;
	padding:10px 0 0 0;
	position:relative;
	right:13px;
	float:left;
}
#content div#encarts p.en-savoir-plus a{
	display:block;
	text-indent:-1000em;
	position:absolute;
	bottom:31px;
	right:12px;
	height:20px;
	overflow:hidden;
	width:125px;
}
/*--------------------------------*/
#content div#wrapper{
	background:url(images/wrapper_background.jpg) repeat-x #fff;
	float:left;
	height:100%;
	width:553px;
	padding:0 0 0 35px;
}
/*------------------------------------------------------------------*/
#footer{
	background:url(images/footer.jpg) repeat-x #3271af;
	text-align:center;
	line-height:31px;
	color:#fff;
	font-size:.8em;
}
#footer ul li{
	display:inline;
}
#footer a{
	text-decoration:none;
	color:#fff;
}
#footer a:hover{
	text-decoration:underline;
}
/*------------------------------------------------------------------*/
.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;
}
.align-center{
	text-align:center;
}
hr.clear{
	visibility:hidden;
	clear:both;
}
/*------------------------------------------------------------------*/
