/*
//------------------------------------------------------------------
// 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:Arial,Verdana,Helvetica,sans-serif;
	font-size:11pt;
	background-color:#791900;
}
/*---Style-en-tete---------------------------------------------------------------*/
#header{
	background:url(images/header-fond-degrade.jpg) top left repeat-x;
	height: 293px;
	line-height: 20px;
	font-size:10pt;
	font-weight:bold;
	letter-spacing: -1px; 
	
}

#header a:link{ 
	color :#fef8ea ;
	text-decoration:none;
 }
 
#header a:visited{ 
	color:#fef8ea;
	text-decoration:none;
 }
 
#header a:hover{ 
	color:#ffd100 ;
	text-decoration:none;
}

.header-logo{	
	
	margin-left: 30px;
	width: 196px;
	height: 108px;
	float:left;
}
.header-logo h1 img{
	border:none;
}

/*---div contenant le menu et l'animation flash--------------------------------------------------------------*/
.header-contenu{
	width: 700px;
	margin-left: 251px;
}
#animation-flash{
	width:700px;
	height: 210px;
}


/*---Style du menu horizontal--------------------------------------------------------------*/
.menu{

}
.menu li{
	list-style-type:none;
	float: left;
	text-transform: uppercase;
}

.menu ul li a {
	display:inline;
	float:left;
	margin-right:15px;
	margin-bottom:15px;   
}


/*------------Contenu de la page d'accueil:cadre largeur et hauteur variables------------------------------------------------------*/

#content .contenu{
	background-color:#FEF8EA;
}
#content .contenu .content-presentation{
	position:relative;
	top:-30px;
	left: 15px;
	margin-right: 370px;
}
#content .contenu .content-presentation h1{
	background:url(images/presentation-titre-repetable.jpg) repeat-x;
	height:42px;
	font: bold 16px Arial;
	text-transform: uppercase;
	color: #77ae2f;
	padding-top: 10px;
	padding-left: 15px;
}
#content .contenu .content-presentation h1 img {
	width: auto;
	height: auto;
	position: relative;
	top: 5px;
}
#content .contenu .content-presentation img{
	margin:0;
}
#content .contenu .content-presentation .fond-presentation{
	background-color: #fef8ea;
}
#content .contenu .content-presentation .fond-presentation .presentation-bordure-droite{
	background: transparent url(images/bordure-droite.jpg) repeat-y right top;
}
#content .contenu .content-presentation .fond-presentation .presentation-bordure-gauche{
	background: transparent url(images/bordure-gauche.jpg) repeat-y left top;
}
#content .contenu .content-presentation .fond-presentation .presentation-bordure-bas{
	background: transparent url(images/bordure-bas.jpg) repeat-x left bottom;
	margin-top: 15px;
}
#content .contenu .content-presentation .fond-presentation .presentation-coin-droit{
	background: transparent url(images/coin-droit.jpg) no-repeat right bottom;
}
#content .contenu .content-presentation .fond-presentation .presentation-coin-gauche{
	background: transparent url(images/coin-gauche.jpg) no-repeat left bottom;
	height: 5px;
}
/*------------Contenu------------------------------------------------------*/
#interieur {
	padding: 10px;
	font: normal 13px Arial;
}
#interieur img {
	border: solid 1px black;
}
#interieur p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#interieur a {
	color: #5a8f1d;
	font-weight: bold;
	text-decoration: none;
}

/*------contenu bloc largeur fixe actualites-------------------------------------------------*/

#content .contenu .content-actualites{
	float: right;
	width: 287px;
	background-color: #fef8ea;
	margin-top:80px;
	margin-right: 20px;
	display: inline;
}
#content .contenu .content-actualites h1 {
	height: 41px;
	background: url(images/actualites-titre-fond.jpg) repeat-x;
	font: bold 16px Arial;
	text-transform: uppercase;
	color: #69110d;
	padding-top: 10px;
	padding-left: 15px;
}
#content .contenu .content-actualites h1 img {
	top: 5px;
	position: relative;
}
#content .contenu .content-actualites h2{
	font: bold 14px Arial;
	text-transform: uppercase;
	margin-top: 3px;
}
#content .contenu .content-actualites h2 a {
	color: black;
	text-decoration: none;
}
#content .contenu .content-actualites p{
	padding:5px 15px 15px 15px;

}
#content .contenu .content-actualites .actualites1{
	background: transparent url(images/actualites-fond-repetable.jpg);
}
#content .contenu .content-actualites .actualites1 .actualites-bordure-bas{
	background: transparent url(images/actualites-bordure-bas.jpg) no-repeat left bottom;
	min-height: 100px;
}
#content .contenu .content-actualites .actualites1 .actualites-bordure-bas img {
	margin: 5px;
	float: left;
	display: inline;
	border: solid 1px black;
}
#content .contenu .content-actualites .actualites1 .actualites-bordure-bas a {
	color: #5a8f1d;
	text-decoration: none;
}



/*------Pied de page et liens se trouvant dans le pied-------------------------------------------------*/

#footer{
	border-top: solid 5px #86373c;
	background: #791900;
	width:100%;
	clear:both;
	text-align:center;
	color:#fef8ea;
	font: normal 12px Arial;
	padding-top: 5px;
}
#footer a:link{ 
	color :#fef8ea ;
	text-decoration:none;
 }
 
#footer a:visited{ 
	color:#fef8ea;
	text-decoration:none;
 }
 
#footer a:hover{ 
	color:#ffd100 ;
	text-decoration:none;
}

#footer img{
	border: none;
	position:relative;
	top:8px;
	
}
/*------------------------------------------------------------------*/
.hidden{
	display:none;
}
.spacer{
	clear:both;
	line-height:0px;
	font-size:0px;
}
/*------------------------------------------------------------------*/
