/* CSS Document */
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
.bordure {
	border-right: 1px solid gray;
	height: 15px;
	}
.tiret {
	border-bottom: 1px dashed #ce1141;
	}
	
#nav {
	height: 100px;
	widht: 600px;
	position: relative;
	background-image: url(../images/bandeau2-sep07.jpg);
	background-repeat: no-repeat;
}
#menu {
	position: absolute;
	top: 75px;
	left: 6px;
	z-index:100;
	width: auto;
	height: auto;
}
#menu dl {
float: left;
width: 8em;
height: 2em;
}

#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
margin: 1px;
line-height: auto;
background-color: white;}

#menu dd {
display: none;
border: 1px solid #ce1141;
background-color: white;
}

#menu ul {
	background-color: white;}

#menu dt a {
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
font-size: 11px;
color: gray;
}

li#menu {
	
	display: block;
	background-color: white;}

#menu li a{
	color: #000;
	text-decoration: none;
	display: block;
	height: auto;
	border: 0 none;
	font-size: 11px;
	text-align: center;
	margin: 3px;
	padding: 0;
	background-color: white;
}

#menu li a:hover, #menu dt a:hover{
	text-decoration: none;
	color: #A0A0A1;
	background-color: white;
}
