

html {
   margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
/*     background: #FFF url(../images/fond-haut.gif) repeat-x top left;  */
    /*background-color:#FFF;*/
/*    overflow:auto;
    overflow-y:hidden;
    overflow-x:hidden;*/
 
}

body {
    font-family: Univers, Helvetica, Arial, sans-serif;
    font-size:12pt;
    line-height:1.4em;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    color:#FFF;
    background-color:#7e9698;
    background-repeat:repeat-x;
    /*overflow:hidden;*/
  }

#move {
   width:100%;
   height:100%;
 margin:auto;
/*  border:1px solid black; */
}

#left {
 width:50%;
 height:100%;
 float:left;
}

#right {
 width:50%;
 height:100%;
 float:left; 
}

#topl {
 height:50%;
 text-align:right;
 background-color:white;
/*  border:1px solid black; */
}

#topl img {
 vertical-align:bottom;
 padding-right:40px;
}

#topr {
 height:50%;
 text-align:center;
 vertical-align:middle;
 background-color:#7e9698; 
/*  border:1px solid black; */
}

#bottoml {
 height:50%;
 text-align:right;
 vertical-align:top;
 background-color:#7e9698; 
/*  border:1px solid black; */
 float:right;
}

#bottomr {
 height:50%;
 text-align:center;
 vertical-align:middle;
 background-color:#7e9698; 
 border:gray 1px;
}

#pnpic {
 width:180px;
 right:40px;
 padding-right:40px;
}

#pnpictext {
 width:180px;
 height:35px;
 background-color:#c40009;
 text-align:center;
 font-weight:bold;
 padding-top:10px;
/*  padding-bottom:px; */
}


img {
    border:none;
  }


