body{
    background-image:url(images/font.jpg);
}

.presentation {
    color:#646464;
    font-size:10px;
    font-family:Arial;
    margin-left: 370px;
}

.rounded:before {
  background: transparent url(images/top-right.png) scroll no-repeat top right;
  margin-bottom: -20px;
  height: 30px;
  display: block;
  border: none;
  content: url(images/top-left.png);
  padding: 0;
  line-height: 0.1;
  font-size: 1px;
}

.rounded:after {
  display: block;
  line-height: 0.1;
  font-size: 1px;
  content:  url(images/bottom-left.png);
  margin: 0 0 -1px 0;
  height: 30px;
  background: white;
  background: transparent url(images/bottom-right.png) scroll no-repeat bottom right ;
  padding: 0;
}

blockquote {
   background:#003333;
   color: white;
}

.contenu{
    padding-top: 20px;
    padding-right: 80px;
    padding-bottom: 20px;
    padding-left: 80px;
    font-family: Arial;
    font-size: 14px;
    text-align: center;
}

.contenu2{
    text-align: justify;
}

.footer{
    font-size: 11px;
    font-family: Arial;
    margin-left: 600px;
}

a.normal{
    text-decoration: none;
    color:#9999FF;
}

.w3c{
    margin-left: 570px;
}

