

/* www.complexspiral.com/publications/containing-floats */
/* css.alsacreations.com */
    body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    margin: 0;
    padding: 0;
    background-image: url('../img/fond_0.jpg');
    background-repeat: no-repeat;
    }
    #conteneur {
    position: absolute;
    width: 100%;
/*  background-color: #ffffff; */
    }
    #entete {
    height: 70px;
    background-color: #010566;
    }
    #gauche {
    position: absolute;
    top: 80px;
    left: 0;
    width: 210px;
    margin-bottom: 25px;
/*  background-color: #ffffff; */
    }
    #centre {
    margin-left: 210px;
    margin-right: 150px;
    margin-bottom: 150px;
	bottom: 25px;
/*  background-color: #ffffff; */
    }
    #droite {
    position: absolute;
    top: 80px;
    right: 0px;
    width: 150px;
    bottom: 25px;
/*  background-color: #ffffff; */
    }

#pied
 {
 font-size: 11px;
 font-family: Verdana, Geneva, Arial, sans-serif;
 align: center;
 text-align: center;
 position: absolute;
 bottom: 0px;
 left: 0px;
 width: 100%;
 height: 40px;
 visibility: visible;
 display: block
 }
	

/* www.edginet.org/techie/website/xhtml.html */
    H1, H2, H3, H4 {
    font-family: "Arial";
    margin-top: 5pt;
    margin-bottom: 4pt
    }
    H1 { margin-left: 0pt; 
     color:  #010566;
     font-size: 1.2em;
    }
    H2 { margin-left: 3pt;
     color:   #010566;
     font-weight: bold;
     font-size: 1.1em;
    }
    H3 { margin-left: 7pt;
     color:   #010566;
     font-weight: bold;
     font-size: 1em;
    }
    H4 { margin-left: 11pt;
     color:   #010566;
     font-size: 1em;
    }
    A:link, A:visited {
     color: #000080;
     text-decoration: underline }
    A:active {
     color: #010566;
     text-decoration: none }
    P { margin-top: 4pt;
        margin-right: 8pt;
        margin-bottom: 8pt;
        margin-left: 15pt;
/*        text-align: justify;    */ 
    }
    UL { margin-top: 2pt; }
    IMG { float: left;
clear: left;
        margin-top: 2pt;
        margin-right: 2pt;
        margin-bottom: 2pt;
        margin-left: 2pt;
        border: 1px solid #010566;
    }

TABLE {
   font-family: "Arial";
   font-size: 1em;
   border-spacing: 1pt  }
CAPTION {
   color: #010566; }
TH {
   color: #010566;;
   font-weight: bold }
TD {
   color: black; 
   background: #eeeeee
   }

/* www.w3.org/TR/html4/present/graphics.html#floating
    BR { clear: all }
 */


/* */
@media print {
    body { background: white; color: black; }
    h1, h2, h3, h4, h5 {
	border: 0; color: black; background: white;
	font-weight: bold;}
    #gauche { display: none; }
    #centre { margin-left: 0px; }
    a { text-decoration: none; color: black; }
    img { float: left; }
    }

