﻿body {
    background-color: #000000; 
    font-family: Verdana, Arial, helvetica;
    font-size: 13px;
     
}




table {
    border: 0;
    padding: 0;
    
}    


a.planete {
    color: White;
    font-family: Arial Rounded MT Bold;
    font-size: 20px;
    text-transform: none;
    text-decoration: none;    


}
a.planete:hover {

    color: Yellow;
   
}

div.divPlanete {
    display: block; 
    text-align: center;
    /*width: auto; */
     

}

div.divTerre {

    left: 600px;   /*expression(document.body.clientWidth  + 1000 + "px");*/

    display: block;  
    position: absolute; 
    top: 200px; 
    /*left: 25%; */
    /*width:auto; 
    margin:0px; */
    z-index: 200; 
    

}

div.clsEau {
    left: 400px;   /*expression(document.documentElement.clientWidth + 2000  + "px"  );*/
    
    position: relative; 
    
    top: 200px; 
    /*left: 25%; */
    /*width:auto;
    margin:0px;  */
    z-index: 200; 
    


}





