img.photo_gauche_bord {
position:relative;
margin:5px 10px 5px 0;
padding:4px;
border:1px solid  #fc9f3a;
float:left;
clear:left;
}
img.photo_droite_bord {
position:relative;
margin:5px 0px 5px 10px;
padding:4px;
border:1px solid #fc9f3a;
float:right;
}
img.photo_gauche {
position:relative;
margin:5px 10px 5px 0;
float:left;
}
img.photo_droite {
position:relative;
margin:5px 0px 5px 10px;
float:right;
clear:right;
}
h3.titre_a_la_ligne {
position:relative;
clear:both;
}
p.alinea{
text-indent:20px;
}