BODY {
font-size : 10pt; 
font-family : serif; 
font-weight : normal; 
color : #000000;
margin : 0;
padding : 0;
width : 100%; 
background-color : #ffffff;
}

H1 {
top : 0;
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 160%; 
text-align: right;
color : #000000;
/* Un espace inférieur pour permettre de placer la suite sous le logo */
/* Un espace à gauche pour le logo également */
margin: 0 5mm 80mm 60mm;
background-color : transparent; 
}

H2 {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 120%; 
color : #000000;
background-color : transparent;
text-align: right;
margin: 15mm 0 5mm 0;
border-bottom: solid 1pt #bbbbbb;
}

H3 {
font-family : Arial, Helvetica, sans-serif; 
font-style : italic; 
font-variant : normal; 
font-weight : bold; 
font-size : 110%; 
color : #000000;
background-color : transparent;
text-align: right;
margin: 5mm 0 5mm 0;
border-bottom: solid 1pt #bbbbbb;
}


p {
font-size : 1em; 
font-family : Arial, Helvetica, sans-serif; 
text-align: left
}


#logo { position:absolute;
        top: 0;
        left: 0;
	border-width: 0;
}
#footer {/* Le footer est déplacé du bas de page jusque sous le logo */
         position:absolute;
         top: 50mm ;
         left: 0;
         text-align: left;
         font-size : 80%;
         margin: 0;
         padding: 0;        
}
#leftcolumn, #banniere { display: none;
}
#maincolumn { margin-left:20mm;
              margin-right:5mm;
              padding-right: 5mm;
              vertical-align: top;
              background-color: #ffffff;
              border-right: solid 1pt #92b553;   
}
#headerimage {display: none
}

.noprint { display: none;
}

/*a  {text-decoration :none;  
}
a:active  { color: blue; font-size: 125% }
a:visited { color: green; font-size: 85% }
*/
