html * { 
  padding: 0; 
  margin: 0; 
} 

#contener{
   width: 800px;
   height: 630px;
   margin: auto; 
   margin-top: 40px;
   margin-bottom: 10px;
   background-image: url("images/fondsite.png");
   background-repeat: repeat;
 }

#corps
{
   width: 800px;
   height: 630px;
   background-image: url("images/fond2c.png");
   background-repeat: no-repeat;
   border: 1px solid white;
}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu dt {
	cursor: pointer;
	width:99px; height: 41px;
	line-height: 20px;
	margin: 2px 0;
	border: 0px solid black;
	text-align: center;
	font-weight: bold;
}
#menu dd {
	position: absolute;
	z-index: 100;
	left: 0px;
	margin-top: -1.2em;
	width: 300px;
	background: #f6f8fa;
	border: 1px solid gray;
	font-weight: bold;
	font-variant: small-caps;
	font-family: Tahoma,sans-serif;
}
#menu ul {padding: 0px;}

#menu li {
	text-align: center;
	font-size: 90%;
	height: 18px;
	line-height: 18px;
}
#menu li a, #menu dt a {
	color: #000000;
	text-decoration: none;
	display: block;
}
#menu li a:hover {text-decoration: underline;}

#menu1,#menu2,#menu3,#menu4, #menu5, #menu6{
	position: absolute;
	width: 10em;
	z-index: 500;
}

#menu1 {
	float:left;
	margin-top:162px;
	width:90px;
	height:41px;
	font-size: 75%;
	font-weight: bold;
	font-family: Tahoma,sans-serif;
}
#menu2 {
	margin-left: 99px;
	margin-top:162px;
	width:90px;
	height:41px;
	font-size: 75%;
	font-weight: bold;
	font-family: Tahoma,sans-serif;
}
#menu3 {
	margin-left: 196px;
	margin-top:162px;
	width:90px;
	height:41px;
	font-size: 75%;
	font-weight: bold;
	font-family: Tahoma,sans-serif;
}
#menu4 {
	margin-left: 294px;
	margin-top:162px;
	width:90px;
	height:41px;
	font-size: 75%;
	font-weight: bold;
	font-family: Tahoma,sans-serif;
}
#menu5 {
	margin-left: 392px;
	margin-top:162px;
	width:90px;
	height:41px;
	font-size: 75%;
	font-weight: bold;
	font-family: Tahoma,sans-serif;
}
#menu6 {
	margin-left: 490px;
	margin-top:162px;
	width:90px;
	height:41px;
	font-size: 75%;
	font-weight: bold;
	font-family: Tahoma,sans-serif;
}


#tableau
{
   float:left;
   margin-top: 200px;
   border: 0px solid gray;
   color: #000000;
}

 
#contacteznous
{
   margin-top: 10px;
   margin-left:15px;
   font-size: 11px;
   color: #000000;
   font-family: Tahoma,sans-serif;
   font-weight: regular;
 }


#vosinformations
{
   margin-top: 10px;
   margin-left:15px;
   font-size: 11px;
   color: #000000;
   font-family: Tahoma,sans-serif;
   font-weight: regular;
 }

#affiche
{
   float:right;
   margin-top: 150px;
   margin-right:3px;
   font-size: 11px;
   color: #000000;
   font-family: Tahoma,sans-serif;
   font-weight: regular;
 }
 
#footer
{
   float:left;
   margin-top:-20px;
   margin-left:280px;
   font-size: 11px;
   color: #000000;
   font-family: Tahoma,sans-serif;
   font-weight: regular;
 }
 