/*
//------------------------------------------------------------------
// 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:url(images/motif.gif);
}
/*------------------------------------------------------------------*/
#page{
	margin-left:5%;
	margin-right:5%;
	background:#103267;
	padding-left:1px;
	padding-right:1px;
}
/*------------------------------------------------------------------*/
/*#header{
	height:118px;
	background:#482914;
}

#header .logo{
	height:111px;
	width:168px;
	background:url(images/logo.gif) no-repeat;
	position:absolute;
	border-right:solid 1px white;	
	border-bottom:solid 1px white;	
}

.drapeaux{
	background:url(images/header.gif) repeat-x;
	height:32px;
	border-bottom:solid 1px white;
}*/
.drapeaux a{
	float:right;
}

/*#header .bandeau{
	background:url(images/bandeau.jpg) no-repeat;
	height:78px;
	margin-left:168px;
	border-bottom:solid 1px white;
}*/




#header{
	height:249px;
	background:#103267;
}

#header .logo{
	height:216px;
	width:250px;
	background:url(images/logo.jpg) no-repeat #313e72;
	position:absolute;
	border-right:solid 1px white;	
	border-bottom:solid 1px white;	
	margin-top:33px;
}

#header .bandeau{
	background: url(images/diaporama/diapo1.jpg) no-repeat;
	height:220px;
	margin-left:250px;
	border-bottom:solid 1px white;
}

#espace{
	background:url(images/header.gif) repeat-x;
	height:27px;
	border-bottom:solid 1px white;
	text-align:right;
	padding-top:5px;
	padding-right:15px;
}

#espace h2{
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:20px;
	color:white;
	float:left;
}

#espace img{
	vertical-align:middle;
}
/*------------------------------------------------------------------*/
#content2{
	background:url(images/fd-sm.gif) left repeat-y;
}
#content{
	background:white url(images/fond.gif) bottom right no-repeat;
} 


#content .options{
	width:230px;
	float:left;
	background:#9dbbd6;
	text-align:center;
}
#content .options h2{
	text-transform:uppercase;
	padding:5px;
	background:#103267;
	color:white;
	font-weight:bold;
	font-size:14px;
}
#content .options .barre{
	display:block;
	height:11px;
	background:url(images/barreoptions.gif) no-repeat;	
	margin:0px;
}


html>body .contenupage{
	min-height:400px;
	height:auto;
	font: normal 12px Arial;
}
.contenupage {
	height:400px;
}

#content .contenupage{
	margin-left:240px;
	padding-top:10px;	
	padding-right:10px;	
	font: normal 12px Arial;
}
/*------------------------------------------------------------------*/
#footer{
	background:url(images/footer.gif) repeat-x;
	height:47px;
	text-align:center;
	color:white;
	font-family:Verdana;
	font-size:9px;
	margin-top:1px;
}

#footer a{
	color:white;
	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;
}
/*------------------------------------------------------------------*/
.drapeaux img {
	border: none;
}