/*
//------------------------------------------------------------------
// 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:#32510d url(images/degrade.jpg) repeat-x;
}
/*------------------------------------------------------------------*/
#page{
	background:url(images/fdmenu.jpg) repeat-y;	
	margin: 0 auto;
	min-width: 980px;	
}


#page { /* Fixe la largeur minimum sous IE */
	width:expression(document.body.clientWidth > 980  ? "100%" : "980px" );
}
/*------------------------------------------------------------------*/
#header{
	height:209px;
	background:#253e01 url(images/domaine.jpg) right no-repeat;	
}

#header h1{
	height:209px;
	background:url(images/logo.gif) no-repeat;	
}
#header a{
	display:block;
	height:209px;
	width:375px;
}
/*------------------------------------------------------------------*/
#menu{
	width:274px;
	float:left;		
	font-family:Arial;
	font-size:11px;	
	background:url(images/menu.jpg) no-repeat;	
}

#menu .menu{
	padding-left:100px;
	padding-top:48px;	
}
#menu ul{
	padding-bottom:80px;
	width:115px;
}
#menu ul li{
	font-size:Arial Narrow;
	list-style-type:none;
	text-align:center;
	line-height:22px;
}

#menu ul li a{
	color:white;
	text-decoration:none;
}

#menu h4{
	background:url(images/actualites.jpg) no-repeat;
	height:29px;
}


#menu .actu{
	margin:10px;
	margin-top:30px;
	width:195px;
	color:white;
	font-size:11px;	
}

#menu .actu img{
	border:solid 1px white;
	float:left;
	margin-right:4px;
}

#menu .actu a{
	color:white;	
}

#menu .titre{
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

/*------------------------------------------------------------------*/
#content{
	background:url(images/fond.gif) right repeat-y #e9e5dc;
	font-family:Arial;
	font-size:12px;
	margin-left:250px;
	padding-bottom:5px;
}

#content h2{
	background:url(images/fdh2.jpg) repeat-x;
	height:24px;
	padding-top:5px;
	margin-left:24px;	
	text-align:right;
	color:white;
	font-size:15px;
	padding-right:10px;
	margin-bottom:20px;
}

#content h3{
	background:url(images/puce.jpg) no-repeat;
	padding-left:20px;
	border-bottom:solid 1px #9faa86;
	font-size:15px;
	color:#b28400;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:15px;
}
/*------------------------------------------------------------------*/
#footer{
	height:24px;
	background:#587134 url(images/fdfooter.jpg) left no-repeat;	
	padding-top:5px;
	color:white;
	font-size:11px;
	text-align:center;
}
#footer img{
	border:none;
	vertical-align:middle;
}

#footer a{
	color:white;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
/*------------------------------------------------------------------*/
.hidden{
	display:none;
}
.spacer{
	clear:both;
	line-height:0px;
	font-size:0px;
}

.spacer2{
	clear:right;
}
.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;
}
/*------------------------------------------------------------------*/
