
body{
	margin:0;
}
 
#dropmenudiv{
	position:absolute;
	border:1px solid rgb(0, 132, 156);
	border-bottom-width: 0;
	font:normal 9px Eye glass wide;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid rgb(0, 132, 156);
	padding: 1px 0;
	text-decoration: none;
	font-weight:bolder;
	color: #330066;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #00849c;
}

#sitemenu-container {
    clear:both;
	background:url(/entete/bandebleue.jpg);
}

#sitemenu {
	background:url(/entete/bandebleue.jpg);
}

#sitemenu-content a {
    text-decoration: none;
	font:bold 10px Eye glass wide;
    color: #ffffff;
    border-width: 0;
	
}

#sitemenu-content a:hover, #sitemenu-content a:focus, #sitemenu-content a:active {
	/*background-color: #dee8ed; */
	color: #330066;
}

a {
    color: #00849c;
    text-decoration: none;
    /*border-bottom: 1px solid rgb(0,0,0);*/
}

a:hover, a:focus, a:active {
    /*border-bottom: 1px solid black;*/
    color: #00849c;
	/*background-color: #dee8ed;*/
}

