.fiche {
	background-color:#6163B8;
	width:635px;
	margin:0 0 17px 0;	
}

.fiche .top {
	background: #D9C348 url(../img/css/t-b-box.gif) scroll no-repeat top left;
	height:20px;
}

.fiche .bottom {
	background: #D9C348 url(../img/css/t-b-box.gif) scroll no-repeat bottom left;
	height:20px;
}


.fiche .middle {
	border:1px solid #FFF;
	padding:20px 15px;
	color:#FFF;
}

.fiche .middle .col1 {
	width:310px;
	background-color:#8A8BDF;
	float:left;
}

.fiche .middle .col2 {
	width:280px;
	float:right;
}

.fiche .middle .col2 img.photo {
	border:1px solid #D1BC50;
}

.bt-retour  {
	display:block;
	width:90px;
	color:#FFF;
	text-decoration:none;
	background: url(../img/css/bt-retour.gif) scroll no-repeat right 75%;
	margin:12px 30px 0 30px;
	float:left;
}

.bt-retour:hover  {
	background-image: url(../img/css/bt-retour-over.gif);
}

.bt-print  {
	display:block;
	width:80px;
	color:#FFF;
	text-decoration:none;
	background: url(../img/css/bt-print.gif) scroll no-repeat right center;
	margin:12px 0 0 0;
	float:left;
}

.bt-print:hover  {
	background-image: url(../img/css/bt-print-over.gif);
}

.fiche .middle .col2 .photos {
	margin:3px 0;
	text-align:right;
	font-weight:bold;
}

.fiche .middle .col2 .photos a {
	font-weight:normal;
	padding:0 3px;
	color: #FFF;
	text-decoration:none;
	border:1px solid #D1BC50;
}

.fiche .middle .option {
	background: #8A8BDF url(../img/css/fond-fiche-option.gif) scroll no-repeat 95% center;
	padding: 5px 0;
}

.fiche .middle .option ul {
	margin:0 15px;
	padding:0;
	width: 140px;
	float:left;
	list-style-type: none;
	font-size:11px;
}

.fiche .middle .option li {
	background: url(../img/css/puce-option.gif) scroll no-repeat left 3px;
	padding:0 0 2px 12px;
}

.fiche .caracteristiques {
	background-color: #6163B8;
	width:100%;
}

.fiche .caracteristiques td {
	background: #8A8BDF url(../img/css/puce-fiche.gif) scroll no-repeat center center;
	border-bottom:2px solid #6163B8;
	padding:2px;
}

.fiche .caracteristiques td.bleft {
	padding-left: 10px;
	font-weight:bold;
	border-left:1px solid #D9C348;
	background-image: none;
}

.fiche .caracteristiques th {
	background-color: #8A8BDF;
	border-left:1px solid #D9C348;	
	border-bottom:2px solid #6163B8;
	text-align:left;
	padding:2px 0 2px 7px;
}

.fiche .caracteristiques td.lastrow {
	background: #8A8BDF url(../img/css/puce-fiche-last.gif) scroll no-repeat center center;
}


.fiche .top h3 {
	font-size:13px;
	width:270px;
	height:20px;
	line-height:20px;
	color:#4E51B7;
	float:left;
	margin:0;
	padding:0 0 0 30px;
	font-weight:bold;
}