.box{
	background-image: url('/images/box.png');
	background-repeat: no-repeat;
	width: 500px;
	height: 230px;
	padding-top: 10px;
	
}

.box_photo{
	float: left;
	margin-left: 10px;
	margin-right: 10px;

	width: 220px;
	height:	180px;
	border:	1px black solid;

}

.petite_boite{
	border-top: 1px #7799ff dotted;
	bo
nd-color: #cecece;
}
.petite_boite ul{
	width: 238px;
	margin: 1px 1px;
}
.petite_boite li {
	width: 238px;
	border-bottom: 1px #7799ff dotted;
}
.petite_boite a {
	text-decoration: none;
	display: block;
	color: #7799ff;
	font-weight: 500;
}






.top_box {
height:15px;
background-image: url('/images/top_box.png');
background-repeat: no-repeat;
}
		
.middle_box {
padding: 0 32px 0 25px;
background-image: url('/images/middle_box.png');
}

.middle_box  p {
margin: 0px;
}

.bottom_box{
height:15px;
background-image: url('/images/bottom_box.png');
}


