/* STANDARDS */

body {
	background-color:#fff;
	font-size:11px;
	line-height:16px;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;	
	padding:0px;
	margin:0px;
	color:#413f3b;
	text-align:center;
}

html {
	min-height:100.1%;
}


/* RESET */

h1, h2, h3, h4, h5, h6, p, ul, li {
	text-align:left;
	margin:0px;
	padding:0px;
}

h1 {
	text-align:center;
}

h2 {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;	
	text-align:left;
}
	
h3 {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;	
	font-size:14px;
	letter-spacing:1px;
	color:#666;
	text-align:left;
}

hr {
	width:20%;
	border:0;
	height:1px;
	background-color:#555;
	color:#EEFFED;
	margin:35px auto;
}

p {
	text-align:left;
	margin:15px 0;
}

#page p {
	text-align:justify;
	margin:15px 0;
}

a {
	color:#3883D0;
	text-decoration:none;
}

a:hover {
	color:#333;
	text-decoration:none;
}


/* PARTIE HAUTE */


#header {
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	background:url(img/header.png) 0 0 repeat-x #DBDBDB;
}

#header .centrage{
	width:95%;
	margin:0px auto;
	padding:0;
}

#header .centrage h1{
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size:21px;
	font-weight:bold;
	letter-spacing:10px;
	list-style:none;
	color:#555;
	margin:8px auto 4px auto;
}

#header .centrage h2{
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size:14px;
	letter-spacing:6px;
	list-style:none;
	text-align:center;
	color:#555;
	margin:4px auto 2px auto;
}

#top{
	width:100%;
	height:24px;
	margin:0 auto 10px auto;
	text-align:left
}

#top a{
	position:relative;
	left:5%;
	top:5px;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size:10px;
	font-weight:bold;
	letter-spacing:2px;
	text-transform:uppercase;
	margin-top:5px;
	padding:7px 28px;
	color:#333;
	background-color:#DBDBDB;
}

#top a:hover{
	color:#DCDCDC;
	background-color:#333;
}




/* BANDEAU AREA */

#bandeau-rubriques {
	height:100px;
	border:0px;
	text-align:center;
	margin:0 auto 5px auto;
}

#bandeau-rubriques li{
	display:inline;
	list-style:none;
}

#bandeau-rubriques img.bandeau {
	margin:8px 4px;
	border:6px solid #fff;
	list-style:none;
	display:inline;
}

#bandeau-rubriques img.logo {
	margin:14px 4px;
	padding:0 13px;
	list-style:none;
	display:inline;
//	border:6px solid #fff;
//	background-color:#fff;
}

#bandeau-rubriques img.b1 { border-color:#0099FF; }
#bandeau-rubriques img.b2 { border-color:#00CC33; }
#bandeau-rubriques img.b3 { border-color:#CC3300; }
#bandeau-rubriques img.b4 { border-color:#CC0066; }



/* MENU HORIZONTAL */

ul#menuh{
	width:100%;
	list-style:none;
	margin:30px auto 0 auto;
	padding:0;
}

ul#menuh li{
	float:left;
	text-align: center;
	vertical-align:middle;
	margin:0;
	padding:10px 0 10px 0;
	background-color:#DBDBDB;
}

ul#menuh li#nav6{
	float:right;
}

ul#menuh li a{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:2px;
	text-transform:uppercase;
	font-size:10px;
	color:#333;

}

#menuh li#nav1{ width:25%; }
#menuh li#nav2{ width:25%; }
#menuh li#nav3{ width:25%; }
#menuh li#nav4{ width:24%; float:right; }

#menuh li#nav1 a:hover{ color:#0099FF; }
#menuh li#nav2 a:hover{ color:#00AF2C; }
#menuh li#nav3 a:hover{ color:#CC3300; }
#menuh li#nav4 a:hover{ color:#CC0066; }

#menuh li#nav1.actif{ background-color:#A6CDE6; }
#menuh li#nav2.actif{ background-color:#A6D9B3; }
#menuh li#nav3.actif{ background-color:#D9B3A6; }
#menuh li#nav4.actif{ background-color:#D9A6C0; }

#spacer{
	width:100%;
	clear:both;
	height:0;
	margin:0;
	padding:0;
}



/* COLONNE DE GAUCHE */

#left{
	width:200px;
	text-align:left;
	padding:10px 10px;
	margin:0 20px 20px 15px;
	background-color:#DFFFDD;
	float:left;
	height:100%;
	color:#28452C;
}

#left a.vert{
	color:#61B14E;
}

#left a.vert:hover{
	border-bottom:1px solid #61B14E;
}

#left a.rss{
	display:block;
	line-height:18px;
	height:18px;
	width:90px;
	text-indent:-8000px;
	background:url(rss/rss2.gif) 0 0 no-repeat #DFFFDD;
	margin-bottom:20px;
	border:0;
}

