/* CSS Document */


body {
	background-image: url(ImagesSite/Fond.jpg);
	background-repeat:repeat-x;
	margin-top: 20px;
	margin-bottom: 0px;
	background-color: #01011B;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.SiteAticia {
	color: #FFFFFF;
	font-weight: bold;
}

.EntreLigne {font-size: 5px}
.SousTitres {
	color: #303030;
	font-weight: bold;
}
.Saisie{
	color: #303030;
	font-size:10px;
}
a:link {
	color: #303030;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #303030;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.MessageErreur {
	color: #A41E1E;
	font-weight: bold;
}
.PetitesLignes {font-size: 9px}
.Menu {font-size: 14px; color: #CCCCCC; font-weight: bold; }
.LiensBas {color: #FFFFFF; font-size:9px;}
.TraitsBas {color: #31598C}