
.encadre_a_droite {
border-style: solid;
border-color: #c60000; 
padding: 10px; 
background-color: #fde9ce; 
width: 210px; 
float: right; 
margin-left: 25px; 
margin-bottom: 15px; 
display: inline; 
font-size: 0.85em; 
font-weight: bold; 
line-height: 1.4;
text-align: left;
	}
.encadre_a_gauche {
border-style: solid;
border-color: #c60000; 
padding: 10px; 
background-color: #fde9ce; 
width: 210px; 
float: left; 
margin-right: 25px; 
margin-bottom: 15px; 
display: inline; 
font-size: 0.85em; 
font-weight: bold; 
line-height: 1.4;
text-align: left;

	}
.encadre_centre {
border-style: solid; 
border-color: #c60000;
margin: 10px 0px 20px; 
padding: 10px; 
background-color: #ffeecc;
font-family: 'Trebuchet MS'; 
font-size: 12px;
text-align: justify;

	}

