@charset "utf-8";
/* Boutons */

a.bouton {
	text-decoration:none;
	color:#006000;
	font-weight:bold;
}
	
a.bouton:visited {
	text-decoration:none;
	color:#006000;
	font-weight:bold;
}
	
a.bouton:hover {
	text-decoration:none;
	color:#0000F0;
	font-weight:bold;
}
	
a.bouton:active {
	text-decoration:none;
	color:#006000;
	font-weight:bold;
}

a.bouton img {
	height:6px;
	width:9px;
	border:0px;
}

td.boutonG {
	width:13px;
	background-image:url('images/bouton_g.gif');
}
	
td.boutonC {
	white-space:nowrap;
	font-size:10px;
	text-align:center;
	vertical-align:middle;
	background-image:url('images/bouton_c.gif');
}
	
td.boutonD {
	width:13px;
	background-image:url('images/bouton_d.gif');
}