/* CSS Document */

body,td,th,tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
.redbolt {
	color: #FF0000;
	font-weight: bold;
}
.lightgrey {
	color: #999999;
}
.smal {
	font-size: xx-small;
}
.titre {
	font-weight: bold;
	color: #666666;
}
.highlight {
	color: #FF6600
}
.centered {
	text-align: center;
}
.centered2{
	text-align: left;
	margin: auto;
}
.bolt{
	font-weight: bold;
}
.imgboucle {
	background-repeat: no-repeat;
}