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

td.g {
		background-image: url(images/14_g.gif);
		background-repeat: repeat-y;}
td.d {
		background-image: url(images/14_d.gif);
		background-repeat: repeat-y;}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#B2B3B4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	line-height:1.2em;
	color: #333;
	letter-spacing:0.6px;
}
.red {color:#F00}
.lien {
	color : black ;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: black;
	text-decoration: none;
}
.lien:hover {
	color: #F00 ;
	border-bottom-color: #F00;
	text-decoration: none;
}