#conteneur {
position:absolute;
left: 50%;
top: 50%;
width: 654px;
height: 465px;
margin-top: -200px; /* moitié de la hauteur */
margin-left: -350px; /* moitié de la largeur */
background:white;
border:20px solid white;
}

#top {
background : #FFF url(logovivarte.gif) top left no-repeat ;
border : solid 1px #000;
width: 652px;
height: 41px;
margin-bottom:5px;
}

#contenu {
background : #FFF url(menu.gif) top left no-repeat ;
border : solid 1px #000;
width: 652px;
height: 379px;
}

#texte {
margin-left:280px;
width: 352px;
height: 360px;
}

#foot {
background : #FFF url(barre.gif) top left no-repeat ;
border : solid 1px #000;
width: 652px;
height: 41px;
margin-top:5px;
}

.menu-general {
  border : solid 1px #000;
  width : 652px;

}
#texte h1 {
  font-family : verdana, arial, sans-serif;
  font-size : 11px;
  color : #882973;
  
}
#texte p {
  font-family : verdana, arial, sans-serif;
  font-size : 11px;
  color : #000;
font-weight : normal;
}


#top ul#menu-base {
  margin : 20px 0 0 0;
  padding : 0;
}

#top ul#menu-base li {
  float: right;
  list-style-type : none;
}

#top ul#menu-base li a {
  display: block;
  font-size : 11px;
  font-weight : bold;
  text-decoration : none; 

  font-weight : normal;
  color : #000;
}


#top ul#menu-base li a:hover {
  background-color : #C393B8;
}
#top ul#menu-base li a.nouveau {
  background-color : #CC0000;
  color : #FFF;
}