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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #000000;
	background-image:url(ImagesSite/Fond.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.MessagesErreur {
	color: #CA0101;
	font-weight: bold;
}

.TitreDebut {
	color: #4d4d4d;
	font-weight: bold;
}
.TitreFin {
	color: #970f00;
	font-weight: bold;
}

.TexteSaisie{
	font-size:10px;
	background-color:#F5F5F5;
	color:#666666;
}

.PetitGris{
	font-size:10px;
	color:#666666;
}

.PetitNoir{
	font-size:10px;
	color:#000000;
}

.PasseOublie{
	font-size:10px;
	color:#999999;
}

.Signature {color: #666666}

.LiensBas {
	color:#CCCCCC;
	font-size: 11px;
	font-weight:bold;
}

.Copyright {
	font-size:9px; 
	color:#CCCCCC;
}

* .ImageAGauche{float: left; vertical-align: text-top; text-align:left; margin-right:5px; margin-top:0px; margin-bottom:0px}
* div.TexteSurImage{width:99.5%; float:left;}

