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

a:link {
	text-decoration: none;
	color:#FFFFFF;
}
a:visited {
	text-decoration: none;
	color:#FFFFFF;
}
a:hover {
	text-decoration: none;
	color:#CCCCCC;
}
a:active {
	text-decoration: none;
	color:#FFFFFF;
}

body {
	background-image: url(../fd.png);
	background-repeat:repeat-x;
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	text-decoration: none;
	color:#333333;
}

.LienCorps {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold; 
    text-decoration: none;
	color: #000533;}
	
.Listing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000533;
	}
.TitreDetail {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000066;
	background-image:url(../fd_detail_haut.png);
}
.Destina  {
	color:#CCC; 
	text-align:justify;}
