/* Class CSS */

.gauche {
	float:left;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	text-decoration:underline;
}
.hidden {
  display: none;
}
.nobg {
	background:none;
}
.both{
	clear:both;
}
a.word, a.excel, a.pdf{
	background-repeat: no-repeat;
	display:block;
	float:left;
	width:16px;
	height:16px;
	margin:0 6px 0 0;
}
a.word {
	background-image:url(../images/icons/page_word.png);
}
a.excel {
	background-image:url(../images/icons/page_excel.png);
}
a.pdf {
	background-image:url(../images/icons/page_acrobat.png);
}
a.word span, a.excel span, a.pdf span{
	display:none;
}
