.titrepr
{
font-size: 12px;
font-weight: bold ;
}
.justifie
 {
text-align:justify;
}
.imggauche
 {
float:left;
padding:1em;
}
.imgdroite
 {
float:right;
padding:1em;
}
.codmor1
{
text-align:center;
font-weight: bold ;
}
.codmor2
{
text-align:center;
}
.codmar3
 {
font-weight:bold;
text-decoration:underline;
}
.imagecentre 
{
   display: block;
   margin-left: auto;
   margin-right: auto 
}