<style type="text/css">
 <!--
div#haut {
	height: 300px;
	width: 707px;
}
div#conteneur {
   height: 37px;
   width: 707px;
   background-color: #ffffff;  /* le fond                 */
   filter:alpha(opacity=60);   /* Internet Explorer 6     */
   -moz-opacity:0.6;           /* Mozilla 1.6 et infér.   */
   opacity: 0.6;               /* CSS3 et Mozilla récents */
}

p {
        font-family: Arial; 
        font-size: 14px;
        text-align: justify;
        font-weight: bold;
        color: #CD445B;
        letter-spacing: 1.5px;
}

p.texte {
        font-family: Arial; 
        font-size: 11px;
        text-align: justify;
        color: #000000;
        font-weight: normal;
        text-decoration: none;
        letter-spacing: 1px;
}

h4 {
        font-family: Arial; 
        font-size: 12px;
        text-align: justify;
        color: #000000;
}

h3 {
        font-family: Arial; 
        font-size: 18px;
        text-align: justify;
        font-weight: bold;
        color: #CD445B;
        letter-spacing: 1.5px;
}


table.minitire td {
        font-family: Arial; 
        font-size: 14px;
        text-align: justify;
        font-weight: bold;
        color: #CD445B;
        letter-spacing: 1.5px;
}

td {
        font-family: Arial; 
        font-size: 12px;
}


a.menu { font-family: Arial; font-size: 11px; color: #000000; text-decoration: none; }
a.menu:hover { font-family: Arial; font-size: 11px; color: #000000; text-decoration: none; }

a.menu2 { font-family: Arial; font-size: 11px; color: #000000; text-decoration: none; }
a.menu2:hover { font-family: Arial; font-size: 11px; color: #000000; text-decoration: none; }
-->
</style>