/*
//------------------------------------------------------------------
// 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: url(images/body.png) left 26px repeat-x #fffef8;
}
a img{
	border:none;
}
img{
	vertical-align:middle;
}
/*------------------------------------------------------------------*/
#page {
	max-width: 1100px;
	_width: 1100px;
	margin: auto;
	position: relative;
}
/*------------------------------------------------------------------*/
#header{
	height: 232px;
	background: url(images/header.jpg) repeat-x;
	position: relative;
	padding-top: 74px;
}
#header h1 {
	position: absolute;
	left: 40px;
	top: 9px;
	width: 225px;
	height: 60px;
}
#header #illustration {
	height: 215px;
	background: url(images/illustration.jpg) right top no-repeat;
}
#header #illustration-out {
	width: 93px;
	height: 32px;
	background: url(images/illustration-out.gif);
	position: absolute;
	right: 246px;
	top: 42px;
}
#header #header-gauche {
	position: absolute;
	left:0;
	top: 0;
	width: 47px;
	height: 306px;
	background: url(images/header-gauche.gif);
}
#header #header-droite {
	position: absolute;
	right:0;
	top: 0;
	width: 47px;
	height: 306px;
	background: url(images/header-droite.gif);
}
/*------------------------------------------------------------------*/
#header #menu{
	position: absolute;
	right: 17px;
	top: 4px;
	width: 600px;
	height: 53px;
}
#header #menu ul {
	list-style-type: none;
}
#header #menu ul li {
	float: left;
	background: url(images/menu-li.jpg) right no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	height: 31px;
	font: normal 14px Arial;
	padding-top: 22px;
}
#header #menu ul li#dernier-item {
	background: none;
}
#header #menu ul li#chevaux-item {
	padding-top: 12px;
	line-height: 140%;
}
#header #menu ul li a {
	color: white;
	text-decoration: none;
}
#header #menu ul li a:hover {
	color: #f8f959;
}
/*------------------------------------------------------------------*/
#sidebar {
	position: absolute;
	top:263px;
	left:30px;
	width: 252px;
}
#sidebar #sidebar-haut {
	height: 29px;
	background: url(images/sidebar-haut.gif);
	font: normal 16px Verdana;
	text-align: center;
	color: #da3728;
	padding-top: 10px;
}
#sidebar #sidebar-milieu {
	background: url(images/sidebar-milieu.png) repeat-y;
}
#sidebar #sidebar-milieu .sidebar-cheval {
	padding-left: 32px;
	padding-right: 28px;	
}
#sidebar #sidebar-milieu .sidebar-cheval h3 {
	font: bold 13px Verdana;	
	text-transform: uppercase;	
}
#sidebar #sidebar-milieu .sidebar-cheval h3 a {
	color: #0c2722;
	text-decoration: none;
}
#sidebar #sidebar-milieu .sidebar-infos {
	color: #787878;
	font: normal 12px Verdana;
}
#sidebar #sidebar-milieu .sidebar-photo {
	text-align: center;
	padding: 3px;
}
#sidebar #sidebar-milieu .sidebar-photo img {
	border: solid 1px black;
}
#sidebar #sidebar-milieu .sidebar-parents {
	color: #da3728;
	font: normal 12px Verdana;
}
#sidebar #sidebar-milieu .sidebar-parents span {
	text-transform: uppercase;
}
#sidebar #sidebar-milieu .sidebar-separateur {
	height: 2px;
	background: url(images/sidebar-separateur.png);
	margin-top: 10px;
}
#sidebar #sidebar-bas {
	height: 20px;
	background: url(images/sidebar-bas.png);
}
#sidebar #sidebar-adresse {
	height: 115px;
	background: url(images/sidebar-adresse.png);
	font: normal 11px Verdana;
	color: #322708;
	padding-top: 30px;
	padding-left: 30px;
}
#sidebar #sidebar-adresse p#adresse-premier {
	margin-bottom: 15px;
}
#sidebar #sidebar-adresse strong {
	color: #755e18;
}
/*------------------------------------------------------------------*/
#main {
	margin-left: 290px;
	margin-right: 10px;
	background: url(images/main-left-top.jpg) left top no-repeat #0d352d;
}
#main #main-in {
	background: url(images/main-right-top.jpg) right top no-repeat;
}
#main #main-in #main-in-in {
	background: url(images/main-right-bottom.jpg) right bottom no-repeat;
}
#main #main-in #main-in-in #main-in-in-in {
	min-height: 450px;
	height: auto !important;
	height: 450px;
	background: url(images/main-left-bottom.jpg) left bottom no-repeat;
	padding: 20px;
}
/*------------------------------------------------------------------*/
#content{	
	color: white;
	font: normal 12px Verdana;
}
#content h2 {
	color: #f8f959;
	font: normal 18px Verdana;
	background: url(images/h2.jpg) left 18px repeat-x;
	text-transform: uppercase;
	margin-bottom: 15px;
}
#content h2 span {
	background: #0d352d;
}
#content p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#content a {
	color: #f8f959;
	text-decoration: none;
}
/*------------------------------------------------------------------*/
#footer{
	margin-left: 290px;
	text-align: center;
	font: normal 12px Verdana;
	color: #8c8c8c;
	padding-top: 10px;
	margin-bottom: 10px;
}
#footer a {
	text-decoration: none;
	color: #8c8c8c;
}
#footer img {
	position: relative;
	top: -4px;
}
/*------------------------------------------------------------------*/
.hidden{
	display:none;
}
.spacer{
	clear:both;
	line-height:0px;
	font-size:0px;
}
/*------------------------------------------------------------------*/
