@charset "utf-8";
html {
	height : 1500px ;
}
/* FOOTER */
div.footer {
	top : 1450px ;
}
/* LIENS PAR MOIS */
.offre-mois h4 {
	font : Bold 0.9em/1em Arial, Helvetica ;
	border : none ;
	color : #0e3c48 ;
	padding : 0 ;
	margin : 0;
}
ul.liste-mois {
	margin-top : 0.2em ;
}
.liste-mois li {
	float : left ;
	width : 180px ;
	font : Normal 0.7em/1.3em Arial, Helvetica ;
	list-style-type : none ;
}
.liste-mois li a {
	color : #0e3c48 ;
	text-decoration : none ;
}
.liste-mois li a:hover {
	text-decoration : underline ;
}

