/* Style spécifique au menu */
#pave_menu {
	float: left;
	height: 33px;
	width: 31px;
	left: 1px;
	background: url("../images_site/pave_bouton.png") left top no-repeat;
}

#pave_menu2 {
	float: right;
	height: 33px;
	width: 31px;
	right: 1px;
	background: url("../images_site/pave_bouton.png") left top no-repeat;
}

#menutop {
	position: relative;
	height: 33px;
	/*margin: 0 10px 1em 0px;*/
	clear: both;
}

#menutop ul,#menutop li {
	margin: 0;
	margin-right: 1px;
	padding: 0;
	list-style-type: none;
}

#menutop ul {
	position: absolute;
	height: 33px;
	left: 35px;
}

#menutop li {
	float: left;
}

#menutop li a { /* dimensions et définitions des boutons */
	display: block;
	/* mise en block de <a> pour lui donner des dimensions */
	height: 33px;
	width: 132px;
	color: white;
	font: 12px/ 33px Verdana, "Bitstream Vera Sans", Tahoma, Lucida, Arial,
		sans-serif;
	/*font: 17px/33px "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;*/
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: url(../images_site/boutonRollOver.png) no-repeat 0 0;
}

#menutop li a:hover,#menutop li a.active {
	font-style: oblique;
	background: url(../images_site/boutonRollOver.png) no-repeat 0 -33px;
}

/******* NEW MENU ***************/
#divmenu {
	position: relative;
}

dl,dt,dd,ul,li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menunew {
	position: absolute;
	left: 36px !important;
	left: 4px;
	z-index: 1000;
	width: 100%; /* précision pour Opera */
}

#menunew dl {
	margin-right: 1px;
	float: left;
	width: 132px;
}

#menunew dt {
	height: 33px;
	color: white;
	font: 12px/ 33px Verdana, "Bitstream Vera Sans", Tahoma, Lucida, Arial,
		sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: url(../images_site/boutonRollOver.png) no-repeat 0 0;
}

#menunew dd {
	display: none;
	border: 1px solid gray;
}

#menunew li {
	font: 12px Verdana, "Bitstream Vera Sans", Tahoma, Lucida, Arial,
		sans-serif;
	text-align: center;
	background-color: #65767E;
}

#menunew li a,#menunew dt a {
	color: white;
	text-decoration: none;
	display: block;
	border: 0px none;
}

#menunew li a {
	height: auto !important;
	height: 12px;
	border: 2px outset #F08900;
}

#menunew dt a:hover, #menunew dt a.active {
	font-style: oblique;
	background: url(../images_site/boutonRollOver.png) no-repeat 0 -33px;
}

#menunew li a:hover, #menunew li a.active {
	font-style: oblique;
	background-color: #F08900;
}
