@charset "iso8859-1"; /* Encodage de ce fichier. */

/* Pour la page d'accueil, on aere un peu plus le texte. */
#contenu {
    margin: 10pt;
    margin-top: 12pt;
    /*word-spacing: 2px;*/
    line-height: 140%;
    }

/* On affiche les informations d'actualité dans une division flottante sur la droite. */
#margeur_actualites {
    display: block;
    float: right; 
    width: 150pt;
    /*border: 1px solid #000066; */
    border: none;
    top: 0px; 
    margin-right: -11pt; 
    margin-top: -4pt;
    padding: 4pt; 
    }
#actualites {
    border: 1px solid #000066; 
    background-color: #FFFFDD;
    padding: 2px;
    text-align: left;
    }

#actualites h1 {
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    border: none;
    background-color: transparent;
    color: none;
    }
    
#actualites h2 {
    text-align: left;
    font-size: 100%;
    font-weight: bold;
    margin: 2px;
    margin-top: 4px;
    padding: 0px;
    border: none;
    border-top: 1px solid #000066;
    background-color: transparent;
    color: none;
    }
    
.semdatelieu {
    font-weight: normal;
    }
.seminterv {
    font-weight: bold;
    }
.semtit {
    font-style: italic;
    }