@charset "iso-8859-1";

body {
background: #FFFFFF;
}
.principal {
position: relative;
}
.gauche {
background:url(../cadre/flecheG.jpg); 
position: relative; 
top: 5; 
left: 30; 
height: 44; 
width: 46; 
cursor: hand;
}
.droite {
background:url(../cadre/flecheD.jpg); 
position: relative; 
top: -38; 
left: 110; 
height: 44;
width: 46; 
cursor: hand;
}
.img {
position: relative;
}