/*
------------------------------------
 CSS pour l'impression - 01/09/2005
------------------------------------
*/

* {
    font-size: 12px;
    font-family : Futura, Tahoma, Verdana, Geneva, Arial, Helvetica;
    }

body {
    line-height : 20px;
    margin-top: 0px;  
    color : #000000;
    background : #FFFFFF;
    text-align:center; /* horizontal centering for IE Win quirks */
    }

A , A:visited , A:link , A:active {
    color : #555555;
    text-decoration : none;
    }

A:hover {
    color : #000000;
    text-decoration : none;
    }

#titre { 
    width: 70%; 
    position:relative;
    margin-top: 30px; 
    margin-left: 15%; 
    margin-bottom: 70px; 
    font-size : 16px;
    line-height: 30px;
    }

#titre h1 { 
    font-size: 30px;
    }

#titre h2 { 
    font-size: 21px;
    }

#corps { 
    text-align:justify; 
    /* list-style-type: disc; */
    margin-left: 15%; 
    position:relative; 
    top: 0; width: 70%; 
    height: auto; min-height:150px; 
    }

#pied { 
    margin:0 auto;
    color : #555555; text-align:center; 
    margin-left: 15%; 
    position:relative; 
    top: 0; width: 70%; 
    margin-top: 20px; 
    margin-bottom: 30px; padding-top: 20px; 
    border-top: 1px solid black; 
    }

#centrer { 
    display: none !important; visibility: hidden !important;
    }

.valide {
    display:none;
    }

