/* IMPORTATION DU FICHIER CSS D'ALTITUDE */
@import url("/client/uploads/css/style.css");
/* 
DÉBUT DU STYLES POUR LE MENU DU HAUT 
*/

body{
	height: 100%;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color:#505050;
}

h1 {
	margin:0;
	padding:0;
	font-size: 24px;
}

#conteneurContenu {
   width:100%;
}

.contenuLeft {
  width:100%;
}

.contenuRight_pub {
   width:308px;
}

.date_auteur{ 
	margin: 5px 0px 10px 0px; 
	padding: 0px 0px 5px 0px; 
	font-size: 9px; 
	line-height: 9px; 
}

.chapeau{
	font-size: 14px; 
	/*color: #80af2b; */
	font-weight: bold; 
	margin-bottom: 15px; 
}