/*
//------------------------------------------------------------------
// 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:#116fb8;
}
/*------------------------------------------------------------------*/
#page{
	background:url(images/degrade.jpg) repeat-x;
	
}
/*------------------------------------------------------------------*/
#entete{
	height:250px;	
	background:url(images/header.jpg) center no-repeat;
}
/*------------------------------------------------------------------*/
#header{
	width:885px;
	margin-right:auto;
	margin-left:auto;
}

#header h1{
	width:243px;
	height:250px;
	float:left;
	background:url(images/logo.jpg) top center no-repeat;
}	
/*------------------------------------------------------------------*/
#menu{
	padding-top:217px;
}

#menu a{
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	width:124px;
	height:33px;
	line-height:33px;
	text-align:center;
	color:black;
	margin-right:4px;
}

#menu ul {
	margin-left:243px;
}

#menu ul li{
	float:left;
	background:url(images/onglet.gif) no-repeat;
	list-style-type:none;	
}
/*------------------------------------------------------------------*/
#submenu{
	width:243px;
	-width:240px;
	float:left;
	background:#bec5bd url(images/trait.jpg) left repeat-y;
}
#submenu .submenu{
	background: url(images/fdlogo.jpg) left top no-repeat;
	padding:15px;
	padding-top:60px;
}

#submenu .texte{
	color:#3c3f41;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
}

#submenu .texte a{
	color:#3c3f41;
}

#submenu .cheval{
	text-align:center;
	margin-top:50px;
}


#submenu .cheval h3{
	font-size:15px;
	text-transform:uppercase;
	margin-bottom:10px;
}
#submenu h3 a {
	text-decoration:none;
	color:black;
}

#submenu .cheval h3 span{
	font-size:13px;
	font-style:italic;
}

#submenu .infoscheval{
	font-weight:bold;
	font-size:13px;
	margin-top:10px;
}
#submenu .cheval img{
	border:solid 1px #727876;
}

#submenu .cheval .commentaire{
	font-size:11px;
	font-style:italic;
	color:#3e7184;
	margin-top:10px;	
}
/*------------------------------------------------------------------*/
#content{
	width:885px;
	margin-right:auto;
	margin-left:auto;
	background:#ded9c6 url(images/trait2.gif) right repeat-y;
}

#content h2{
	color:#116fb8;
	font-family:Trebuchet MS;
	font-size:20px;
	margin-bottom:20px;
}
/*------------------------------------------------------------------*/
#contenu  {
	padding:20px;
	padding-left:260px;
	font-size:12px;
	background:url(images/ligne.jpg) left repeat-y;	
}
/*------------------------------------------------------------------*/
#footer{
	background:#116fb8 url(images/footer.jpg) repeat-x;
	font-family:Verdana;
	font-size:10px;
	color:white;
}
#footer img{
	border:none;
	vertical-align:middle;
}

#footer a{
	color:white;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

#footer .footer{
	background:url(images/footer-droite.jpg) top right no-repeat;
	width:885px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom:40px;
}

#footer .footer p{
	background:url(images/footer-gauche.jpg) top left no-repeat;
	padding-top:25px;
}

#footer .liens {
	float:right;
	padding-top:25px;	
}
/*------------------------------------------------------------------*/
.hidden{
	display:none;
}
.spacer{
	clear:both;
	line-height:0px;
	font-size:0px;
}
.messageErreurFatale{
	font-family:Arial,Verdana,Helvetica,sans-serif;
	text-align:center;
	font-weight:bold;
	color:yellow;
	background:red;
	border:solid black 1px;
	font-size:11px;
}
.center{
	text-align:center;
}
/*------------------------------------------------------------------*/