@import url("stylesheet.css");
@import url("../webfonts/Geosanslight/stylesheet.css");


html {
 overflow-y: scroll;
 }
.texte {
	font-size: 14px;
	font-family: "Geosanslight", "Lucida Sans Unicode", "Verdana", sans-serif;
	line-height: 16px;
	font-weight: normal;
	color: #CCC;
	letter-spacing: 2px;
	text-align: center;
}
.texte_folio {
	font-size: 14px;
	font-family: "Geosanslight", "Lucida Sans Unicode", "Verdana", sans-serif;
	line-height: 16px;
	font-weight: normal;
	color: #CCC;
	letter-spacing: 2px;
	text-align: center;
}
.copyright {
	font-family: "Lucida Sans Unicode", "Verdana", sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #333;
	letter-spacing: 2px;
	font-style: normal;
}
.titre {
	font-size: 13px;
	font-family: "Lucida Sans Unicode", "Verdana", sans-serif;
	line-height: 16px;
	font-weight: bold;
	color: #CCC;
	letter-spacing: 2px;
	text-align: left;
}
.titre_blanc{
	font-size: 14px;
	font-family: "Lucida Sans Unicode", "Verdana", sans-serif;
	line-height: 16px;
	font-weight: normal;
	color: #FFF;
	letter-spacing: 2px;
	text-align: center;
}
