.boiteInfo {
float : left;
width : 540px; 
height : 110px; 
color : #000000;
text-align : justify;
overflow: auto; /* presence d'un ascensseur si texte dépasse la boite*/
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom : 5px;
margin-bottom : 15px; /*5px;*/
margin-left : 0px; /*5px; */
margin-right : 0px; 
border-style: dotted;
}