.rub{
	display:block;
	margin:20px 0 7px 0;
	font-weight:bold;
	border-bottom:2px solid #28452C;
}

.rub2{
	display:block;
	margin:0 0 15px 0;
	font-weight:bold;
	border-bottom:1px dashed #28452C;
}



/* MILIEU DE PAGE */


#contenu{
	clear:both;
	width:95%;
	margin:0px auto;
	padding:15px 0px 35px 0px;
	background-color:#EEFFED;
	height:100%;
	text-align:left;
}

#page{
	padding:0 35px 0 50px;
	margin:5px 0 0 205px;
	line-height:17px;
	text-align:justify;
}

#page h1{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:1px;
	font-size:14px;
	color:#333;
	margin-bottom:35px;
	text-align:left;
}

#page h2{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:1px;
//	text-transform:uppercase;
	font-size:13px;
	color:#333;
	margin-bottom:35px;
}

#page h3{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
//	font-weight:bold;
	letter-spacing:1px;
//	text-transform:uppercase;
	font-size:11px;
	color:#555;
	margin-top:-20px;
	margin-bottom:35px;
}

.minimenu{
	float: right;
	width: 235px;
	margin: 0 0 10px 10px;
	background-color: #DFFFDD;
	padding: 15px;
	border:10px solid #FFFFFF;
	text-align:left;
}

div.minimenu .rub{
	display:block;
	margin:0 0 15px 0;
	font-weight:bold;
	padding-bottom:3px;
	border-bottom:2px solid #28452C;
}

div.minimenu a {
	color:#3883D0;
	text-decoration:none;
}

div.minimenu a:hover {
	color:#333;
	text-decoration:none;
}

div.minimenu img{
	margin-bottom: -2px;
	margin-right: 2px;
}

#spaceur {
	clear:both;
	width:100%;
	height:0px;
	margin:0;
	padding:0;
}


/* FOOTER */

#footer {
	position:relative;
	border-top:7px solid #000000;
	border-bottom:7px solid #000000;
	clear:both;
	width:95%;
	height:45px;
	margin:0px auto 0px auto;
	padding:0px;
	background:url(img/footer.png) 0 0 repeat-x #DBDBDB;
}

#footer ul {
	float:left;
}


#footer  li {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:2px;
	text-transform:uppercase;
	font-size:9px;
	display:inline;
	margin:0;
	padding:0;
	list-style:none;
	height:45px;
	float:left;
	line-height:45px;
}
	
#footer li a {
	color:#333;
	display:block;
	padding:0 8px;
	height:45px;
}
		
#footer li a:hover {
	text-decoration:none;
}

#footer li#navf1 a:hover{ color:#0099FF; }
#footer li#navf2 a:hover{ color:#00CC33; }
#footer li#navf3 a:hover{ color:#CC3300; }
#footer li#navf4 a:hover{ color:#CC0066; }
//#footer li#navf5 a:hover{ color:#FFFF00; }
#footer li#navf5 a:hover{ color:#A8A800; }
//#footer li#navf6 a:hover{ color:#CCFFFF; }
#footer li#navf6 a:hover{ color:#7C9B9B; }
	
#footer .copy {
	position:absolute;
	top:30px;
	right:0px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight:bold;
	float:right;
	text-transform:uppercase;
	font-size:9px;
	display:inline;
	overflow:visible;
}



/* ACTUALITES */

#nouveautes{
	width:600px;
	text-align:left;
	padding:20px 20px;
	margin:0px 0 40px 0;
	border:15px solid #fff;
	background-color:#DFFFDD;
	color:#28452C;
}

#nouveautes h2{
	text-transform:uppercase;
	margin:0 0 15px 0;
	padding:0;
}

#nouveautes a{
	margin-left:20px;
	border-bottom:1px solid #3883D0;
}

#nouveautes a:hover{
	color:#333;
	border-bottom:1px solid #333;
}



/* CONTROLE DE LA LARGEUR */

#header .centrage, #contenu, #footer, #menu-second{
	width:960px;
}



/* MENU SECONDAIRE */

#menu-second, #menu-second ul /* Liste */     
{
        padding : 0; /* pas de marge intérieure */
        margin : 0; /* ni extérieure */
        list-style : none; /* on supprime le style par défaut de la liste */
        line-height : 30px; /* on définit une hauteur pour chaque élément */
        text-align : center; /* on centre le texte qui se trouve dans la liste */
}

#menu-second /* Ensemble du menu */
{
		font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
		font-weight:normal;
        font-size : 10px; /* hauteur du texte : 10 pixels */
		letter-spacing:1px;
		text-transform:uppercase;
		clear:both;
		margin:0 auto;
}

