/* --------------------------- */
/* CONTENANT */
/* --------------------------- */

html, body{
   margin: 0px;
   padding: 0px;
   outline: 0px;
   height: 100%;
   background-color:#141317;
   font-size:14px;
   font-family:Arial, Helvetica, sans-serif;
   color:#6c6c6c;
}

#page{
   height: 100%;
   width: 100%;
}

#conteneur { 
	width: 100%;
	height: 521px;
	text-align:center;
	position:absolute;
	top: 50%;
	margin-top: -260px;
	}

#edito { 
	width: 100%;
	height: 330px;
	text-align:center;
	background-image:url(../images/edito-bg.gif);
	background-repeat:repeat-x;
	}

#folio { 
	width: 100%;
	height: 350px;
	text-align:center;
	background-image:url(../images/folio-bg.gif);
	background-repeat:repeat-x;
	}

#footer { 
	width: 100%;
	height: 32px;
	position:absolute;
	bottom: 0;
	left: 0;
	clear: both;
	color: #FDFDFD;
	border-top: solid 1px #353535;
	margin-top:0;
	font-size:12px;

}

/* --------------------------- */
/* LIENS */
/* --------------------------- */

a {
	color:#6c6c6c;
	text-decoration:underline;
}

a:hover {
	color:#009eff;
	text-decoration:underline;
}

a.active, #subNav li a.active {
}

a img {border: 0;}


	display: none;
}

/* --------------------------- */
/* DIVERS */
/* --------------------------- */

.gras {
	color:#009eff;
	}

.folio {
	color:#009eff;
	font-size:11px;
	}

.mentions {
	font-size:11px;
	}

.contacts35 {
	font-size:12px;
	}
.liensext {
	color:#6c6c6c;
	}

.attente {
	color:#6c6c6c;
	font-size:10px;
	}