/*
//------------------------------------------------------------------
// 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;
}

img, img a {
  border:none;
}
	
/*------------------------------------------------------------------*/

#page{
	margin: 0 auto;
}


/*------------------------------------------------------------------*/
#header{
	background:url(images/fond-menu.gif) top repeat-x;
	height: 128px;
	text-align: right;
}

#header a.logo{
	float:left;
	zoom:1;
	width:409px;
}
#header a{
	text-decoration:none;
}
#header a:hover{
	text-decoration:none;
}

#header ul {
	list-style-type: none;
	float: right;
	position: absolute;
	right: 0;
}

#header li {
	float: left;
}

#header li a {
	display: block;
	padding-top: 4px;
	float: left;
	width: 84px;
	height: 96px;
	font: bold 12px Arial;
	text-align: center;
	text-decoration: none;
	color:#ffedd9;
}

.fond_gris {
	background-color: #ac998b;
}



/*------------------------------------------------------------------*/

/*------------------------------------------------------------------*/

/*------------------------------------------------------------------*/

#content {
	padding-bottom:10px;
}
#content2{
	background:url(images/content-bandeau.gif) left repeat-y;
}

/*------------------------------------------------------------------*/
#footer{
	background:#c6bfb5;
	line-height:16px;
	font-family:Arial;
	font-size:10px;
	text-align:center;
	color:#ffedd9;
	font-weight:bold;
	padding:2px;
}
#footer img{
	border:none;
	vertical-align:middle;
}
#footer a img{
	border:none;
	vertical-align:middle;
	margin:15px 0;
}

#footer a{
	color:#ffedd9;
	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;
}
/*------------------------------------------------------------------*/
h2{
	font-family:Trebuchet MS;
	font-size:24px;
	padding-top:40px;
	padding-bottom:50px;
	text-align:center;
	width:600px;
}