/* CSS Document */
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #333333;
}

.titre_rouge {
	color: #CC3300;
	font-weight: bold;
}

.titre_vert {
	color: #339933;
	font-weight: bold;
}

.titre_bleu {
	color: #336699;
	font-weight: bold;
}

.titre_violet {
	color: #9933CC;
	font-weight: bold;
}

.titre_orange {
	color: #FF9900;
	font-weight: bold;
}

.micro-font {font-size: 12px}


