﻿/* CSS issu des tutoriels http://css.alsacreations.com */
body {
margin: 0;
padding: 0;
background: white;
font: 80% verdana, arial, sans-serif;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
	left: 10px;
	z-index: 100;
	width: 100%;
	margin: 0 auto 0px auto;
	height: 90px;
	padding-left:5px;
	color: #000;
}
#menu dl {
float: left;
width: 13em;
margin: 0 1px;
list-style-type: none;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #ccc;
border: 1px solid gray;
list-style-type: none;

}
#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #fff;
font-size:10px;
list-style-type: none;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
list-style-type: none;
}
#menu li a:hover, #menu dt a:hover {
background: #eee;
}


