/* CSS Document */

body {
	background-image: url(ImagesSite/Fond.jpg);
	background-color: #4C6426;
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.MessageErreur {
	color: #E64242;
	font-weight: bold;
}

.Texte9{
font-size:9px;
}

.Titres {
	font-size: 24px;
	color: #84AF43;
	font-weight: bold;
}
.PetitsTitres {
	font-size: 14px;
	color: #84AF43;
	font-weight: bold;
}

.SousTitres {
	font-size: 18px;
	font-weight: bold;
}
