/*
//------------------------------------------------------------------
// 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:verdana,Helvetica,sans-serif;
	background:#1a1a1a;
	font-size:13px;
}
/*--- style du Div contenant l'ensemble de la page---------------------------------------------------------------*/
#page{
	background:#1a1a1a;
}
/*--Contenu et style de l'en-tête----------------------------------------------------------------*/
#header{
	background:#0071bc url('images/fond-header.gif') top left repeat-x;
	height:336px;
	text-align:center;
}
#header #animation-flash{
	width:1000px;
	margin:0 auto ;
}
/*---Menu---------------------------------------------------------------*/
#menu{
	width:190px;
	text-align:right;
	float:left;

}
#menu ul{
	list-style:none;
}
#menu ul li{
	width:190px;
	height:26px;
	margin-bottom:10px;
	padding-right:15px;
}
#menu ul li a:link{
	background: transparent url('images/bouton-fond.gif') left top repeat-x;
	text-decoration:none;
	color:#fff;
	font-size:12pt;
	margin-top:10px;
	padding-right:10px;
	display:block;
	width:100%;
	height:100%;
}
#menu ul li a:hover{
	width:195px;
	text-decoration:none;
	color:#fff;
	font-size:12pt;
	background:url('images/bouton-hover.gif') left top no-repeat;
	margin-top:10px;
	padding-right:10px;
	display:block;
	width:100%;
	height:100%;
}
#menu ul li a:visited{
	background: transparent url('images/bouton-fond.gif') left top repeat-x;
	text-decoration:none;
	color:#fff;
	font-size:12pt;
	margin-top:10px;
	padding-right:10px;
	display:block;
	width:100%;
	height:100%;
}
/*---module chevaux à vendre--------------------------------------------------------*/
#fiche-chevaux{
	width:260px;
	float:right;
} 
#fiche-chevaux h1{
	font-family:times new roman,serif;
	font-size:15pt;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
}

#fiche-chevaux .cheval{
	background:#0071bc;
	width:185px;
	text-align:center;
	margin: 15px 0px 15px 40px;
	padding:5px;
	color:#fff;
}
#fiche-chevaux .cheval h2,
#fiche-chevaux .cheval h2 a {
	text-transform:uppercase;
	color:#000;
	font-size:14px;
	text-decoration: none;
}
#fiche-chevaux .cheval img{
margin:10px;
border:1px solid #fff;
}
#fiche-chevaux .cheval .origines span {
	text-transform: uppercase;
}
/*--Style du corps de la page----------------------------------------------------------------*/

#page #content #fond-texte{
	background:#e6e6e6;
	margin-left:210px;
	margin-top:15px;
	padding:25px;
	margin-right:250px;
	text-align:left;	
}
#page #content #fond-texte strong{
	color:#309FD7;
}

#page #content #fond-texte h1{
	font-family:times new roman,serif;
	font-size:40px;
	margin-bottom:30px;
}
#page #content #fond-texte h2{
	color:#309FD7;
	font-family:times new roman,serif;
	font-size:20px;
	text-transform:uppercase;
	margin :20px 0px;
}
#page #content #fond-texte h3{
	color:#309FD7;
	font-family:times new roman,serif;
	font-size:16px;
	margin-bottom:5px;
	text-transform:uppercase;
	margin: 10px 0px;
}
#page #content #fond-texte .image-centree{
	text-align: center;
	margin:10px;
		
}
#page #content #fond-texte .image-centree h4{
	text-align: center;
	max-width:500px;
	margin:0 auto;
		
}
/*------Pied de page et menu du pied de page-----------------------------------------------------*/
#footer{
	background:#004ea1 url('images/pied-fond.gif') left top repeat-x;
	text-align: center;
	color:#fff;
	font-size:10pt;	
	border-top: solid 1px #004ea1;
	height:100px;
}
#footer .menu-pied{
	margin-top:15px;
}
#footer img{
	border:none;
	position:relative;
	top:8px;
}
#footer a:link{ 
	color:#fff;
	text-decoration:none;
}
 
#footer a:visited{ 
	color:#fff;
	text-decoration:none;
 }
 
#footer a:hover{ 
	color:#bababa;
	text-decoration:none;
}
/*------------------------------------------------------------------*/
.hidden{
	display:none;
}
.spacer{
	clear:both;
	line-height:0px;
	font-size:0px;
	display:block;
}
/*------------------------------------------------------------------*/
