body
{
   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-color:#666666;
   /*background-image:url("images/fond.jpg");*/
}

#en_tete
{
   width: 760px;
   height: 100px;
   margin-bottom: 5px;
   background-color:#666666;
}

#slogan
{
	width: 760px;
	margin-bottom: 7px;
   height: 20px;
   color:red;
   font-size:x-large;
   text-align:center;
}


#corps
{
   margin-bottom: 5px;
   margin-top: 77px;
   width: 760px;
   text-align:center;
   font-size:large;
   background-color:#c0c0c0;
   padding-bottom:5px;
}

.titre
{
text-align:center;
font-size:x-large;
color:blue;
}
.telephone
{
	font-size:xx-large;
	color:red;
	
}
.important
{
	font-size:x-large;
	color:#e08040;
}

#pied_de_page
{
   text-align: justify;
   font-size:xx-small;
   width: 760px;
   background-color:#c0c0c0;
}

#menu {
width: 100%; /* correction pour Opera */
color: green;
}
#menu dl {
float: left;
width: 7.9em;
color: green;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #ccc;
border: 1px solid gray;
margin: 1px;
color: green;
}
#menu dd {
display: none;
border: 1px solid gray;
color: green;
}
#menu li {
text-align: center;
background: #fff;
color: green;
}
#menu li a, #menu dt a {
color: green;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
font-size:large;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #eee;
}

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

a,a visited
{
color:green;
}
a:hover
{
background-color:white;
}
.ville
{
text-align:justify;
font-size:x-small;
}




