﻿h1
{
	color:#000;
}
.titre_pave
{
	color:#000;
}
body
{
		background:url(../img/bg.jpg) no-repeat center top #ffffff;
}

a{
color:#5aa528;
	
}
#logo_header
{
	width:392px;
	height:180px;
	background-image:url(../../img/logo-feb03.png);
	background-repeat:no-repeat;/*gère la répétition du bg sur l'écran : ou repeat ou repeat-x ou repeat-y*/
	background-position:no-repeat center top;/*gère la position du bg sur l'écran*/
}
div#visu_header
{
	width: 598px;
	height: 180px;
	float: left;
}
div#header
{
	height: 215px;
	display: block;
	width: 990px;
	position:relative;
}
#main_conteneur
{
	width:990px;
	background-color:#fff;
}
#menu-princ td a{
color:#fff;
padding:5px;
height:25px;
text-align:center;
font-size:12px;
cursor:pointer;
text-transform:uppercase;
}	
/*gestion du menu principal lorsque la souris passe dessus*/
#menu-princ td:hover{
background:none;
}
/*gestion du menu principal lorsque la souris passe dessus +lien*/
#menu-princ td:hover a{
font-weight:bold;
color:#dfdb00;
}

/*titre de l'actu*/
.titre_slide {
font-weight: bold;
font-size: 25px;
                color: #5aa528;
   				margin-bottom: 5px;
                text-transform:lowercase;
                width:305px;}

#actu-slider .caption:hover .titre_slide{
	  color:#4d4d4d;
}

.more_link {
                position:absolute;
                bottom:10px;
                right:10px;
                color:#5aa528;
                font-size:11px;
                text-transform:lowercase;
               
}

.titre_pave
{	color:#5aa528;
	text-align:center;
	font-weight: bolder;
	font-size:17px;
	margin-left:10px;
	margin-right:10px;
text-decoration:none;
}
 
.titre-sm{
color:#5aa528;
}


.separateur_footer{
	border-left: 1px dashed #9e9993;
}

.separateur_footer a{
	color:#000;
}

.separateur_footer a.main{
	color:#5aa528;
	text-transform:uppercase;
}

#bandeau_bas a{
color: #9e9993;
font-size:10px;
text-decoration:none;
}

#bandeau_bas{
width:90%;
margin-left:5%;
clear:both;
position:relative;
background:#FFF;
border-top:1px solid #e5e5e5;
border-bottom:1px solid #e5e5e5;
padding-top:5px;
margin-top:20px;
padding-bottom:5px;
text-align:center;
color:#cccccc;

}
