body{
 background: #000000;
 padding: 0;
 margin: 0;
 color: #FFFFFF;

 overflow: hidden;
 font-family: Arial, Times New Roman;
 font-size: 11pt;
}

h1{
 font-family: Arial, Times New Roman;
 font-size: 16pt;
 font-weight:bold;
 color:#FFFFFF;
}


#contenu{
 padding: 0;
 margin: 0;
 background:#231F20;
 overflow: hidden;
 width: 700px;
 height: 525px;
 margin-left: auto;
 margin-right: auto;
 border:#FFFFFF solid thick;
}

#menu{
 font-weight: bold;
 margin-left: auto;
 margin-right: auto;
 text-align:center;
}

a:link{
 font-size: 11pt;
 color: #C40219;
 text-decoration: underline;
  font-weight:bold;
}
a:visited{
 font-size: 11pt;
 color: #C40219;
 text-decoration: underline;
  font-weight:bold;
}
a:hover{
 font-size: 11pt;
 color: #FFFFFF;
  text-decoration: none;
   font-weight:bold;
}
a:active{
 font-size: 11pt;
 color: #C40219;
 text-decoration: underline;
  font-weight:bold;
}

