body {
    width: 100%;
    color: #000; /*Couleur du texte (noir) ou font color*/
    font-family: sans-serif;
    padding: 0px 0px;
    margin: 0px;
    font-size: 13px;
    background: url(Mezoy.gif) top left repeat;
}
a {
    text-shadow: none;
    color: #0d638f;
}

a:link {
    text-decoration:none;
    color: green;
} 

   a:visited {
  color: green;
}   

a:hover {
    color: red;
}

ul {
    margin: 0px;
    padding: 0px;
}
h1 {
    font-size:40px;
}

.center {
    font-size :30px;
    text-align:center;
}

.centre {
    font-size :25px;
    text-align:center;
}
    
.demo {
    width: 100%;
    margin: 0px auto;
}
.title {
    font-size:1em;
}

.subtitle {
    font-size:1em;
}
    
.titre {
    margin-top: 60px;
    text-align      :center;
    background      :#fb8;
    color           :#40d;
    font-family     :helvetica;
    font-size       :25pt;
    padding         :4px;
}

.texte {
  margin-left:90px;
  font-size  :15pt;
}

.soustitre {
  font-weight:bold;
  margin-left:40px;
  font-size  :15pt;
}

.options {
    width: 200px;
    float: left;
    margin-top: 30px;
}

.options h3 {
    font-size: 20px;
}

.options a {
    padding: 12px 0;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    display: block;
    background: #535353;
    color: #FFF;
    text-decoration: none;
}
a.backLink {
    float:right;
    margin-bottom:10px;
}
