/*
//------------------------------------------------------------------
// 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;
}

html{
	background:#310c08;
}

body{
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:11pt;
	background:url(images/fond.gif) bottom left no-repeat;
}
/*------------------------------------------------------------------*/
#page{

}
/*------------------------------------------------------------------*/
#header{
	height:361px;
	background:url(images/header.jpg) bottom right no-repeat;
}

#header a.haut{
	display:block;
	height:33px;
	padding-top:10px;
	background:url(images/fd-url.gif) repeat-x;
	color:white;
	text-decoration:none;
	padding-left:10px;
	font-size:11px;
}

#header h1{
	background:url(images/logo.jpg) no-repeat;
	margin-top:61px;
}

#header h1 a{
	display:block;
	width:383px;
	height:158px;
}

/*------------------------------------------------------------------*/
#menu{
	height:57px;
	background:url(images/fdmenu.gif) repeat-x;
}

#menu ul {
	margin-left:50px;
}
#menu ul li{
	float:left;
	list-style-type:none;
}

#menu a{
	color:#8b0d0c;
	text-decoration:none;
	font-size:12px;
	display:block;
	width:133px;
	height:42px;
	padding-top:15px;
	text-align:center;
}

#menu a:hover{
	font-weight:bold;
	background:url(images/menu-in.gif) no-repeat;	
}
/*------------------------------------------------------------------*/
#submenu{
}
/*------------------------------------------------------------------*/
#contenu{
	background:url(images/content.gif) bottom right no-repeat;
}
#content{
	padding-left:60px;
	padding-right:60px;
	font-size:12px;
	font-family:Arial;
	color:#2e2d2a;
}

#content h2{
	color:#524e3d;
	font-size:16px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:20px;
}
/*------------------------------------------------------------------*/
#footer{
	color:white;
	height:6px;
	padding-top:60px;
	font-size:11px;
	text-align:center;
	background:url(images/footer.gif) top right no-repeat;	
}
#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;
}
/*------------------------------------------------------------------*/
