/*
//------------------------------------------------------------------
// 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:Arial,Verdana,Helvetica,sans-serif;
	font-size:11pt;
	background:#1a0e05;
}
/*------------------------------------------------------------------*/
#page{
}
/*------------------------------------------------------------------*/
#header{
	background:#1a0e05 url(images/fdheader.jpg) repeat-x ;
	height:116px;
}
#header h1 {
	height:109px;
	width:355px;
}
#header h1 a{
	display: block;
	height:109px;
	width:355px;
}
/*------------------------------------------------------------------*/
#drapeaux{
	text-align:center;
	float:right;
	margin-top:40px;
	font-family:Arial;
	font-size:11px;
}

#drapeaux a{
	display:block;
	width:133px;
	height:17px;
	margin-bottom:10px;
	color:#a39e9b;
	text-decoration:none;
}

#drapeaux a:hover{
	background:url(images/fddrapeaux.jpg) center no-repeat;
}
/*------------------------------------------------------------------*/
#onglets {
	position: absolute;
	left: 360px;
	top: 50px;
	width: 500px;
	height: 60px;
}
#onglets #onglets-haut {
	height: 24px;
	border-bottom: solid 2px #312215;
}
#onglets #onglets-haut ul {
	list-style-type: none;
}
#onglets #onglets-haut ul li {
	float: left;
}
#onglets #onglets-haut ul li a {
	display: block;
	float: left;
	width: 100px;
	height: 24px;
	background: url(images/onglets-haut-item.jpg);
	color: white;
	text-decoration: none;
	font: normal 12px "Trebuchet MS", serif;
	text-align: center;
	line-height: 24px;
}
#onglets #onglets-haut ul li a.item-hover {
	background: url(images/onglets-haut-item-hover.jpg);
	height: 24px;
}
#onglets #onglets-bas {
	height: 36px;
	background: url(images/onglets-bas.jpg) no-repeat;
	font: normal 12px "Trebuchet MS", serif;
}
#onglets #onglets-bas a {
	color: white;
	text-decoration: none;
}
#onglets #onglets-bas #onglets-bas-gauche {
	float: left;
	width: 150px;
	color: #1a0e05;
	text-align: center;
	padding-top: 10px;
}
#onglets #onglets-bas #onglets-bas-droite {
	float: right;
	width: 125px;
	text-align: center;
	color: white;
} 
#onglets #onglets-bas #onglets-bas-milieu {
	margin-left: 160px;
	margin-right: 125px;
	padding-top: 2px;
	color: white;
}
#onglets #onglets-bas #onglets-bas-milieu .scroller_container {
	position: relative;
	height: 34px;
	overflow: hidden;
}
#onglets #onglets-bas #onglets-bas-milieu .scroller_container .separateur {
	height: 1px;
	border: none;
	width: 150px;
	margin-left: 20px;
	background: white;
}
/*------------------------------------------------------------------*/
#menu{
	background:white;
	color:#555555;
	font-size:10px;
}

#menu table{
	width:100%;
	border-spacing:0px;
	padding:0px;
	height:150px;
	border-collapse:collapse;
}

#menu table td{
	width:20%;
	vertical-align:top;
	padding:20px;
}

#menu h3{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	margin-bottom:10px;
}

#menu h3 a{
	color:#1d1d1d;
	text-decoration:none;
}

#menu ul li{
	list-style-type:none;
	margin-bottom:4px;
}
#menu ul li strong {
	font-weight: bold;
	font-size:11px;
	color: black;
}

#menu p a{
	color:#555555;
	text-decoration:none;
}
#menu p a:hover{
	text-decoration:underline;
}
#menu ul li a{
	color:#555555;
	text-decoration:none;
}
#menu ul li a:hover{
	text-decoration:underline;
}
/*------------------------------------------------------------------*/
#submenu{
}
/*------------------------------------------------------------------*/
#content{
	_height:425px;
	min-height:425px;
}
/*------------------------------------------------------------------*/
#footer{
	background:url(images/fdmenu.gif) top repeat-x ;    
	color:#624531;
	font-family:Arial;
	font-size:11px;
	text-align:right;
	padding:5px;
}

#footer a{
	color:#624531;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}
/*------------------------------------------------------------------*/
.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;
}
/*------------------------------------------------------------------*/
