@CHARSET "UTF-8";

body {
 background-color: #E7E7E7;
 color: black;
 font-family: Arial, Helvetica, sans-serif;
 margin: 0 0 0 0;
 text-align: center;
}

img {
 border-style: none;
}

td {
 font-size: 12px;
}

th {
 color: gray;
 font-size: 12px;
 font-style: italic;
 font-weight: bold;
 text-align: center;
}

.bouton:hover {
 background-color: lightgray;
}

.corps {
 border-bottom: 1px solid gray;
 border-top: 1px solid gray;
 padding-bottom: 5px;
 padding-top: 5px;
}

.crt {
 text-align: center;
}

.drt {
 text-align: right;
}

.fen {
 display: block;
 float: left;
 padding: 5px 5px 5px 0px;
 width: 100%;
}

.fenCorps {
 border: 1px solid lightgray;
 padding: 5px 5px 5px 5px;
 text-align: justify;
}

.fenCorpsW {
 background-color: #FFE9E9;
 border: 1px solid red;
 padding: 5px 5px 5px 5px;
 text-align: left;
}

.fenTitre {
 background-color: gray;
 color: white;
 display: inline;
 font-weight: bold;
 padding-left: 5px;
 padding-right: 5px;
 text-align: left;
}

.fenTitreW {
 background-color: #880000;
 color: white;
 display: inline;
 font-weight: bold;
 padding-left: 5px;
 padding-right: 5px;
 text-align: left;
}

.hide {
 display: none;
}

.note {
 color: gray;
 font-size: 9px;
 font-style: italic;
}

.oblig {
 font-weight: bold;
}

.page {
 height: 100%;
 background-color: white;
 border: 1px solid gray;
 padding: 5px 5px 5px 5px;
 width: 100%;
}

.pied {
 color: gray;
 font-size: 9px;
 font-style: italic;
 padding-top: 5px;
 text-align: center;
}

th.tarif {
 font-size: 9px;
}

td.tarif {
 border: 1px solid lightgray;
 font-size: 9px;
 text-align: center;
}

.tete {
 padding-bottom: 5px;
}