/*
//------------------------------------------------------------------
// 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: #ee7f00;
}
/*------------------------------------------------------------------*/
#header{
	height: 278px;
}
#header h1 {
	width: 266px;
}
#header h1 img {
	margin-top:60px;
	border: none;
}

#header #conteneur_flash{
	float:right;
	width:700px;
	background: url(images/header.jpg) no-repeat right #ee7f00;
	height: 278px;
}

#header #conteneur_flash p{
	margin:0px;
	padding:0px;
}

#header #conteneur_flash #rotator{
	margin:0px;
	padding:0px;
}
/*------------------------------------------------------------------*/
#menu{
	height: 42px;
	background: url(images/menu.jpg) repeat-x;
}
#menu #drapeaux {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	display: inline;
}
#menu #drapeaux img {
	border: none;
}
#menu ul {
	list-style-type: none;
	width: 850px;
	margin: auto;
}
#menu ul li {
	float: left;
}
#menu ul li.premier_item {
	background: url(images/item.jpg) no-repeat left;
}
#menu ul li a {
	display: block;
	float: left;
	color: white;
	text-decoration: none;
	font: normal 14px Verdana;
	height: 30px;
	padding-top: 12px;
	padding-left: 25px;
	padding-right: 25px;
	background: url(images/item.jpg) no-repeat right;
}
#menu ul li a:hover {
	background: url(images/item-hover.jpg) repeat-x;
}
/*------------------------------------------------------------------*/
#global {
	background: url(images/global.jpg) repeat-x #ee7f00;
}
/*------------------------------------------------------------------*/
#page {
	background: url(images/page.jpg)  repeat-y;
}
/*------------------------------------------------------------------*/
#main {
	background: url(images/cheval.jpg) no-repeat left top;
}
/*------------------------------------------------------------------*/
#content{
	margin: 0 20px 0 260px;
	background: #fbc976;
}
#content #content_haut {
	height: 29px;
	background: url(images/content-haut.jpg) repeat-x;
}
#content #content_bas {
	height: 16px;
	background: url(images/content-bas.jpg) repeat-x #fbc976;
	line-height: 0;
	font-size:0;
}
#content #content_bas #content_bas_droite {
	height: 16px;
	background: url(images/content-bas-droite.jpg) no-repeat right;
	line-height: 0;
	font-size:0;
}
#content #content_bas #content_bas_droite #content_bas_gauche {
	height: 16px;
	background: url(images/content-bas-gauche.jpg) no-repeat left;
	line-height: 0;
	font-size:0;
}
#content #content_inferieur {
	height: 50px;
	background: #ee7f00;
}
/*------------------------------------------------------------------*/
#sidebar {
	position: absolute;
	top: 380px;
	left: 27px;
	width: 190px;
	text-align: center;
	display: inline;
}
#sidebar h2 {
	color: #002c1c;
	font: bold 24px Verdana;
	margin-bottom: 15px;
}
#sidebar .cheval_aleatoire {
	width: 190px;
	margin-bottom: 15px;
}
#sidebar .cheval_aleatoire img {
	border: solid 1px white;
}
#sidebar .cheval_aleatoire h3, #sidebar .cheval_aleatoire h3 a {
	font: bold 12px Verdana;
	text-transform: uppercase;
	color: black;
	text-decoration: none;
}
#sidebar .cheval_aleatoire h3 span.race {
	font-style: italic;
}
#sidebar .cheval_aleatoire .infos_generales {
	font: italic 11px Verdana;
}
#sidebar .cheval_aleatoire .origines {
	font: normal 12px Verdana;
}
#sidebar .cheval_aleatoire .origines span.nom {
	text-transform: uppercase;
}
#sidebar .cheval_aleatoire .origines span.race {
	font-style: italic;
}
#sidebar .derniere_actu h3, #sidebar .derniere_actu h3 a {
	font: bold 12px Verdana;
	text-transform: uppercase;
	color: black;
	text-decoration: none;
}
#sidebar .derniere_actu a {
	color: #2e7127;
}
#sidebar .derniere_actu img {
	border: solid 1px white;
}
/*------------------------------------------------------------------*/
#content #contenu {
	min-height: 600px;
	background: url(images/contenu.jpg) no-repeat right bottom;
	padding-left: 20px;
	padding-right: 20px;
}
#content #contenu h2 {
	color: #002c1c;
	font: normal 22px Verdana;
	text-transform: uppercase;
	margin-bottom: 8px;
}
#content #contenu h3 {
	color: #002c1c;
	font: italic 16px Verdana;
	margin-top: 8px;
	margin-bottom: 8px;
}
#content p {
	font: normal 12px Verdana;
	margin-top: 8px;
	margin-bottom: 8px;
}
#content a {
	color: #2e7127;
}
#content img {
	border: solid 1px black;
}
/*------------------------------------------------------------------*/
#footer{
	height: 77px;
	background: #f29527;
	border-top: solid 1px #f08a13;
	text-align: center;
	color: #00442d;
	font: normal 14px Verdana;
	line-height: 30px;
	padding-top: 8px;
}
#footer a {
	color: #00442d;
	text-decoration: none;
}
#footer img {
	border: none;
	position: relative;
	top: 8px;
}
/*------------------------------------------------------------------*/
.hidden{
	display:none;
}
.spacer{
	clear:both;
	line-height:0px;
	font-size:0px;
}
/*------------------------------------------------------------------*/
