/* CSS Document */
body {
	margin: 0px;
	background-color: #ffffff;
}
body, p, td, input, textarea {
	color: #555555;
	font-family: Tahoma;
	font-size: 12px;
}
.copyright{
	color: #999999;
	font-family: Tahoma;
	font-size: 9px;
}
a:link {color:#647cb9}
a:visited {color:#647cb9}
a:hover {color:#990000}
a:active {color:#FF9900}
.keywords{
	font-size: 9px;
}
.grosTitre{
	font-size: 24px;
	font-weight:bold;
}
.Titre{
	font-size: 14px;
	font-weight:bold;
}
.TitreVar{
	font-size: 18px;
	font-weight:bold;
	color:#000099;
}
.Titre23{
	font-size: 14px;
	font-weight:bold;
	color:#000099;
}
.TexteVar{
	color:#000099;
}
.form{
	color: #555555;
	font-family: Tahoma;
	font-size: 11px;
}
.erreur{
	color: #990000;
	font-size: 12px;
}