@charset "UTF-8";
/* CSS Document */

body {
	background-color:#FFF;
	margin-top: 0px;
}

.french {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#999;
}
.english {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#999;
	font-style:italic;
}
.titre_french {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#999;
}
.titre_english {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#999;
	font-style:italic;
}
.img {
	padding-bottom:20px;
	padding-right:30px;
}
.bloc-txt {
	padding-left:30px;
	padding-right:30px;
	text-align:left
}
.mentions {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#999;
}
.footer {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#999;
	text-align:center
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #999;
}