@font-face {
	font-family : 'DIN Light';
	src: url('fonts/DIN Light.ttf') format('truetype');
}
@font-face
{
	font-family : 'Galeforce BTN';
	src: url('fonts/Galebtn.ttf') format('truetype');
}

body {
	font-family: "DIN Light", Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	background-image: url("images/sable_web.jpg");
}
body { background-color: #000000; color: #101010; font-family: "DIN Light", Arial, Garamond, "Times New Roman", Times, serif; font-size: 16px; }
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
.monlien {
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	color: #3300CC;
	text-decoration: none;
}
.montitre {
	color: #CC0033;
	font-size: 200%;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.fleche{
text-align:center;
}
.fleche a img{
border:none;
}
.copyright {
	font-size: 50%;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clear{
clear:both;
}