body{
    background-color:#AFAFAF;
}
.description, .descriptionA {
    background-color:#BABABA;
    width: 100%;
    color:black;
    padding: 10px;
    border: 1px solid #234567;
    -moz-border-radius:8px;
}

.descriptionA {
    width:100%;
}

.description td {
    text-align:center;
}

.descriptionA td {
    text-align:center;
}

.titre {
    padding:6px;
    background-color:#AFAFAF;
    color:#234567;
    -moz-border-radius:4px;
    font-family:arial,verdana,helvetica,sans-serif;
    font-weight:bold;
}

.sous-titre {
    font-family:arial,verdana,helvetica,sans-serif;
    color:#234567;
    background-color:#BABABA;
}

.liens, .doc{
    padding:6px;
    background-color:#AFAFAF;
    color:#234567;
    -moz-border-radius:4px;
}

.liens a {
    text-decoration:none;
    color: #234567;
}

.images {
    width:90%;
}
