body {
   font-family: Verdana, sans-serif;
   font-size: 0.8em;
   margin: 0;
   padding: 0;
   background-color: #c0c0c0;
}
a {
   color: #666666;
   text-decoration: none;
}
a:hover {
   text-decoration: underline;
}
a img {
   border: none;
}
h1 {
   color: #666666;
   font-size: 18px;
   margin: 0;
   padding: 8px 0px 26px 0px;
}
h2 {
   color: #666666;
   padding: 2px 0 0 10px;
   font-size: 16px;
   margin: 0;
   background-color: #ffcc33;
   border-left: 20px solid #e60000;
}
h3 {
   color: #e60000;
   font-size: 14px;
   margin-top: 0;
}
hr {
   display : block;
   height: 1px;
   padding: 0;
   color: transparent;
   background-color: transparent;
   border: none;
   border-top : 1px dashed grey;
   margin : 0px auto;
   /*marges sous ie*/
   _margin: -7px auto;
}

.separateur {
   clear: both;
}

.imgGauche {
    float: left;
    margin-right: 15px;
}

.imgIcone {
    vertical-align: middle;
    margin-right: 5px;
}

.imgDroite {
    float: right;
    margin-left: 15px;
}
.champs {
    border: 1px solid black;
    background-color: #f6f6f6;
}

.tableauForm, .tableauFormListing  {
   border-collapse: collapse;
   width: 100%;
}
.tableauForm .impaire{
    background-color: #fff4d3;
}
.tableauForm th {
    color: #666666;
    font-size: 14px;
    padding: 2px 20px;
}
.tableauForm td {
    padding: 10px;
    border: 1px solid black;
}
.tableauForm tr td table tr td {
   border: none;
}
.tableauFormListing .impaire{
    background-color: #fff4d3;
}
.tableauFormListing th {
    color: #666666;
    font-size: 14px;
}
.tableauFormListing td {

}

.tableauPhotos .espaceInterPhotos {
   width: 5px;
   height: 5px;
}

/***************************   structure générale   ***************************/

#conteneur {
   position: relative;
   width: 930px;
   margin: 0 auto;
   color: black;
   background-color: white;
}
#header {
   height: 110px;
}
#menuGlobal {
   padding: 30px 0 0 280px;
   font-size: 11px;
   color: #c0c0c0;
}
#menuGlobal a{
    color: #666666;

    font-weight: bold;
    margin-right: 10px;
}
#logo {
    border: none;
    float: left;

}
#corps {
   /*margin-left: 195px;*/
   height: 400px;
   padding: 20px 40px;
   text-align: justify;
   color: black;
   background-color: white;
   /*border-left: 1px dashed black;*/
}
html>body #corps {
   height: auto;
   min-height: 400px;
}
#gauche {
   position: absolute;
   left: 0;
   padding: 5px;

   width: 180px;
}
#footer {
   color: black;
   text-align: center;
   /*padding-top: 10px;*/
   height: 30px;
   background-color: #c0c0c0;
   border-top: 1px solid black;
}
#menuFooter {
    background-color: #ffcc33;
    text-align: center;
    height: 18px;
}
#menuFooter a {
   margin: 0 70px;
   color : #666666;
   font-weight : bold;
   font-size : 11px;
}
#signatureSite {
    float: left;
    width: 183px;
    font-weight: bold;
    font-size:11px;
    padding: 2px 0;
   background-color: #e60000;
   color: white;
}
#signature {
    margin-top: 5px;
    height: 15px;
    color:#333333;
    text-align:center;
    font-size:10px;
}
#signature a{
    color:#333333;
}
@media print{
    #conteneur {width:100%;}
    #header-print {display:block;}
    #header {display:none;}
    #gauche {display:none;}
    #corps{margin-left:0px;}
    #menu{display:none;}
    #footer img{display:none;}
    #footer .texte{position:relative;width:auto;}
}
.bouton{
    border:1px solid #333333;
    background-color:#ebebeb;
    color:#333333;
    font-weight:bold;
}
.entete_tableau{
    font-weight:bold;
    color:#f5f5f5;
    display:table-cell;
    vertical-align:top;
    text-align:left;
    background-color:#789ab1;
    padding-left:5px;
}