@charset "utf-8";
/* CSS Document */

#chapo {
	position:relative;
	float:left;
	width:500px;
}
#chapo P {
	position:relative;
	float:left;
	width:480px;
	margin-top:0;
	margin-bottom:10px;
	margin-left:30px;
}
#description {
	position:relative;
	float:left;	
	width:506px;
	padding-left:40px;
	padding-top:20px;
	padding-bottom:20px;
	background-image:url(../images/fond_detail_mid.jpg);
	background-repeat:repeat-y;
	background-position:left;
}
#prix {
	font-size:28px;
	color:#CC0000;
	font-weight:bold;
}
#frais {
	font-size:10px;
	font-style:italic;
}
#photo {
	position:relative;
	float:right;
	width:430px;
	height:445px;
	background-image:url(../images/fond_photo.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}
#photo P {
	position:relative;
	margin:0;
	text-align:right;
	width:410px;
}
.thumbs{
	margin:0;
    padding:0;
}
.thumbs IMG{
	width:90px;
    height:65px;
    float:left;
    margin:5px;
    border:0;
}
#contact{
	position:relative;
	float:left;
	width:430px;
	font-size:14px;
	text-align:center;
	margin-top:20px;
}
#contact SPAN{
	color:#CC0000;
	font-size:24px;
	font-weight:bold;

}