@charset "iso-8859-1";
.cadre {
	background-attachment: fixed;
	background-image: url('images/turquoise_04.gif');
	background-repeat: no-repeat
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;

}
.titre {
	font-size: 16px;
	font-variant: small-caps;
	color: #FFFFFF;
	letter-spacing: 0.3em;
	font-weight: bold;

}
a:link {
	font-style: italic; 
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}
a:visited {
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-style: italic;
	font-weight: bold;
	color: #0099FF;
	text-decoration: none;
}
a:active {
	font-style: italic;
	color: #0099FF;
	text-decoration: none;
	font-weight: bold;
}

