/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
//
// Version             : 2.0
// Date de création    : 26/06/2008
//
// Description         : feuille de style générale du site
//
//------------------------------------------------------------------
*/

/*------------------------------------------------------------------*/
*{
	margin:0px;
	padding:0px;
}
body{
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:11pt;
}
a img{
	border:none;
}
img{
	vertical-align:middle;
}
/*------------------------------------------------------------------*/
#page{
	background:url(images/fond.jpg) repeat-y;	
}
/*------------------------------------------------------------------*/
#header{
	background:#006f2f;
}

#header h1{
	height:76px;
	background:#006f2f url(images/logo.jpg) no-repeat;
}

#header .diaporama{
	height:207px;
	background:#006f2f url(images/diaporama/diaporama.jpg) no-repeat;	
}

#header .liens{
	float:right;
	padding-top:30px;
}
 
#header .liens a{
	color:white;
	font-size:11px;
	text-decoration:none;
	background:url(images/puce.jpg) no-repeat;	
	padding-left:20px;
	margin-right:40px;
}

#header .liens a:hover{
	text-decoration:underline;
}


/*------------------------------------------------------------------*/
#menu{
	background:url(images/fdmenu.jpg) repeat-x;
	height:25px;
}
#menu ul li{
	float:left;
	border:solid 1px #9f9f80;
	border-bottom:none;
	margin-right:1px;
	height:23px;
	line-height:23px;
	list-style-type:none;
}

#menu a{
	background:url(images/pucelien.jpg) no-repeat;
	padding-left:15px;
	font-size:11px;
	color:black;
	text-transform:uppercase;
	text-decoration:none;
	margin-left:15px;
	margin-right:15px;
}
/*------------------------------------------------------------------*/
#submenu{
	width:182px;
	background:url(images/sousmenu.jpg) no-repeat;	
	float:left;	
	padding-top:30px;
	padding-bottom:380px;
	color:#5dae66;
	font-size:11px;
	text-align:center;
}

#submenu a{
	color:#5dae66;
}

#submenu ul li{
	list-style-type:none;
}
#submenu img{
margin: 20px auto;
}
/*------------------------------------------------------------------*/
#content{
	background:url(images/ombre.jpg) repeat-x;	
	padding:15px;
	padding-left:195px;
	font-size:12px;
}

#content h2{
	font-family:Arial Narrow;
	font-size:20px;
	margin-bottom:20px;
	font-weight:normal;
	color:#353535;
	border-bottom:solid 1px #353535;
}
/*------------------------------------------------------------------*/
#footer{
	background:#006f2f;
	text-align:center;
	color:white;
	font-size:11px;
	padding:5px;
	border-top:solid 1px white;
}
#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;
}
.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;
}
/*------------------------------------------------------------------*/
