/*
//------------------------------------------------------------------
// 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:#FFF7DF;	
}
/*------------------------------------------------------------------*/
#page{
}
/*------------------------------------------------------------------*/
#header{
	height:76px;
	background:url(images/bandeau.jpg) no-repeat;
}

#header .logo{
	position:absolute;
	height:149px;
	width:182px;
	background:url(images/logo.gif) no-repeat;
}
/*------------------------------------------------------------------*/
#menu{
	height:25px;
	background:url(images/fdmenu.jpg) repeat-x;
	color:#FFF7DF;
	font-size:12px;
	font-weight:bold;
	padding-top:2px;
	padding-left:164px;
}
#menu a{
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	color:#FFF7DF;
}

#menu .site{
}
#menu .site img{
	border:none;
	vertical-align:middle;
}

/*------------------------------------------------------------------*/
#barre{
	margin-top:100px;
	color:#FFF7DF;
	text-align:center;
	float:left;
	width:160px;
	font-weight:bold;
	font-size:11px;
}
#barre a{
	color:#FFF7DF;
	text-decoration:none;
}
#barre a:hover{
	text-decoration:underline;
}

/*------------------------------------------------------------------*/
#contenupage{
	background:url(images/fond.gif) top right no-repeat;
	margin-top:15px;
	padding:20px;
	font-size:12px;
}

/*------------------------------------------------------------------*/
#contenupage p{
	margin-bottom:10px;
}
/*------------------------------------------------------------------*/
#content{
	background:url(images/motif.gif) repeat-y;
	padding-left:182px;
}

#content h2{
	width:344px;
	height:21px;
	margin-bottom:20px;
}
/*------------------------------------------------------------------*/
#footer{
	background:#004922;
	color:white;
	font-family:Arial;
	font-size:11px;
	text-align:center;
	padding:4px;
}
#footer a{
	text-decoration:none;
	color:white;
}
#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;
}
/*------------------------------------------------------------------*/
