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;
}
h1:first-letter {
    font-size: 1.5em;
}
h2 {
    font-size: 1.3em;
    margin: 0;
    padding: 2px 0;
}
#actuAccueil h2 {
    margin: 0;
    padding: 0;
}
h3 {
    font-size: 1em;
    margin-top: 0;
}
#actuAccueil h3 {
    font-size: 11px;
    margin: 0;
    padding: 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;
}
.imgTitre {
    margin-bottom: 5px;
}
.champ, .bouton {
    font-size: 11px;
}
.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;
}

.moduleGalerie .listeMiniatures th {
    font-size: 1.2em;
}

.imgGDGal {
    max-width: 760px;
    width: expression(this.width > 760 ? 760: true);
}

.texteExplicatif {
    width: 470px;
}

.texteExplicatif p, .descriptionGalerie {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.texteExplicatif .fiche {
    padding: 0;
    margin: 0;
}

/***************************   structure générale   ***************************/

#conteneur {
    position: relative;
    width: 900px;
    margin: 0 auto;
    padding-bottom: 30px;
}
#header {
    height: 161px;
    padding: 0;
    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 {
   position: absolute;
   top:0;
   left: 0;
   z-index: 100;
   display: block;
   width: 176px;
   height: 160px;
}
#header-print{
    display: none;
}
#corps {
    display: table;
    width: 652px;
    padding: 25px;
    text-align: justify;
    overflow:hidden;
}
#outils {
    position: absolute;
    right: 0;
    padding: 5px;
}
#gauche {
    float: left;
    height: 300px;
    padding: 30px 10px 10px 20px;
    width: 165px;
}
html>body #gauche  {
    height: auto;
    min-height: 300px;
}
#gauche a {
   font-weight: bold;
}
#edito {
    text-align: justify;
}
#footer {
    text-align: center;
    padding-top: 5px;
    height: 82px;
}
#footer p {
    margin: 10px 0 2px 0;
    padding: 0;
}
#lienRetourAccueil img {
    margin-right: 3px;
}
#signature {
    padding-top: 5px;
    height: 15px;
    text-align: center;
    font-size: 10px;
}
#signature a{

}
#actuAccueil {
    width: 450px;
}
#actuAccueil .moduleKmlUne {
    margin-top: 8px;
}
#actuAccueil h2 {
   margin: 0px;
}
#actuAccueil p {
   margin: 0px;
}
#actuAccueil p img {
   margin-top: 9px;
}
#actuAccueil a {

}
#actuAccueil .separateur {
    height: 20px;
}
#affiche {
    position: absolute;
    right: 25px;
    text-align: right;
}
#affiche img {
    max-width: 180px;
    width: expression(this.width > 180 ? 180: true);
}
#prochainsRDV {
    padding-left: 20px;
}

#pagePlanAcces .photoMdl {
    float: none;
    margin: 0 0 10px 0;
}
#pagePlanAcces img {
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
}

@media print{
    #conteneur {width:100%;}
    #header-print {display:block;}
    #header {display:none;}
    #gauche {display:none;}
    #corps{margin-left:0px;}
    #menu{display:none;}
    #outils {display:none;}
    /*#footer img{display:none;}*/
    #footer .texte{position:relative;width:auto;}
}
*:focus {
    outline: none;
}