/* Class CSS */

.gauche {
	float:left;
}
.gras {
	font-weight:bold;
}
.italique {
	font-style:italic;
}
.underline {
	text-decoration:underline;
}
.hidden {
  display: none;
}
.nobg {
	background:none;
}
.both{
	clear:both;
}
