#cadre_acc_arondi{
	height: 200px;
	width: 595px;
	}
	#image1 {
	position:absolute;
	left:177px;
	top:222px;
	width:179px;
	height:177px;
	z-index:3;
}

/* propriétés communes à l'ensemble des 4 coins */
#hautgauche, #hautdroit, #basgauche, #basdroit {
height: 25px; width: 25px;
background-repeat: no-repeat;
font-size:1px; /* correction d'un bug IE */
}
/* propriétés spécifiques à chaque coin */
#hautgauche {
background: url(images/deco/arrondi_h_gauche.gif);
}
#hautdroit {
float: right;
background: url(images/deco/arrondi_h_doite.gif);
}
#basgauche {
	background: url(images/deco/arrondi_b_gauche.gif);
	position: absolute;
	top: 386px;
	z-index: 2;
}
#basdroit {
	float: right;
	background: url(images/deco/arrondi_b_droite.gif);
	position: absolute;
	left: 739px;
	top: 386px;
	z-index: 1;
}


/* arrondi_carde_bas_droite */
div#cadre {/* conteneur global et arrière-plan du titre du cadre */
width: 287px;
padding-top: 18px;
background: url(images/deco/arrondi/barre_arrondi.jpg) no-repeat left top;
}
div#bloccadre {/* arrière-plan bas et sur l'ensemble du cadre */
background: url(bas.gif) bottom left no-repeat;
padding-bottom: 40px;
}
div#bloccadre p {
margin: 0 30px 0 20px;
}
.droite{
	float: right;
	margin-top: -1px;
	margin-right: -1px;
	font-size:1px;
	background-repeat: no-repeat;
	height: 35px;
	width: 35px;
}
#gauche{
	float: left;
	margin-top: -1px;
	margin-left: -1px;
	font-size:1px;
	background-image: url(images/arrondi/arr_h_gauche.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 35px;
	z-index: 5;
}
