/*
impression.css
*/

body
{
 font-family: "Times New Roman", Times, serif;
 font-size: 12pt;
 background: white;
}

#en_tete, #en_tete2, #menu, #pied_de_page, .demande_photos, .no_imp, .bouton, .bouton2
{
 display: none;
}

#titre_imp {
 font-family: "Times New Roman", Times, serif;
}

#titre_imp h1 {
 font-size: 14pt;
 text-align: center;
}

#pied_imp {
 font-family: "Times New Roman", Times, serif;
}

#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;
}

#corps h1 {
 color: #000000;
 font-size: 20pt;
 text-align: center;
}

#corps h2 {
 color: #000000;
 font-size: 16pt;
 text-align: left;
 padding-left: 30px;
}

#corps h3 {
 color: #000000;
 font-size: 14pt;
 text-align: center;
}

#corps h4 {
 color: #000000;
 font-size: 13pt;
 text-align: center;
}

#corps table, tr, td, th {
 background-color: #FFFFFF;
 color: #000000;
 font-family: "Times New Roman", Times, serif;
 border-color: #000000;
 border-style : solid;
 border-width: 1px;
 text-align: left;
}

div.rouge {
 color: #000000;
}

a:link, a:visited {
 font-family: "Times New Roman", Times, serif;
 color: #000000;
 text-decoration: none;
}

