/***************************************************************
 * TITLE: Print Stylesheet for A.F.E.H.C                       *
 * URI  : http://.../commun/afhec-print.css                    *
 * MODIF: 2006-11-05                                        *
 ***************************************************************/

/* **************************************************************/



* {
    background: white;
    font-size: 10pt;
    color: #000000;
    font-family: "times new roman",times,serif;
    }

body {
    margin: 5%;
    }

div#nav, .noprinter {
  display: none;
  }
div#infos {
  width: 25%;
  float:right;
  font-size: 0.8em;
  border: 3px double #000000;
  }

div#content{
  margin: 0.5em
  }

#content a:link, a:visited {
  color: #520;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
  }
#content a:link:after, #content a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 0.8em;
  }
#content a.firma:link:after, #content a.firma:visited:after,
#content sup.footnote a:link:after, #content sup.footnote a:visited:after ,
#content p.footnote a:link:after, #content p.footnote a:visited:after {
  content: "";
  }



/* **************************************************************/
/*     Entete des pages
/* **************************************************************/
#banner {
    border-bottom: 3px solid black;
    color: #000000;
    }

#banner h1 {
    text-align: center;
    font-size: 1.3em;
    margin: 0;
    padding: 0.3em 0 0.3em 0.5em;
    }
#banner h2 {
    text-align: center;
    font-size: 1em;
    margin: 0.3em 0 0.3em 0.5em;
    padding: 0;
    }

#banner img {
    float: left;
    margin: 10px 0 0 10px
    }



/* **************************************************************/
/*     Fiche
/* **************************************************************/

div.titrefiche {
    float:left;
    width: 55%;
    text-align: left;
    font-weight:bold;
    font-size: 1.3em;
    margin-left: 0.5em;
    }

div.description {
    clear: both;
    }


#fichecontainer {
    text-align:justify;
    }

#fiche .firma {
    /* float:right; */
    margin: 0.5em;
    border: 1px solid #666;
    }
/* **************************************************************/
/* **************          Le Bulletin       ********************/

body#bul_aff2 div#infos {
  display: none;
  }

body#bul_aff2 div#colonne1 {
  margin: 1em 25em 1em 1em;
  }


/* **************************************************************/
/* **************          Pied de Page      ********************/
#footer {
    clear: both;
    padding: 0.5em 1em;
    margin-top: 1em;
    text-align: right; }


#footer p.derechos { font-weight: bold; }

.centre {
    text-align: center
    }

.droite {
    text-align:right
    }