/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
//
// Version             : 1.0
// Date de création    : 27/12/2004
// Date de mise à jour :
//
// Description         : feuille de style générale du site
//
// Contraintes         : 
//------------------------------------------------------------------
*/

/*------------------------------------------------------------------*/
* {
	margin:0px;
	padding:0px;
}

body{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11pt;
	color:white;
	background:black;
	font-size:12px;
}
/*------------------------------------------------------------------*/
#page{
	margin-right:5%;
	margin-left:5%;
	margin-top:30px;
	margin-bottom:30px;
}
/*------------------------------------------------------------------*/
#header{
	height:184px;
	background:url(images/fd-header.gif) top right no-repeat;
}

#header h1{
	height:58px;
	margin-left:220px;
	background:url(images/nom.gif) center center no-repeat;
}

#header h2{
	height:58px;
	width:220px;
	background:url(images/etalon.jpg) no-repeat;
	float:left;
}
#header .bandeau{
	height:126px;
	background:url(images/bandeau.jpg) right no-repeat;
}
#header .fdmenu{
	background:url(images/logo.jpg) repeat-y;	
	height:126px;
}
/*------------------------------------------------------------------*/

#menu{
	font-family:Arial,Verdana,Helvetica,sans-serif;

}

#menu ul{
	position:absolute;
	width:220px;
	height:116px;
	padding-top:5px;
	text-align:center;	
}

#menu ul li{
	list-style-type:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	font-family:Arial;
	margin-bottom:5px;
	line-height:14px;
}
#menu ul li a{
	color:white;
	text-decoration:none;
	background:url(images/fleur.gif) no-repeat;
	padding-left:15px;		
}


/*------------------------------------------------------------------*/
#submenu{
}
/*------------------------------------------------------------------*/
#content{
	background:#20215A url(images/fond.gif) right bottom no-repeat;	
}
#colonne{
	background: url(images/cavalier.jpg) left bottom no-repeat;	
}

html>body #contenupage{
	background: url(images/ideal.jpg) left bottom no-repeat;	
	margin-left:220px;
	min-height:500px;
	height:auto;
}

#contenupage{
	background: url(images/ideal.jpg) left bottom no-repeat;	
	margin-left:220px;
	height:500px;
}


#content h3{
	color:#20215A;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	padding:2px;
	padding-left:5px;
	background:white url(images/fdtitre.gif) right repeat-y;
	font-family:Arial,Verdana,Helvetica,sans-serif;
}

#content h3 span.race{
	font-style:italic;
	font-size:12px;
}
#contenupage p{
	margin:20px;
}
/*------------------------------------------------------------------*/
#footer{
	color:white;
	font-family:Arial;
	font-size:11px;
	text-align:center;
	padding:4px;
}
#footer a{
	text-decoration:none;
	color:white;
}
#footer a:hover{
	text-decoration:underline;
}
#footer img{
	border:none;
	vertical-align:middle;
}
/*------------------------------------------------------------------*/
.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;
}
/*------------------------------------------------------------------*/
