body {
  background-image: url(images/fond_gris.gif);
  font-family: Arial,Helvetica,sans-serif;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align : center;
}
a:hover {
  text-decoration: none;
  color: blue;
}
a {
  color: #000099;
}
.menujyd {
 display:block;
 float:left;   
 width:160px;
 line-height:25px; /*hauteur de l'image de fond*/
 background:url(images/vierge.gif) no-repeat;
 text-indent:30px;
 font-size:small;
 color:#666666;
 text-decoration:none;
 text-align:left;
 }
.menujyd:hover {
 background:url(images/vierge_r.gif) no-repeat;
 color:#ff0180;
 }
 .menujydi{
 display:block;
 float:left;   
 width:160px;
 line-height:25px; /*hauteur de l'image de fond*/
 background:url(images/vierge_h.gif) no-repeat;
 text-indent:30px;
 font-size:small;
 font-weight: bold;
 color:#4e66d7;
 text-decoration:none;
 text-align:left;
 }
 .menujydv {
 display:block;
 float:left;   
 margin-bottom:5px;
 width:120px;
 line-height:35px; /*hauteur de l'image de fond*/
 background:url(images/viergev.gif) no-repeat;
 text-indent:30px;
 font-size:small;
 color:#696969;
 text-decoration:none;
 text-align:left;
 }
.menujydv:hover {
 background:url(images/viergev_r.gif) no-repeat;
 color:#ffffff;
 text-shadow:2px 2px 2px #000000
 }
 .menujydvi{
 display:block;
 float:left;   
 margin-bottom:5px;
 width:120px;
 line-height:35px; /*hauteur de l'image de fond*/
 background:url(images/viergev_h.gif) no-repeat;
 text-indent:30px;
 font-size:small;
 font-weight: bold;
 color:#4e66d7;
 text-decoration:none;
 text-align:left;
 }
#contenu {
  border-style: solid;
  border-color: #333333;
  width: 794px;
}
#menuv {
  width: 120px;
  float: left;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 30px;
  text-align: left;
}
