body {
    font-family: Verdana, sans-serif;
    font-size: 0.6em;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    text-align: left;
}
a:hover {
    text-decoration: underline;
}
a img {
    border: none;
}
h1 {
    font-size: 1.8em;
    margin: 0;
    padding: 0 0 25px 0;
    font-family: Courier New, courier, serif;
    text-align: center;
}
h2 {
    font-size: 1.6em;
    margin: 0;
    padding: 2px 0;
    text-indent: 10px;
    font-family: Courier New, courier, serif;
    text-align: left;
}
h3 {
    font-size: 1em;
    margin-top: 0;
    text-align: left;
}
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: -2px;
}
input {
    vertical-align: middle;
}
.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: 20px;
    padding: 0 5px;
}
.champ {
    height: 16px;
}
.entete_tableau{
    display: table-cell;
    font-weight: bold;
    padding-left: 5px;
    vertical-align: top;
    text-align: left;
} 

/***************************   structure générale   ***************************/

#conteneur {
    position: relative;
    width: 840px;
    margin: 10px auto 0 auto;
}
#header-print{
    display: none;
}
#corps {
    display: table;
    height: 600px;
    width: 517px;
    text-align: justify;
} /*
html>body #corps {
    height: auto;
    min-height: 400px;
}   */
#corpsPage {
    height: 590px;
    width: 460px;
    padding: 10px 20px 0 20px;
    position: absolute;
    /*overflow: auto;*/
    overflow: hidden;
}
#corpsPagePhototheque {
    height: 590px;
    width: 500px;
    padding: 10px 0 0 0;
    position: relative;
    /*overflow: auto;*/
    overflow: hidden;
}
#corpsPagePhototheque h1 {
    margin: 0;
    padding: 0;
}

#contenu_corpsPage {
    /*position: relative;
    top: 0;*/
    width: 100%;
}

#outils {
    position: absolute;
    bottom: 10px;
    right: 3px;
} 
#outils img {
    margin-top: 5px;
}
#header {
    float: left; 
    height: 600px;
    width: 250px;
}
#header a {
   font-weight: bold;
}
#footer {
    float: right;
    width: 31px;
    text-align: center;
    height: 600px;
    position: relative;
}

/*ie6*/
#footer .imgPortrait {
    _position: absolute;
    _right: -34px;
}

#signature {
    padding-top: 5px;
    height: 15px;
    text-align: left;
    font-size: 10px;
    padding-left: 210px;
} 
#signature a{

} 
#actuAccueil {
    position: relative;
    float: left;
    width: 230px;
    height: 560px;
    padding: 20px 15px 20px 10px;
} 
#actuAccueil p {
     margin: 0;
}
#actuAccueil p img {
     margin-top: 9px;
}
#actuAccueil .fiche {
    padding: 2px 0 2px 10px;
    background: url(../images/soulignementTitreVertical.jpg) repeat-y;
} 

#actuAccueil .editoTitreVertical {
    background: url(../images/edito.jpg) no-repeat left center;
    padding-left: 15px;
    /*ie6*/
    _position: absolute;
}  
/*********************************************/
#actuAccueil .editoTitreVertical .fiche {
    max-height: 252px;
    height: expression(this.height > 252 ? 252: true);
    min-height: 80px;
    height: expression(this.height < 80 ? 80: true);
    overflow: hidden;
}  
#actuAccueil .actualiteTitreVertical {
    position: absolute;
    bottom: 20px;
    width: 215px;
    background: url(../images/actualite.jpg) no-repeat left center;
    padding-left: 15px;
}
#actuAccueil .actualiteTitreVertical .fiche {
    max-height: 300px;
    height: expression(this.height > 300 ? 3000: true);
    min-height: 120px;
    height: expression(this.height < 120 ? 120: true);
    overflow: hidden;
}
/**************************************************/
.coupsCoeurTitreVertical {
    float: left;
    margin: 72px 0 0 42px;

}
#actuAccueil  h2 {
    font-size: 1.2em;
    font-weight: normal;
    margin-bottom: 2px;
}
#coupsDeCoeur {
    float: right;
    margin-top: 25px;
    /*ie6*/
    _float: none;
}

#bodyAccueil {
    background: black;

}
#accueil {
    background: url(../images/fondAccueil.jpg) no-repeat;
    height: 600px;
    width: 800px;
    position: relative;
    margin: auto;
    color: white;
    margin-top: 20px;
    /*position: absolute;
    top: 50%;
    margin-top: -300px;
    left: 50%;
    margin-left: -400px;*/
}
#accueil .zone {
    position: absolute;
    bottom: 35px;
    right: 0px;
    font-size: 20px;
    /*font-weight: bold;*/
    font-family: courier;
}


@media print{
    #conteneur {width:100%;}
    #header-print {display:block;}
    #header {display:none;}
    #corps{margin-left:0px;}
    #menu{display:none;}
    #footer img{display:none;}
    #footer .texte{position:relative;width:auto;}
}
