
/* #################### MENU EN HAUT #################### */

#menu_haut{
	margin:0px;
	font-size: 11px;
	padding-right: 12px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-image: url(img/tbar.png);
	background-repeat: repeat-x;
	height: 22px;
	background-position: top;
	vertical-align: middle;}

#menu_haut a {
	height: 22px;
	color: #fff;
	display: inline;
	line-height: 20px;
	vertical-align: middle;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 4px;
	padding-right: 3px;
	text-decoration:none;}

#menu_figure a:hover{
	height: 22px;
	text-decoration:none;
	color:#9C0000;}