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.5em;
    margin: 0;
    padding: 0 0 25px 0;
}
h2 {
    font-size: 1.3em;
    margin: 0;
    padding: 2px 0;
    text-indent: 10px;
}
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 {
   _margin-top: -9px;
   _margin-bottom: -7px;
}
.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;
}
.tableau {
    text-align: center;
    border-collapse: collapse;
}
.tableau th {
     background-color: #70e2ab;
}
.tableau th, .tableau td {
    border:1px solid black;
    padding: 0 20px;
}
.tableauPaire {
    background-color: #e8faf1;
}


/***************************   structure générale   ***************************/

#conteneur {
    position: relative;
    width: 900px;
    margin: 0 auto;
}
#header {
    height: 126px;

    font-weight: bold;
    text-align: right;
}
#zoneIdent {
   padding: 5px;
}
#zoneIdent  .champ, #zoneIdent  .bouton, #zoneFormRecherche .champ,  #zoneFormRecherche .bouton {
    vertical-align: middle;
}
#zoneIdentForm {
    position:absolute;
    top:48px;
    left:570px;
    width:220px;
    padding-top:3px;
}
#zoneIdentDemande {
    position:absolute;
    top:88px;
    left:610px;
}
#zoneFormRecherche {
    text-align: center;
}
#logoHeader {
   float: left;
}
#header-print{
    display: none;
}
#corps {
    display: table;
    height: 400px;
    width: 720px;
    padding: 0 0px 25px 10px ;
    text-align: justify;
}
html>body #corps {
    height: auto;
    min-height: 400px;
}
#outils {
    position: absolute;
    right: 0;
    padding: 5px;
}
#gauche {
    float: left;

    padding: 0px;
    width: 154px;
}
html>body #gauche  {

}
#gauche a {
   font-weight: bold;
}
#footer {
    text-align: center;
    padding-top: 5px;
    height: 50px;
}
#signature {
    padding-top: 5px;
    height: 15px;
    text-align: center;
    font-size: 10px;
}
#signature a{

}
#edito {
    padding-top: 6px;
    /*width: 100%;*/ /*opera*/
    _width: auto; /*ie6*/
}
#edito p {
     margin-top: 10px;
     margin-right:30px;
}
#edito p img {
     margin-top: 9px;
     width: 200px;
}
#edito .pTexte:first-letter {
    text-transform: uppercase;
    font-size: 22px;
}
.photo {
    float: right;
    margin-left: 15px;
}
#actuAccueil {
	float:right;
    width: 309px;
}
#actuAccueil .moduleKmlUne {
    margin-top: 8px;
}
#actuAccueil h2 {
   margin: 0px;
   padding:0px;
}
#actuAccueil p {
   margin: 0px;
   padding:0px;
}
#actuAccueil p img {
   margin-top: 9px;
}
#actuAccueil .pTexte:first-letter {
    text-transform: uppercase;
    font-size: 22px;
}
#actuAccueil a {

}
#actuAccueil2{
	width:235px;
	_height:236px;
	min-height:236px;
}
#documentsHaut {
    float: right;
    width: 190px;
    text-align: center;
}
#documents {
    position: relative;
    width: 150px;
    padding: 10px 20px 15px 20px;
    text-align: left;
}
#documentsTitre {
    margin: 0 20px;
    font-weight: bold;
}
#documents ul {
    margin: 0 0 0 15px;
    padding: 0;
}
#documents li {

}
#documents a {

}
#zoneCalculQF {
    width: 310px;
    margin: 0 auto;
    background-color: #f0f0f0;
    padding: 15px;
    border: 2px solid #455D80;
}
#zoneCalculQF .resultat{
    color: #455D80;
    font-weight: bold;
}
#zoneCalculQF td{
    _padding: 7px;
}
@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;}
}
