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

body {
	background-image: url(ImagesSite/FondPage.jpg);
	background-repeat: repeat-x;
	background-color: #d5d5d5;
	margin-top:20px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	text-decoration:none;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


.MenuGauche {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}

.MenuGauche a:link {
	text-decoration: none;
	color:#000000;
}

.MenuGauche a:visited {
	text-decoration: none;
	color:#000000;
}

.MenuGauche a:hover {
	text-decoration: none;
}

.MenuGauche a:active {
	text-decoration: none;
}

.Titres {
	color: #5e5d95;
	font-weight: bold;
}

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

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

.PetitTexte {
	font-size: 9px;
	font-style: italic;
	color:#666666;
}

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

.LiensNoirs {
	color:#000000;
	text-decoration:none;
}

.LiensNoirs a{
	color: #000000;
	text-decoration:none;
}

.LiensNoirs a:link {
	color: #000000;
	text-decoration:none;
}

.LiensNoirs a:hover {
	color: #000000;
	text-decoration:none;
}

.LiensNoirs a:active {
	color: #000000;
	text-decoration:none;
}
