/* Feuille de style */

* {
font-size : 10pt;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: black;
margin : 0;
padding : 0;
}

.justifie { text-align : justify;}
.centre { text-align : center;}
.droite { text-align : right;}
.gauche { text-align : left;}
.haut { vertical-align : top;}
.bas { vertical-align : bottom;}

.gras { font-weight : bold; }
.italique { font-style : italic; }
.cache { display : none; }

a:visited,a:active,a {
text-decoration : none;
color : #E9CE29;
font-weight : bold;
}

#corps {
width : 800px;
text-align : justify;
}

.centprct {
width : 100%;
}

img { border : none; }

.minitext {
font-size : 8pt;
}

.nowrap {
white-space : nowrap;
}


.small {
font-size : 8pt;
}

.config_groupe {
font-size : 11pt;
font-weight : bold;
border : 1px solid black;
padding : 3px;
}