/*
//------------------------------------------------------------------
// 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:#789521;
}
a img{
	border:none;
}
img{
	vertical-align:middle;
}
/*------------------------------------------------------------------*/
#page{
}
/*------------------------------------------------------------------*/
#header{
	height:200px;
	background:url(images/logo.jpg) top center no-repeat;
}

#header h1 {
	height:200px;
	background:url(images/header1.jpg) top left no-repeat;
}

#header h1 a{
	display:block;
	height:200px;
	background:url(images/header2.jpg) top right no-repeat;
}
/*------------------------------------------------------------------*/
#menu{
	height:52px;
	background:url(images/menudroite.jpg) top right no-repeat;	
	
}

#menu ul{
	height:52px;
	background:url(images/menugauche.jpg) top left no-repeat;	
	padding-left:100px;
	padding-right:100px;
}

#menu ul li{
	float:left;
	line-height:45px;
	text-align:center;
	width:14%;
	list-style-type:none;
	color:#4d6600;	
	background:url(images/puce.jpg) right no-repeat;	
}

#menu ul li a{
	color:#4d6600;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
/*------------------------------------------------------------------*/
#submenu{
}

/*------------------------------------------------------------------*/
#content2{
	background:url(images/contentdroite.jpg) top right no-repeat;	
}
/*------------------------------------------------------------------*/
#content{
	background:url(images/contentgauche.jpg) top left no-repeat;	
	padding:15px;
	padding-left:100px;
	padding-right:100px;
	font-size:12px;
	color:#474747;	
}

#content h2{
	background:#a4ba62;
	color:white;
	font-size:13px;
	margin-bottom:10px;
	padding-top:2px;
	padding-left:2px;
}
/*------------------------------------------------------------------*/
#footer{
	background:url(images/footerdroite.jpg) top right no-repeat;	
	color:#c7d49e;
	font-family:Verdana;
	font-size:10px;	
	text-align:center;
	padding-bottom:20px;
}
#footer p{
	background:url(images/footergauche.jpg) top left no-repeat;		
	padding-top:25px;
}

#footer img{
	border:none;
	vertical-align:middle;
}

#footer a{
	color:#c7d49e;
	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;
}
/*------------------------------------------------------------------*/
