/* Contenu  ---------------------------------------------------------------------------------------------------------------------------------*/div.cadre {	-moz-border-radius:10px; /* Firefox*/	-webkit-border-radius:10px; /*Safari & Chrome*/	-khtml-border-radius:10px; /* Linux*/	border-radius:10px; /* CSS3*/	/*behavior:url(./scripts/border-radius.htc); /* IE*/}
