/* CSS Document */
.font80 {
	font-size: 80%;
}
.font80b {
	font-size: 80%;
	font-weight: bold;
}
.font80bc {
	font-size: 80%;
	font-weight: bold;
	letter-spacing: -0.10em;
}
.font90 {
	font-size: 90%;
}
.font90b {
	font-size: 90%;
	font-weight: bold;
}
.font90bc {
	font-size: 90%;
	font-weight: bold;
	letter-spacing: -0.10em;
}
.font120 {
	font-size: 120%;
}
.font120b {
	font-size: 120%;
	font-weight: bold;
}
.font120bc {
	font-size: 120%;
	font-weight: bold;
	letter-spacing: -0.10em;
}
.font150 {
	font-size: 150%;
}
.font150b {
	font-size: 150%;
	font-weight: bold;
}
.font150bc {
	font-size: 150%;
	font-weight: bold;
	letter-spacing: -0.05em;
}
.font200 {
	font-size: 200%;
}
.font200b {
	font-size: 200%;
	font-weight: bold;
}
.font200bc {
	font-size: 200%;
	font-weight: bold;
	letter-spacing: -0.05em;
}
#droite {
	float: right;
}
#gauche {
	float: left;
}
.font_white {
	color: #FFFFFF;
}
.font_black {
	color: #000000;
}
a.font_white:hover {
	text-decoration: none;
	font-weight: bold;
}
a.font_white:link, a.font_white:visited {
	text-decoration: none;
}
.bgNoir {
	background-color: #000000;
}
.bgBlanc {
	background-color: #FFFFFF;
}

