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.3em;
    margin: 0 0 5px 0;
    padding: 2px 0;
}
#solutionsAccueil h1 {
    padding-top: 0;
}
#solutionsAccueil h1, #solutionsAccueil h3 {
    text-align: center;
}
#solutionsAccueil h3 {
    font-style: italic;
}
h2 {
    font-size: 1.1em;
    margin: 0;
    padding: 2px 0;
}
#corpsAccueil h2 {
    font-size: 1em;
    font-weight: normal;
}
#solutionsAccueil h2 {
    font-size: 1em;
    margin-left: 15px;
    margin-bottom: 5px;
}
#breves h2 {
    padding: 0 0 1px 0;
    text-align: center;
}
h3 {
    font-size: 1em;
    margin-top: 0;
}
#solutionsAccueil h3 {
    margin-top: 2px;
}
h1:first-letter, h2:first-letter, h3:first-letter {
    text-transform: uppercase;
}
p {
    margin: 5px 0;
    padding: 0;
}
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: -4px;
}
input {
}
.separateur {
    clear: both;
}
.imgGauche {
    float: left;
    margin-right: 15px;
}
.imgDroite {
    float: right;
    margin-left: 15px;
}
.imgIcone {
   vertical-align: middle;
}
.champ, .bouton {
    font-size: 11px;
}
.champ:hover, .bouton:hover {

}
.bouton {
    font-weight: bold;
    height: 17px;
    padding: 0 3px;
}
.champ {
    height: 13px;
}
.boutonOk {
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -5px;
}
.entete_tableau{
    display: table-cell;
    font-weight: bold;
    padding-left: 5px;
    vertical-align: top;
    text-align: left;
}

.paragrapheEdito {
    float: left;
    display: inline;
    width: 190px;
    margin: 0 15px;
}
.paragrapheEdito img, #solutionsAccueil h2 img {
    float: left;
    margin: 2px 4px 0 0 ;
}

.ficheAnnuaire {
    margin-left: 40px;
}
.ficheAnnuaire img {
    margin-top: 15px;
    max-width: 200px;
    width: expression((this.width > 200 && this.width>=this.height) ? 200: true);
    max-height: 200px;
    height: expression((this.height > 200 && this.height>this.width) ? 200: true);
}


/***************************   structure générale   ***************************/

#conteneur {
    position: relative;
    width: 900px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 0 7px 0 0;
    height: 533px;
}
#header {
    height: 88px;
    padding: 11px 0;
    text-align: left;
}
#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;
}
#logoHeader {

}
#header-print{
    display: none;
}
#fondCorps {
    height: 330px;
    width: 662px;
    margin: 18px 0 48px 0;
}

#corps {
    height: 310px;
    width: 642px;
    padding: 10px;
    text-align: justify;
    overflow-y: auto;
    overflow-x: hidden;
}
#corps ul {
}
#corpsAccueil {
    height: 337px;
    width: 662px;
    margin: 8px 0 41px 0;
    padding: 10px 0 0 0;
    text-align: justify;
    overflow: hidden;
}
#corpsAccueil p,#corpsAccueil h1,#corpsAccueil h2 {
    margin-left: 15px;
}
#outils {
    position: absolute;
    right: 7px;
    top: 84px;
    padding: 5px;
    width: 180px;
    text-align: right;
}
#droite {
    float: right;
    height: 328px;
    margin-top: 8px;
    padding: 10px 11px;
    _padding-left: 0;
    width: 216px;
}
#droite a {
   font-weight: bold;
   margin-left: 20px;
}
#menuDroit {
    margin: 6px 0;
}
#breves {
    width: 210px;
    height: 103px;
    padding: 1px 3px;
    text-align: justify;
    overflow: hidden;
}
#footer {
    text-align: center;
    padding-top: 3px;
}
#signature {
    margin-top: 10px;
    text-align: center;
    font-size: 10px;
}
#signature a{

}

#solutionsAccueil {
    position: absolute;
    top: 356px;
    padding: 5px 0;
    width: 665px;
    height: 93px;
}

#solutionsAccueil .solution {
    display: block;
    float:left;
}

#fenBureaux, #fenMoyens, #fenOutils {
    position: absolute;
    display: none;
    bottom: 75px;
    width: 201px;
    height: 270px;
    padding: 10px;
    text-align: justify;
    overflow: auto;
}

#logoNF {
    position: absolute;
    right: 12px;
    top: 486px;
}

#texteNF {
    position: absolute;
    bottom: 18px;
    right: 5px;
    width: 150px;
    height: 220px;
    padding: 10px;
    text-align: justify;
}

@media print{
    #conteneur {width:100%;overflow:visible;height:auto;}
    #header-print {display:block;}
    #header {display:none;}
    #outils {display:none;}
    #droite {display:none;}
    #fondCorps{margin-left:0px;margin:0;overflow:visible;height:auto;}
    #corpsAccueil{margin-left:0px;overflow:visible;height:auto;}
    #corps{overflow:visible;height:auto;}
    #menu{display:none;}
    #solutionsAccueil{position:static;}
    #signature {display: none;}
    #footer img{display:none;}
    #footer{position:absolute;top:5px;right:10px;width: 300px;}
    #fenBureaux, #fenMoyens, #fenOutils {display: block;position:static;}
}
*:focus {
    outline: none;
}