#basDePage {
    clear: both;
    height: 36px;
    margin: 0 auto; 
    border-top: solid 1px DimGrey; 
    background-color: #A9A9A9; /*DarkGrey;*/ 
}

#basDePage #retour {
   	float : right;
   	position: relative;
   	right : 10px;
	top:4px;
}

#basDePage #notes { 
 	margin: 0;
 	position: relative;
 	left : 20px;
 	top : 16px;
}

.notesBasPage {
  	font-size: 10px;
  	color : DarkGreen;
}
