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

/* Body */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #FFFFFF url(../IMAGES/fond_degrade.jpg) repeat-x;
	margin-top:20px;
	}
	
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #330033;
}
a:hover {
	text-decoration: underline;
	color: #003399;
}
a:active {
	text-decoration: none;
}
	
/* Caractères */
.mention_top {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-align:right;
	padding-right:10px;
	}

.mention_bottom  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #999999;
	text-align:right;
	padding-right:10px;
	}
	
.titre_credits {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color: #000000;
}

.legende_credits {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color: #666666;
}