/*
//------------------------------------------------------------------
// 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;
}
/*------------------------------------------------------------------*/
#page{
	background:#f2f2f2 url(images/structure/degrade.jpg) repeat-x;
	margin: 0 auto;
	min-width: 980px;	
}

#page { /* Fixe la largeur minimum sous IE */
	width:expression(document.body.clientWidth > 980  ? "100%" : "980px" );
}

/*------------------------------------------------------------------*/
#header{
	height:101px;
	background:url(images/structure/header.jpg) center no-repeat;	
}

#header h1{
	background:url(images/structure/logo.gif) no-repeat;
}

#header h1 a{
	display:block;
	height:101px;
	width:326px;
}
/*------------------------------------------------------------------*/
#menu{
	background:url(images/structure/fdmenu.jpg) repeat-x;
	color:white;
	font-weight:bold;
}


#menu img{
	border:solid 1px white;
}

#menu .menu {
	background:url(images/structure/logobas.gif) no-repeat;
	height:42px;	
	font-size:13px;
	font-family:Arial;
	text-align:center;	
}

#menu ul {
	margin-left:5px;
	border-left:solid 2px white;	
}
#menu ul li{
	list-style-type:none;
	display:block;
	float:left;
	height:42px;
	border-right:solid 2px white;
}
#menu ul li.flag{
	width:80px;
	border-right:none;
	text-align:left;
}
#menu ul li.flag img{
	vertical-align:middle;
}

#menu .menu a{
	color:white;
	text-decoration:none;
	text-transform:uppercase;
	line-height:42px;
	font-weight:bold;	
	margin-right:5px;
	margin-left:5px;

}
/*------------------------------------------------------------------*/
#submenu{
	width:221px;
	float:left;
	padding-top:15px;
	text-align:right;
	padding-right:15px;
	padding-bottom:40px;
}

p#wan_ansftv{
	margin-top:4px;
	margin-left:15px;
	text-align:center;
}

#submenu a.retour{
	display:block;
	height:35px;
	line-height:35px;
	color:white;
	text-decoration:none;
	background:url(images/structure/boutonretour.gif) no-repeat;		
	padding-left:22px;
	font-size:13px;
	font-weight:bold;
	margin-left:15px;
	text-align:left;
	margin-bottom:4px;
}

#submenu h3{
	height:35px;
	line-height:35px;
	color:white;
	background:url(images/structure/fdtitresousmenu.gif) no-repeat;		
	padding-left:15px;
	font-size:16px;
	font-weight:normal;
	margin-left:15px;
	text-align:left;
}

#submenu .sousmenu{
	background:url(images/structure/fdsousmenu.gif) bottom no-repeat;	
	padding:3px;
	padding-top:0px;
	padding-bottom:4px;
	margin-left:15px;	
	text-align:left;	
}

#submenu .sousmenu li{
	border:solid 1px #2f61a7;
	height:30px;
	line-height:30px;
	margin-bottom:1px;
	list-style-type:none;
	background:url(images/structure/pucesousmenu.gif) no-repeat;		
	padding-left:25px;
}
#submenu .sousmenu li a{
	font-size:11px;
	font-weight:bold;
	color:black;
	text-decoration:none;
}
#submenu img{
	border:none;
}
/*------------------------------------------------------------------*/
/*
p#wan_ansftv{
	text-align:center;
	margin-top:8px;
}
*/
/*------------------------------------------------------------------*/
#content{
	margin-left:238px;
	color:#353535;
	background:white url(images/structure/fdcontenu.gif) no-repeat;
	margin-top:15px;
	margin-right:10px;
	margin-bottom:10px;
	font-size:11px;
}
#content a {
	color:black;
}

#content ul li{
	margin-left:20px;
}


/*------------------------------------------------------------------*/
/*--arrondi du contenu--*/
#content2{background:url(images/structure/fdcontenudroite.gif) right top no-repeat;}
#content3{background:url(images/structure/fdcontenubas.gif) left bottom no-repeat;}
#content4{ background:url(images/structure/fdcontenubasdroite.gif) right bottom no-repeat; padding:15px;}

/*------------------------------------------------------------------*/
#content div#regiePubHaut{
	text-align:center;
	margin-bottom:15px;
	z-index:100;
}
/*------------------------------------------------------------------*/
#content div#regiePubHaut div{
	width:468px;
	margin:0 auto;
	height:60px;
	line-height:60px;
}
/*------------------------------------------------------------------*/
#content div#regiePubHaut div a,
#content div#regiePubHaut div object{
	display:inline;
	vertical-align:middle;
}
#content div#regiePubHaut a img{
	border:1px solid #2F61A7;
}
/*------------------------------------------------------------------*/
#content div#regiePubHaut div object{
	/*margin-top:30px;*/
}
/*------------------------------------------------------------------*/
#content div#regiePubDroite{
	float:right;
	width:150px;
}
/*------------------------------------------------------------------*/
#content div#regiePubDroite img,
#content div#regiePubDroite object{
	margin-left:15px;
}
/*------------------------------------------------------------------*/

#content h2{
	color:#353535;
	border-bottom:solid 1px #c2c2c2;
	margin-bottom:10px;
	font-family:Arial Narrow;
	font-size:17px;
}
#content .contenu{
	margin-right:15px;
}
#content .contenu.regiePubDroite{
	margin-right:150px;
}
/*------------------------------------------------------------------*/
#footer{
	background:#285ba3;
	text-align:center;
	color:#a9bdda;
	font-size:10px;
	padding-top:10px;
	padding-bottom:15px;
}

#footer a{
	color:#a9bdda;
	text-decoration:none;
}

#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;
}
.center{
	text-align:center;
}
.clear-both{
	clear:both;
}
.visibility-hidden{
	visibility:hidden;
}
.align-right{
	text-align:right;
}
.align-left{
	text-align:left;
}
/*------------------------------------------------------------------*/

