div.photo_entouree, div.photo_entouree_gauche {
position:relative;
border : 0;
background-color : #89C03B;
color : #763FC4;
padding : 3px;
margin : 3px;
text-align : center;
line-height:1.1em;
overflow:hidden;
padding-top : 6px;
box-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
}

div.photo_entouree {
/* right floating photos */
float : right;
margin-left: 7px;
-moz-border-radius-bottomleft :10px;
-webkit-border-bottom-left-radius:10px;
border-radius-bottom-left:10px;
border-top-right-radius :10px;
-moz-border-radius-topright :10px;
-webkit-border-top-right-radius :10px;
}

div.photo_entouree_gauche {
float : left;
margin-right: 7px;
-moz-border-radius-bottomright :10px;
-webkit-border-bottom-right-radius:10px;
border-radius-bottom-right:10px;
border-top-left-radius :10px;
-moz-border-radius-topleft :10px;
-webkit-border-top-left-radius :10px;
}


.legende_photo, .legende_photo b {
text-decoration : none;
}

div.photo_entouree a, div.photo_entouree a:visited, div.photo_entouree a:active, div.photo_entouree_gauche a, div.photo_entouree_gauche a:visited, div.photo_entouree_gauche a:active {
color : #763FC4;
}

div.photo_entouree a:hover, div.photo_entouree_gauche a:hover {
color : #89C03B;
}


