/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
// 
// Version             : 2.0
// Date de création    : 26/06/2008
//
// Description         : feuille de style de rubrique
//
//------------------------------------------------------------------
*/
/*------------------------------------------------------------------*/
/* ----- STRUCTURE DU SITE (couleur bleue) ----- */
/*------------------------------------------------------------------*/
body{
	background-image:url(images/actualites/body-background.jpg);
}
#global{
	background-image:url(images/actualites/global-background.jpg);
	background-color:#d4e587;
}
#global_ombre{
	background-image:url(images/actualites/global_ombre-background.jpg);
}
#cadre{
	background-image:url(images/actualites/contenu_droit-cheval_bas.jpg);
}
#contenu_gauche h2{
	color:#788026;
}
#contenu_gauche h2 strong{
	color:#c6ce21;
}
/*------------------------------------------------------------------*/
#contenu_gauche div.description h3 span{
	color:#c6ce21;
}
#contenu_gauche div.description p{
	color:#788026;
	margin-bottom:10px;
}
#contenu_gauche div.description h4{
	color:#788026;
	margin-bottom:10px;
	font-size:1.2em;
}
#contenu_gauche div.description p img{
	border:3px solid #7e852b;	
}
#contenu_gauche div.contact strong span{
	color:#788026;
}
/*------------------------------------------------------------------*/
#contenu_droit #diaporama .submenu_cadre_masque{
	background-image:url(images/actualites/diaporama-cache-background.gif);
}
#contenu_droit #diaporama > .submenu_cadre_masque{
	background-image:url(images/actualites/diaporama-cache-background.png);
}
#contenu_droit{
	background-image:url(images/actualites/contenu_site-background.jpg);
}
#cadre > #contenu_droit{
	background-image:url(images/actualites/contenu_site-background.png);
}
#footer ul{
	background-image:url(images/actualites/footer-background.jpg);
}
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
#contenu_site h2{
	float:left;
	width:75%;
	margin-left:25%;
	margin-top:20px;
	padding-bottom:10px;
	color:#788026;
}
#contenu_site h2 span{
	display:block;
	float:left;
	height:23px;
	line-height:30px;
}
#contenu_site h2 span.h2_image{
	background-image:url(images/actualites/derniere_actu-h2.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-1000em;
	width:131px;
	margin-left:10px;
}
#contenu_site #autres_actualites h2{
	float:left;
	width:100%;
	margin-left:15px;
	margin-top:20px;
	padding-bottom:10px;
	color:#788026;
}
#contenu_site #autres_actualites h2 span.h2_image{
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-1000em;
}
/*------------------------------------------------------------------*/
#contenu_site #derniere_actualite{
	background-image:url(images/actualites/derniere_actu-background.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	float:left;
	width:639px;
	height:172px;
	padding:15px;
	margin-left:27px;
	margin-top:20px;
	text-shadow: 1px 1px 0 #fff;
	color:#788026;
	position:relative;
}
#contenu_site #derniere_actualite p.couverture{
	float:left;
	width:157px;
	margin-right:20px;
}
#contenu_site #derniere_actualite p.couverture a{
	background-position:center center;
	background-repeat:no-repeat;
	display:block;
	width:155px;
	height:145px;
	overflow:hidden;
	text-indent:-1000em;
	border:1px solid #fff;
}
#contenu_site #derniere_actualite div.textes{
	float:left;
	width:270px;
}
#contenu_site #derniere_actualite h3{
	background-image:url(images/actualites/derniere_actu-separation.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	margin-bottom:10px;
	padding-bottom:10px;
	text-transform:lowercase;
	font-size:1.2em;
}
#contenu_site #derniere_actualite a{
	color:#5f650f;
	text-shadow: 1px 1px 0 #fff;
}
#contenu_site #derniere_actualite .description_courte{
	margin-bottom:10px;
}
#contenu_site #derniere_actualite .lien a{
	display:block;
	color:#fff;
	position:absolute;
	right:34px;
	bottom:2px;
	text-shadow:0 0 0;
	width:142px;
	height:35px;
	line-height:33px;
	text-align:center;
	font-size:1.3em;
	font-family:Georgia, serif;
}
/*------------------------------------------------------------------*/
/* LISTE DES ACTUALITES */
#contenu_site ul{
	list-style-type:none;
	float:left;
	margin-left:9px;
	margin-top:9px;
}
#contenu_site ul li{
	background-image:url(images/actualites/liste_actus-background.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:322px;
	height:130px;
	padding:10px;
	margin-bottom:15px;
	float:left;
	text-shadow: 1px 1px 0 #fff;
	color:#788026;
}
#contenu_site ul > li{
	position:relative;
}
#contenu_site ul li.first{
	margin-right:15px;
}
#contenu_site ul li p.couverture{
	float:left;
	width:90px;
	margin-left:12px;
}
#contenu_site ul li  p.couverture a{
	background-position:center center;
	background-repeat:no-repeat;
	display:block;
	width:100px;
	height:105px;
	overflow:hidden;
	text-indent:-1000em;
	border:1px solid #fff;
}
#contenu_site ul li div.textes{
	float:left;
	width:209px;
}
#contenu_site ul li h3{
	background-image:url(images/actualites/derniere_actu-separation.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	margin-bottom:10px;
	padding-bottom:10px;
	text-transform:lowercase;
	font-size:1em;
}
#contenu_site ul li h3 a{
	color:#5f650f;
	text-shadow: 1px 1px 0 #fff;
}
#contenu_site ul li .description_courte{
	margin-bottom:10px;
}
#contenu_site ul li .lien a{
	background-image:url(images/actualites/liste_actus-lire.png);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	color:#fff;
	position:absolute;
	right:3px;
	bottom:3px;
	text-shadow:0 0 0;
	width:91px;
	height:24px;
	line-height:22px;
	text-align:center;
	font-size:1em;
	font-family:Georgia, serif;
}
/*------------------------------------------------------------------*/
/* TEXTE ALTERNATIF */
#contenu_site p.rien_a_afficher{
	
}
/*------------------------------------------------------------------*/
