<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table#tabgauche {
background-color:#FFFFCC;
width: 200px;
border-collapse: collapse;
margin-left:0px;
align:center;
}

td.gauche_haut{
height:45px;
text-align:left;
vertical-align:top;
background-image: url("../images/site/boite_gauche_haut.gif");
background-repeat:no-repeat;
padding-top:6px;
padding-left:25px;
font:10px Trebuchet,'Trebuchet MS',sans-serif;
color:#CC0000;
}

td.gauche_text{
background-color:#FFFFFF;
margin:0px;
padding: 2px 0px 2px 0px;
font:13px Trebuchet,'Trebuchet MS',sans-serif;
color:#42536E;
background-image: url("../images/site/boite_gauche_fond.gif");
background-repeat:repeat-y;
}

td.gauche_bas{
height:29px;
background-image: url("../images/site/boite_gauche_bas.gif");
background-repeat:no-repeat;
}
</pre></body></html>