/* CSS Document */
body, table {
	color: #FFFFFF;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif
}
/* Mise en forme du texte */
.petitTxt {  /* petit lettrage */
	color: #CCCCCC;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Couleur pour les titres, les liens, ... */
.vert {
	color: #00CC00;
}
.rougeFonce {
	color: #C80000;
}
.bleu {
	color: #000080;
}
.orange {
	color: #FF7700;
}
.jaune {
	color: #FFC900;
}
/* Alignement des images par rapport au texte */
.imgTextDroit {
float: right;
}
.imgTextGauche {
float: left;
}
/*  liens */
a {
	text-decoration: none;
}
a:hover {
	color: FFC900;
	font-weight: bold;
	text-decoration: underline overline;
}
a:selected {
	color: D0DAB7;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	/* color: FFC900; */
	font-weight: bold;
}
.test {
	background-image: url(../images/interface/fond2column.gif);
}
.test2 {
	background-color: #7d7d9d;
}