/*
impression.css
*/

body
{
 font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular,verdana;
 font-size: 12pt;
 background: #FFFFFF;
 color: #000000;
}

a:link , a:visited, a:hover  {
 color: #000000;
 text-decoration: none
}

#menu, #pied_de_page, #affiche, #affiche2, #affiche3 {
 display: none;
}

.affiche_imp {
 display: none;
}

#titre_imp {
 width: *px;
 text-align: center;
 font-size: 32px;
 font-weight: bolder;
 /* background: url(../images/???.gif); */
 margin-bottom: -30px;
}

#pied_imp {
}

#pied_imp h1 {
 font-size: 8pt;
 text-align: center;
}

/* Quelques styles globaux issus du CSS global */

#corps {
 margin-left: 0px;
 margin-right: 0px;
 border: none;
 font-size: 9pt;
 text-align: justify;
 background-color: #FFFFFF;
 color: #000000;
}

.centree {
 text-align: center;
}

#corps h1 {
 font-size: 20pt;
 text-align: center;
}

#corps h2 {
 font-size: 16pt;
 text-align: left;
 /*padding-left: 30px;*/
}

#corps h3 {
 font-size: 18pt;
 text-align: center;
}

#corps table {
 margin-left: auto;
 margin-right: auto;
 font-size: 13px;
 border: 2px solid;
 border-collapse: collapse;
 padding: 0px;  /* = cellspacing*/
 border-spacing: 1px; /* = cellpadding*/
}

#corps thead {
 text-align: center;
 font-size: 18px;
 font-weight: bolder;
 border: 2px solid;
}

#corps table {
 border: 0px solid;
}

.resultat1{
 text-align: center;
 border: 1px solid;
}

.resultat2, .resultat11 {
 text-align: left;
 border: 1px solid;
}

.formulaire {
 text-align: left; 
}

#corps tfoot {
 text-align: center;
}

.ligne0 {
 text-align: left;
 border: 1px solid;
 font-size: 14px;
}
.ligne1 , .ligne2  {
 text-align: left;
 border: 1px solid;
 font-size: 14px;
 font-weight: bolder;
}

.ligne11, .ligne22  {
 text-align: center;
 border: 1px solid;
 font-size: 14px;
 font-weight: bolder;
}

.case_titre {
 font-size: 16px;
 font-weight: bolder;
 padding: 6px;  /* = cellspacing*/
 border-spacing: 2px; /* = cellpadding*/
 border: 1px solid;
 border-collapse: collapse;
 text-align: center;
}

.case_image {
 font-size: 16px;
 font-weight: bolder;
 padding: 6px;  /* = cellspacing*/
 border-spacing: 2px; /* = cellpadding*/
 border: 0px solid;
 border-collapse: collapse;
}

.case_jaune {
 font-size: 14px;
 font-weight: bolder;
 padding: 6px;  /* = cellspacing*/
 border-spacing: 2px; /* = cellpadding*/
 border: 1px solid;
}

.case_blanche {
 font-size: 16px;
 font-weight: bolder;
 padding: 6px;  /* = cellspacing*/
 border-spacing: 2px; /* = cellpadding*/
 border: 1px solid;
 text-align: left;
}

.centree {
 text-align: center;
}

.image_bureau {
 padding: 0px;  /* = cellspacing*/
 border-spacing: 0px; /* = cellpadding*/
 border: 4px solid;
 border-collapse: collapse;
 border-color: #00008b;
 border-radius: 10px 10px 10px 10px;
 width: 120px;
}