body {
    font-family: Verdana, sans-serif;
    font-size: 1em;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a img {
    border: none;
}
h1 {
    /*font-size: 18px;*/
    font-size: 1.8em;
    margin: 0;
    padding: 0 0 10px 0;
}
h2 {
    font-size: 1.4em;
    margin: 0;
    padding: 10px 0px 2px 0px;
}
h3 {
    font-size: 1em;
    margin-top: 0;
}
h1:first-letter, h2:first-letter, h3:first-letter {
    text-transform: uppercase;
}
hr {
    display : block;
    height: 1px;
    padding: 0;
    color: transparent;
    background-color: transparent;
    border: none;
    border-top : 1px dashed #666666;
    margin : 0px auto;
    /*marges sous ie*/
    _margin: -7px auto;
}
form {
    _margin-bottom: -10px;
}
input {
}
.separateur {
    clear: both;
}
.imgGauche {
    float: left;
    margin-right: 15px;
}
.imgDroite {
    float: right;
    margin-left: 15px;
}
.imgIcone {
   vertical-align: middle;
}
.champ, .bouton {
    font-size: 10px;
}
.champ:hover, .bouton:hover {

}
.bouton {
    font-weight: bold;
    height: 17px;
    padding: 0 3px;
}
.champ {
    height: 13px;
}
.entete_tableau{
    display: table-cell;
    font-weight: bold;
    padding-left: 5px;
    vertical-align: top;
    text-align: left;
}

