/*
//------------------------------------------------------------------
// 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;

}

html {
	background:#394271 url(images/barre-gauche.gif) left repeat-y;
	height:100%;	
}
body{
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:11pt;
	background:url(images/barre-droite.gif) right repeat-y;
	font-family:Arial;
	font-size:12px;
	color:white;	
	height:100%;
	z-index:1;
}
/*------------------------------------------------------------------*/
#page{
	background:url(images/barre-droite.gif) right repeat-y;	
	height:100%;
}
/*------------------------------------------------------------------*/

#header {
	background:url(images/fdheader.jpg) top right no-repeat;
	zoom:1;
}
/*#header h1{
	height:77px;
	background:url(images/logo.jpg) no-repeat;	
}*/
#header h1 a{
	display:block;
	height:77px;
	width:460px;
}
/*------------------------------------------------------------------*/
#menu{
	height:24px;
	background:url(images/fdmenu.gif) repeat-x;
	padding-right:10px;
	padding-top:5px;
	font-size:12px;
}
#menu .menu{
	text-align:right;
	padding-top:2px;
	font-family:Verdana;
}

#menu a {
	color:white;
	text-decoration:none;
	font-weight:bold;
}

#menu a:hover {
	color:#FB9411;
}

#menu .drapeaux{
	float:left;
	width:50px;
	margin-left:0px;
}

#menu .drapeaux #flag_en{
	border:1px solid white;
	width:23px;
	height:14px;
	background:url(images/flags/en.gif) repeat-x;	
	margin-left:5px;
}

#menu .drapeaux #flag_fr{
	border:1px solid white;
	width:23px;
	height:14px;
	background:url(images/flags/fr.gif) repeat-x;	
	margin-left:5px;	
}

/*------------------------------------------------------------------*/
#content {
	padding-right:380px;
	padding-left:30px;
	padding-bottom:5px;
}


#content h2 {
	font-size:22px;
	font-family:Arial;
	color:white;
	font-weight:normal;
	padding-top:35px;	
	padding-bottom:15px;	
}

#content h2 span{
	color:#FB9411;
}
#content  a{
	color:#FB9411;
	text-transformation:underline;
}
/*------------------------------------------------------------------*/
#footer{
	border-top:solid 1px #B09D79;
	border-bottom:solid 1px #B09D79;
	margin-bottom:10px;
	font-family:Verdana;
	font-size:9px;
	height:20px;
	padding-left:5px;
}

#footer a {
	color:white;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer img{
	border:none;
	vertical-align:middle;
}

#footer .liens{
	float:right;
	margin-right:5px;
}
#footer .credits{
	padding-top:2px;
}
/*------------------------------------------------------------------*/
.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;
}
/*------------------------------------------------------------------*/
.drapeaux img {
	width: 27px;
}
