#actualites {
    border: 1px solid #FFDAF1;
    width: 600px;
    background-color: #FAEEFF;
    margin-top: 50px;
    margin-left: 10px;
    padding-bottom: 10px;
}
#stopdrm {
    display: block;
    margin: auto;
}
.titre { /* Relief */
    position: relative ;
    left: -10px;
    top: -10px;
    background-color: #A88C24 ;
    color: white ;
    font-size: 18px;
    margin: 0;
    width: 100px;
    text-align: center;
    border: 2px solid red;
    -moz-border-radius: 5px;
}
dl {
    margin: 10px 0 0 0;
}
dt { /* titres */
    margin: 10px 0 0 0;
    border: 1px solid blue;
    background-color: #E0E5FF;
    -moz-border-radius: 10px;
}
dt a {
    color: red;
}
dt a:hover {
    color: #0A5CFF;
}
dd {
    margin: 0;
    color: #FF999B;
    text-align: justify;
}
dd img {
    float: left;
}
/* IE verra toutes les parties déployées
    FF ne verra que les lignes dont le contenu s'affiche sur survol */
dl>dd {
    display: none;
}
dl:hover dd {
    display: block;
}
dd:hover {
    color: #698CFF;
}
h1 {
    margin-bottom: 0;
}