
a      { color: #ccc; font-size: 10px; text-decoration: none }
a:visited          { color: #fff; font-size: 10px }
a:hover        { color: #999; font-size: 10px; text-decoration: underline }
.class1    { color: #ccc; font-size: 10px; font-family: Geneva, Verdana, Arial, sans-serif }
.title        { color: #999; font-weight: 600; font-size: 11px; font-family: Geneva, Verdana, Arial, sans-serif }
.soustitre  { color: #999; font-size: 10px; font-family: Geneva, Verdana, Arial, sans-serif }
.highlight { font-family: Geneva, Verdana, Arial, sans-serif; font-size: 10px; text-align: center; color:#FF0000; background-color:#FFFFFF }
a.highlight { text-decoration: underline; color:#ff0000 }

body {
	font-family: "verdana";
	font-size: 11px;
	line-height: 1.9em;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #cccccc;
	text-decoration: underline;
}

.mainTitle {
	font-family: "verdana";
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;	
}

.subTitle {
	font-family: "verdana";
	font-weight: bold;
	font-size: 11px;
	color: #999999;	
}

.news {
	font-family: "verdana";
	font-weight: bold;
	font-size: 12px;
	color: #ff0000;	
}

