table.head {
  position : absolute;
  top : 0px;
  left : 0px;
  width : 100%;
  height : 100px;
  background: #DFDFDF;
  Border:Solid 1pt Gray;
} 	
td.TITLE {
  width : 380px;
  height : 100%;
}
td.MR {
  width : 200px;
  height : 100%;
}
td.LOGGUE {
  width : 300px;
  height : 100%;
}
td.VILLE {
  width : 250px;
  height : 100%;
}
a.ville {font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-size: 20px; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #000000; text-decoration: none}
a.ville:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #FF0000; text-decoration: none}

#foot {
position : relative;
top : 700px;
left : 0px;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;

}

#menu {
position: absolute; /* placement du menu, ?modifier selon vos besoins */
top: 100px;
left: 0px;
z-index:10;
width: 100%; /* correction pour Opera */
}
#menu dl {
float: left;
width: 18em;
}

#menu dt {
color:#FFFFFF;
cursor: pointer;
text-align: center;
font-weight: bold;
background: #418ce9;
border: 1px solid #FFFFFF;
height: 22px;
padding-top : 1px;
font-size : 12px;
}

#menu dd {
display: none;
height: 20px;
list-style-type:none;
}
#menu li {
text-align: left;
background: #e6e6e6;
border: 1px solid;
border-top-color:#FFFFFF;
border-right-color:#A0A0A0;
border-bottom-color:#A0A0A0;
border-left-color:#FFFFFF; 
height: 20px;
padding-top : 2px;
list-style-type:none;
}
#menu li a, #menu dt a {
color: #000000; 
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
border-top-color:#A0A0A0;
border-right-color:#FFFFFF;
border-bottom-color:#FFFFFF;
border-left-color:#A0A0A0; 
list-style-type:none; 
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
color: #FFFFFF; 	
background: #418ce9;<!-- couleur quand on passe la ligne de sous menu -->
list-style-type:none;
}