body{
   background-color: #cfd8e7;
}

#corps
{	
   border: 1px black solid;
   -moz-border-radius: 5px 5px 5px 5px;
   -webkit-border-radius: 5px 5px 5px 5px;
   border-radius: 5px 5px 5px 5px;
   padding:40px;
   background-color: #ffffff;	
   width: 80%;
   min-width: 900px;
   margin: auto; /* pour centrer */
   margin-top: 20px; /* pour pas coller en haut */
   margin-bottom: 20px; /* idem en bas */   
   font-family: "Trebuchet MS", Verdana, Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: .91em;
   text-align:justify;
}

#lang img {
   padding:3px;
   border:1px solid black;
}


#photo{
    float:right;
    width:120px;
    margin:10px;
}

#photo img{
    width:100%;
}

.clear{
    clear:both;
}

a{
    color: #73829a;
}
a:hover{
    color: #000000;
    text-decoration:none;
}
a:visited{
    color: #000000;
}

.centre{
   text-align:center;
}

.souligne{
   text-decoration:underline;
}

.elmt_ppal{
   margin-top:1em;
}

.correction{
   color:red;
}

.donnees{
   color:#990022;
}

li {
 margin-top:10px;
}

.publi .titre{
    font-weight:bold;
}

.publi .auteurs a{
    text-decoration:none;
    color:black;
}

.publi .auteurs a:hover{
    text-decoration:underline;
}

.publi .ref {
    font-style:italic;
}