dl, dt, dd{
margin: 0;
padding: 0;
border: 0px;
}

#menu {
position:absolute; /*placement du menu, à modifier selon vos besoins */
top: 0px;
color:#CC3300;
font-size:12px;
left: 0%;
z-index:100;
width: 100%; /* correction pour Opera */
border: 0px;
margin-top:10px;
}

#menu dl {
width: 9em;
}

#menu dt{
cursor: pointer;
text-align: center;
font-weight: bold;
/*couleur de fond du menu*/
background:#CC3300;
}
#menu dd{
display: none;
border: 1px solid gray;
text-align:left;
}

#menu a{
color:#CC3300;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
background:white;
}

#menu dt a{
color:#FFFFFF;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
background:#CC3300;
}

a.menu{
color:#CC3300;
text-decoration:none;
}

#menu a:hover, #menu a:focus, #menu a:hover, #menu a:focus {
background: #FFFFFF;
color: #CC3300;
}

#menu a.item:hover, #menu a.item:focus {
background: #eee;
color: #CC3300;
}

#site {
position: absolute;
color: #000;
padding: 0px;
}

#pad1
{
	margin: 0;
	width: 100%;
	overflow: hidden;
	border-top: solid 10px #CC3300;
}


#pad2 {
	position:relative;
	padding: 0 0 0px 0;
	border-top: solid 18px #CC3300;
	margin-top: 79px;
	margin-bottom:opx;
}



