/* CSS 1 */

div.arrondi {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 550px;
  padding: 10px 10px;
  background: #fff;
  margin: auto;


}

#header {
    border: 0 none;
    padding: 0px;
    width: 100%;
}
TR.header_bandeau {
    background-color: #FFFFFF;
    height: 62px;
}
TD.header_bandeau_droite {
    text-align: right;
    vertical-align: bottom;
    width: 100%;
}
TR.header_ligne_separatrice {
    background-color: #FFD881;
    color: #415B82;
    height: 2px;
}
DIV.logo_pixid {
    background-image: url("../images/logo_pixid.png");
    cursor: pointer;
    height: 62px;
    text-decoration: none;
    width: 144px;
}


.img {
    border: 0px;

}



/* CSS 3 */
html { 
  margin:0;
  padding-top:100px;
  background: url("../images/fan.jpg") no-repeat center fixed; 
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
}


DIV#zoneprincipale {
    background-color: #FFFFFF;
    overflow: auto;
    position: fixed;
    top: 85px;
}
TR.page_principale {
    background-color: #FFFFFF;
}

TD.page_principale {

    vertical-align:middle;
}

DIV.titrePage {
    color: #415B82;
    font-family: Verdana,Arial,Helvetica,SansSerif;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    padding: 0.5em;
    text-align: center;
}

DIV.alerte {
    color: #415B82;
    font-family: Verdana,Arial,Helvetica,SansSerif;
    font-size: 20px;
    margin: 0;
    padding: 0.5em;
    display: inline-block;
}

#maintenance {
  margin: auto;
  display: block;
}

