/* FEUILLE DE STYLE : BARRE_HORIZ.CSS */


/* <TABLE de la barre horiz */
table.barre_horiz
{
	width : 520px;
	height : 15px;
	position:relative;
	top:3px;
	background-image : url('../../img/barre_horiz.gif');
	background-repeat : no-repeat;
}
