body { 
background-color: #656565;
cursor: default;
}
#coeur {
background-color: white;
width: 800px;
margin-left: 100px;
margin-right: 100px;
padding-bottom: 20px;
}
#head {
margin-top: 20px;
margin-left: 37px;
background-image: url("head.gif");
width: 720px;
height: 60px;
}
#men {
background: url("menu.jpg");
margin-left: 36px;
width: 721px;
height: 22px;
text-align: center;
padding-top: 5px;
}
#rechercher {
float: right;
margin: 5px;
margin-bottom: 10px;
}
#corps {
width: 720px;
margin-left: 37px;
color : #0D627E;
padding: 5px;
padding-top: 10px;
background-image: url("corps.JPG");
}
#corps h3 {
background-image: url("titre.jpg");
background-repeat: repeat-y;
padding-left: 20px;
font: 18px;
}
a {
    color : #000000;
    font-family:verdana;
    font: 12px;
    text-decoration:none;
    margin-right: 15px;
}

#men a:hover , a:active , a:focus {
    color : #0D627E;
    font-weight : bold;
    text-decoration:none;
}
a {
    color : #000000;
    font-family:verdana;
    font: 12px;
    text-decoration:none;
    margin-right: 15px;
}
 a:hover , a:active , a:focus {
    color : #0D627E;
    font-weight : bold;
    text-decoration:none;
}
}
ul#menu {
  width: 290px;
  list-style-type: none;
  border-top: solid 1px #0D627E;
  margin: 0;
  padding: 0;
}	  
ul#menu ol {
  display: none;
  text-align: left;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}
ul#menu li, 
  ul#menu a {
  font-family: verdana, sans-serif;
  font-size: 11px;
  color: #0D627E;
}
ul#menu li {
  border-bottom: solid 1px #0D627E;
  line-height: 15px;
}
ul#menu ol li {
  border-bottom: none;
}
ul#menu ol li:before {
  content: "- ";
}
ul#menu a {
  text-decoration: none;
  outline: none;
  cursor: hand;
}
ul#menu a:hover {
  color: #0033CC;
}
ul#menu a.active {
  color: red;
}
#beware {
float: right;
border: 1px dashed #9999CC;
padding: 2px;
margin: 10px;
}