#tete
{
   width: 800px;
   height: 171px;
   background-image: url("image/ban.png");
   background-repeat: no-repeat;
}

#menudstete
{
   width: 800px;
   height: 29px;
	background-image: url("image/men.png");
	background-repeat: no-repeat;
	bottom: 0px;
	text-align: center;
	font-family: Verdana, Nimbus Sans L;
	color: white;
	font-size: 14px;
	font-weight: none;
}

#menudstete a:link
{
  text-decoration: none;
  color: white;
}

#menudstete a:hover
{
  color: #CCCCCC;
  text-decoration: none;
}

#menudstete a:visited /* Quand le visiteur a déjà vu la page concernée */
{

   text-decoration: none;
   color: white;
}


dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
/* placement du menu, à modifier selon vos besoins */
position: absolute;
top: 185px;
text-align: center;
width: 800px; /* correction pour Opera */
}
#menu dl {
float: left;
width: 130px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
margin: 1px;
}
#menu dd {
display: none;
background: #e22020;
}
#menu li {
text-align: left;
background: #e22020;
margin: 3px;
}
#menu ul {
width: 130px;
}
#menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#site {
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}


#retourle, #retourle a:link, #retourle a:visited
{
width: 800px;
height: 14px;
color: black;
font-size: 11px;
text-align: center;
font-weight: bold;
text-decoration: none;
}

#petition {
text-align: right;
vertical-align: bottom;
}