* {
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	text-align: center;
}
#bouton_gauche{
position: absolute;
font-size: 20px;
left: 50px;
top: 300px;
}
#bouton_droit{
position: absolute;
font-size: 20px;
left: 738px;
top: 300px;
}
div#nav {
	position: relative;
	background-color: transparent;
	top: 6px;
	margin: 0px auto 0px auto;
	height: 29px;
	min-height: 30px;
	width: 798px;
	padding-left: 10px;
/* 740 */
	float: left;
	border: 0;
	/*filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='webfx.png',sizingMethod='scale');
*/
/* marge de toute la barre de bouton */

	z-index: 220;
}
div#nav ul {
	margin: 0;
	padding: 0;
	background: black;
	border: 1px solid white;
	border-width: 0 1px;
}
div#nav li {
	position: relative;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	float: left;
	width: 110px;
	height: 31 px;
	line-height: 20px;
	min-height: 32px;
}
/*hauteur du menu pour ne pas supprimer ligne blanche*/
/* largeur du sous menu */
div#nav li:hover {
	background: transparent;
	border-bottom: 1px solid white;
	width: 110px;
}
/*div#nav li.submenu {
	background: url(dropmenu.gif) 95% 20% no-repeat;
}
*/
div#nav li.submenu:hover {
	background-color: black;
}
/*menu */
div#nav li a {
	display: block;
	padding: 3px 0.5em 0.25em 0;
	text-decoration: none;
	max-width: 110px;
	width: 110px;
}
div#nav>ul a {
	width: auto;
}
div#nav ul ul {
	position: absolute;
	width: 110px;
	display: none;
}
div#nav ul ul li {
	border-bottom: 1px solid white;
	text-align: right;
}
div#nav ul.level1 li.submenu:hover ul.level2, div#nav ul.level2 li.submenu:hover ul.level3 {
	display: block;
}
div#nav ul.level2 {
	top: 27px;
	left: -1px;
	margin-top: 1px;
}
/*Le top espace entre la barre des menu et le sous menule left centrage du sous menu1*/
div#nav ul.level3 {
	top: -1px;
	left: 110px;
/* decalage gauche sous menu */
	border-top: 1px solid #CCC;
}
div#bou {
	position: absolute;
	left: 50%;
	margin: auto;
	margin-top: 30px;
	width: 800px;
	height: 35px;
	min-height: 36px;
	padding: 0;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	z-index: 1599;
}
a:link {
	font-weight: bold;
	color: #517285;
	text-decoration: none
}
a:visited {
	font-weight: bold;
	color: #517285;
	text-decoration: none
}
a:link:hover {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	cursor: url("brub_lien.cur"), url("brub.cur"), text;
}
a:visited:hover {
	font-weight: bold;
	color: #FFF;
	text-decoration: none
}
a:link:active {
	font-weight: bold;
	color: #517285;
	text-decoration: none
}
a:visited:active {
	font-weight: bold;
	color: #517285;
	text-decoration: none
}
a.red:link {color:#FF0000}
a.red:visited {color:#FF0000}
