/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
//
// Version             : 2.0
// Date de création    : 26/06/2008
//
// Description         : feuille de style générale du site
//
//------------------------------------------------------------------
*/

/*------------------------------------------------------------------*/
* {
	margin:0px;
	padding:0px;
}
body{
	font-family:trebuchet MS,Helvetica,sans-serif;
	font-size:14px;
	background:#455555 url('images/fond-degrade.png') repeat-x left 26px;
	color:#313f40;
}
a img{
	border:none;
}
/*------------------------------------------------------------------*/
#header{
	height:121px;
}
#header h1 {
	margin: 0 auto;
	text-align:center;
	height:121px;
	width: 315px;
}
/*------------------------------------------------------------------*/
 #menu{
	background: transparent url('images/menu-fond.png') top left repeat-x;
	height:42px;
	width:996px;
	margin: 0 auto;
	font-size:15px;
	font-weight:bold;	

}
#menu a{
	color: #556666;
	text-decoration: none;
}
#menu ul {
	list-style-type: none;
}
#menu ul li {
	float: left;
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding-right:10px;
	padding-left:10px;
	padding-top: 8px;
	height: 30px;
}
#menu a:hover{
	color: #556666;
	text-decoration: none;
	background:#e3d6c0;
}
#menu a:visited{
	color: #556666;
	text-decoration: none;
}
#menu #menu-gauche{
	margin-left:60px;
	float:left;
	display: inline;
}
#menu #menu-droit{
	margin-left: 610px;
}
/*--------conteneur de l'ensemble du site : photo texte actu footer----------------------------------------------------------*/
#page{
	width: 996px;
	margin: 0 auto;
}
/*--------photo---et drapeaux-------------------------------------------------------*/
#page #photo{
	background: transparent url('images/photo-accueil.jpg') top left no-repeat;
	height: 298px;
	position:relative;	
}
#page #photo img{
	position:absolute;
	left:700px;
	top:300px;	
}
/*------------ Module actu ------------------------------------------------------*/
#module-actualite{
	float:right;
	width: 218px;
	display: inline;
	margin-right: 4px;
}
#module-actualite h2 {
	background: #ebb015;
	color: #f5eddd;
	font: bold 16px "Trebuchet MS";
	text-transform: uppercase;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#module-actualite .photo {
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
}
#module-actualite .photo img {
	border: solid 2px white;
}
#module-actualite h3 {
	text-transform: uppercase;
	font: normal 14px "Trebuchet MS";
	padding-left: 15px;
	margin-top: 7px;
	margin-bottom: 7px;
}
#module-actualite h3 a {
	color: #384949;
	text-decoration: none;
}
#module-actualite .resume {
	color: #536465;
	font: normal 13px "Trebuchet MS";
	padding-left: 15px;
	margin-top: 7px;
	margin-bottom: 7px;
}
#module-actualite .resume span {
	text-transform: uppercase;
}
#module-actualite .suite-out {
	padding-right: 20px;
	margin-top: 7px;
	margin-bottom: 7px;
}
#module-actualite .suite-out .suite {
	border-top: solid 1px #c4bca7;
	border-bottom: solid 1px #c4bca7;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
}
#module-actualite .suite-out .suite  a {
	text-decoration: none;
	color: #fbfaf9;
	font: normal 13px "Trebuchet MS";
	font-weight: bold;
}
/*------------contenu texte et actu------------------------------------------------------*/

#content{	
	background: #fbfaf9 url('images/fonod.gif') top left repeat-y;
}
#content #contenu-texte{
	background: #fbfaf9 ;
	width: 740px;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 35px;
	color: #536465;
}
#content #contenu-texte h1{
	font-size: 20px;
	color: #e0a901;
	text-transform:capitalize;
	letter-spacing:2px;
	margin-bottom:15px;
}
#content #contenu-texte h2{
	font-size: 18px;
	color: #0e364d;
	margin-bottom:15px;
}

#content #contenu-texte strong{
	color: #0e364d;

}


/*----------footer--------------------------------------------------------*/
#footer{
	background: #fbfaf9 url('images/footer.jpg') top left no-repeat;
	width:996px;
	height:51px;
	text-align:center;
}
#footer img {
	position: relative;
	top: 10px;
}
#footer a{
	text-decoration:none;
	color: #0e364d;
}
#footer a:hover{
	text-decoration:none;
	color: #e0a901;
}
#footer hr {
	clear: both;
	width: 500px;
	border: 0; 
	border-bottom: 1px #e2d4ba solid; /* une seule bordure (sinon firefox met une bordure en haut ET en bas mais pas IE */
	height: 1px; /* pour IE */
	margin:0 150px;
	
}
/*------------------------------------------------------------------*/
.hidden{
	display:none;
}
.spacer{
	clear:both;
	line-height:0px;
	font-size:0px;
}
/*------------------------------------------------------------------*/
