dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
position: absolute;
}

#menu dl {
float: left;
width: 105px;
margin: 0 0px;
}
#menu dt {
cursor: pointer;
}
#menu dd {
border: 0px solid gray;
}
#menu li {
text-align: center;
background: #D42229;
height: 30;
}
#menu li a, #menu dt a {
color: #fff;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
color: #000;
background: #F68B1F;
}


body {
  margin-top: 30px;
  background-color:#D4D0C8; 
  background-position: top;
  background-repeat: no-repeat; 
  }
  
table.contenu {
background-color:#FFFFFF;
background-image:url(images/fond-vinci.png);
background-repeat:no-repeat;
background-position: top;
}

td.tdmenu {
background-image:url(images/fond-tdmenu.png);
background-repeat:no-repeat;
background-position: top;
}

h1 {
color:#D32229;
font-family:verdana;
font-size:12pt;
}

h2 {
color:#D32229;
font-family:verdana;
font-size:11pt;
}

h3 {
color:#D32229;
font-family:verdana;
font-size:10pt;
}

p, ul, li {
color:#000000;
font-family:verdana;
font-size:10pt;
font-weight:bold;
}

p.normal {
color:#000000;
font-family:verdana;
font-size:10pt;
font-weight:normal;
}



ul.pays {
font-size:10pt;
padding-left:15px;
}

li.pays {
font-size:10pt;
list-style-type:square;
}



.bloc {
  width: 101px;
  height: 85px;
  background-color: #D32229;
  margin-left: 434px;
  margin-top: 75px;
  position: absolute;
  }
  
.bloc2 {
  width: 101px;
  height: 85px;
  background-color: #D32229;
  margin-left: 541px;
  margin-top: 75px;
  position: absolute;
  } 
  
 
  a {
color:#D32229;
font-weight:bold;
text-decoration:underline;
}
a:hover {
color:#000000;
text-decoration:underline;
}

a.menu {
color:#EDEDED;
font-size:8pt;
font-weight:bold;
text-decoration:none;
}
a.menu:hover {
color:#F7901E;
text-decoration:none;
}
