body {
   
	/*background-color:#e4ebe4;*/
	 background-image: url(./images/fond.jpg);
	font-family:Arial, sans-serif;
	
}
html {
    overflow: scroll;
    /* overflow-y: scroll;*/
} 

#gauche {
    position: absolute;
    left: 50%;
    top: 0;
    width: 990px;
    height: auto;
    /* margin-top: -280px; moitiÃ© de la hauteur   */
    margin-left: -495px; /* moitiÃ© de la largeur */
    /* background-color: white;
     border: 2px solid #FFFFFF
     background-image: url(../images/fond.jpg);*/
	
	background-position-y :center;
}

.float {
    float: left;
} 
.dessou {
    clear: both;
} 

#calA{
	 width: 20px;
    height: 20px;
}
#calB{
	 width: 10px;
    height: 10px;
}
#calC{
	 width: 15px;
    height: 15px;
}
#calD{
	 width: 55px;
    height: 10px;
}