#menu-second a /* Contenu des listes */
{
        display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
        padding : 0; /* aucune marge intérieure */
        background : #DBDBDB; /* couleur de fond */        
        color : #333; /* couleur du texte */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
        width : 320px; /* largeur */
		text-align:center;
}

#menu-second li /* Elements des listes */      
{ 
        float : left; 
}

#menu-second li ul /* Sous-listes */
{ 
        position: absolute; /* Position absolue */
        width: 310px; /* Largeur des sous-listes */
        left: -999em; /* Hop, on envoie loin du champ de vision */
}


#menu-second li ul li a /* Éléments de sous-listes */
{
		text-transform:none;
		font-weight:normal;
		text-align:left;
		color:#333;
		padding-left:10px;
		width:310px;
}

#menu-second li ul ul 
{
        margin    : -22px 0 0 144px ; /* On décale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */ 
}




#menu-second.bleu a { background : #a6cde6; }
#menu-second.bleu li ul li a { color:#0099FF; }
#menu-second.vert a { background : #a6d9b3; }
#menu-second.vert li ul li a { color:#008a1a; }
#menu-second.rouge a, #menu-second.rouge ul li.pre { background : #d9b3a6; }
#menu-second.rouge li ul li a, #menu-second.un a { color:#cc3300; }
#menu-second.violet a, #menu-second.violet ul li.pre { background : #d9a6c0; }
#menu-second.violet li ul li a, #menu-second.violet ul li.pre { color:#cc0066; }



#menu-second a:hover /* Lorsque la souris passe sur un des liens */    
{
        color: #333; /* On passe le texte en noir... */
        background: #fff; /* ... et au contraire, le fond en blanc */
}



#menu-second li:hover ul ul, #menu-second li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
        left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
}

#menu-second li:hover ul, #menu-second li li:hover ul, #menu-second li.sfhover ul, #menu-second li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
        left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */
}



#menu-second.un {
	text-transform:none;
	text-align:left;
}

#menu-second.un ul li.pre {	text-transform:uppercase; }

#menu-second.un a { width : 190px; }
#menu-second.un a.petit { width : 160px; }
#menu-second.un a.moyen { width : 210px; }
#menu-second.un a.grand { width : 400px; }




#menu-second ul li.pre {
	width:920px;
	padding-left:40px;
}

#menu-second.quatre a { width : 240px; }
#menu-second.quatre li ul, #menu-second.quatre li ul li a { width: 230px; }

#menu-second.trois a { width : 320px; }
#menu-second.trois li ul, #menu-second.trois li ul li a { width: 310px; }



































#menu-second-little, #menu-second-little ul /* Liste */     
{
		list-style : none; /* on supprime le style par défaut de la liste */
		line-height : 30px; /* on définit une hauteur pour chaque élément */
		text-align : center; /* on centre le texte qui se trouve dans la liste */
		width:960px;
		margin:0 auto;
		padding : 0; /* pas de marge intérieure */
}

#menu-second-little /* Ensemble du menu */
{
		font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
		font-weight:normal;
    	font-size : 10px; /* hauteur du texte : 10 pixels */
		letter-spacing:1px;
		text-transform:none;
		clear:both;
}

#menu-second-little a /* Contenu des listes */
{
        display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
        padding : 0; /* aucune marge intérieure */
		margin:0;
        background : #d9b3a6;     
        color:#cc3300; /* couleur du texte */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
        width : 190px; /* largeur */
		text-align:center;
}

#menu-second-little li, #menu-second-little li ul li /* Elements des listes */      
{ 
        float : left; 
}

#menu-second-little li ul /* Sous-listes */
{ 
        width: 960px; /* Largeur des sous-listes */
}


#menu-second-little li ul li a /* Éléments de sous-listes */
{
		text-transform:none;
		font-weight:normal;
		color:#333;
		width:190px;
		color:#cc3300;
}

#menu-second-little a:hover /* Lorsque la souris passe sur un des liens */    
{
        color: #333; /* On passe le texte en noir... */
        background: #fff; /* ... et au contraire, le fond en blanc */
}

#menu-second-little ul li.pre {	
	text-transform:uppercase; 
	background : #d9b3a6;
	width:960px;
	padding-left:0px;
	text-align:left;
}

.titremenu {margin-left:40px;}

#menu-second-little a.petit { width : 160px; }
#menu-second-little a.moyen { width : 210px; }
#menu-second-little a.grand { width : 400px; }



/* EDITO */


div.edito {
	margin:0 0 50px 0;
	width:630px;
	padding:20px 20px 10px 20px;
	background-color:#DFFFDD;
}

div.edito h2 {
	border-bottom:2px solid #333;
	text-transform:uppercase;
}