/*
//------------------------------------------------------------------
// 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,Helvetica,sans-serif;
	font-size:10pt;
	text-align:justify;
	background:#cccccc;
}

a{
	text-decoration:none;
	color:#475979;
}

a:hover{ 
	text-decoration:underline;
	color:#475979;
}
/*------------------------------------------------------------------*/
#page{
	width:958px;
	margin:auto;
}

/*------------------------------------------------------------------*/
#header{
	background:url(images/Header.jpg) no-repeat;
	height:327px
}

#header #conteneur_flash{
	width:999px;
	margin-left:-23px;
}
/*------------------------------------------------------------------*/
#menu{
	background:#8ca3bc url(images/MenuCG.jpg) top left no-repeat;
}

#menu div.menu{
	height:32px;
	background:url(images/MenuCD.jpg) top right no-repeat;
}

#menu div.menu div{
	width:510px;
	margin-left:auto;
	margin-right:auto;
}

#menu a{
	height:32px;
	display:block;
	float:left;
}


/*------------------------------------------------------------------*/
#submenu{
}
/*------------------------------------------------------------------*/
#content{
	background:#bdccdb url(images/PageCD.jpg) top right repeat-y;
}

#contenu{
	background:url(images/PageCG.jpg) top left repeat-y;
	padding:20px 46px 20px 46px;
}

h2{
	height:75px;
	display:block;
}

h3{
	color:#475979;
	margin: 15px 0px 5px 35px;
}

#contenu li{
	margin-left:35px;
	list-style-type: none;
}

#contenu p{
}

#contenu #note{
	font-size:9pt;
	color:#535353;
	text-align:right;
	margin-top:20px;
}

#contenu .Illustra{
	text-align:center;
	margin:10px 10px 10px 10px;
}

#contenu .Illustra img{
	border:1px solid black;
	border-color: #2987b3;
}



/*------------------------------------------------------------------*/
#footer{
	background:#8ca3bc url(images/FooterCD.jpg) top right repeat-y;
	font-size:11px;
	text-align:center;
	color:#475979;	
}
#pied{
	padding:5px 0px 5px 0px;
	background:url(images/FooterCG.jpg) top left repeat-y;
}
#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;
}
.center{
	text-align:center;
}
/*------------------------------------------------------------------*/
