
#menu {
	HEIGHT: 53px;
	padding-top:3px;
	color:white;
	margin-left:20px;
	
}
/*la barre antière*/
#menu dl {
	font:14px Candara;
	float: left;
	width: 127px;
	margin-top:0px;
	margin-bottom:2px;
}

/*les menus*/
#menu dt {
	/*font:14px courier;*/
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background-image: url("images/btn_vague.png");
	background-repeat:no-repeat;
	margin: 1px;
	height:53px;
}

/*les sous menus*/


#menu dt a {
	/*font:14 px courier new; */
	color:white;
	text-decoration: none;
	
	display:block;
	height:37px;
	border: 0 none;
	padding-top: 10px;
}

#menu dt a:hover{
	font-weight: bold;
	color:white;
	background-image: url("images/btn_vague2.png");
	background-repeat:no-repeat;
}

#menu dt a:focus {
	font-weight: bold;
	background-repeat:no-repeat;
}
