/* CSS FICHE DETAIL */



#detail_menu_left {
	width:200px;
	float:left;
}

#detail_menu_right {
	width:400px;
	float:right;

}
#detail_menu_list {
	list-style:none;
	margin:0px;
	padding:0px;	
}
#detail_menu_list li {
	
	float:left;
	background:url('images/detail_menu_background_center.jpg');
		height:22px;
}
#detail_menu_list .liste_center {
	padding-top:8px;
	padding-left:20px;
	
}
#detail_menu_list a{
	text-decoration:none;
	color:#454545;
}
#detail_menu_list a:hover{
	text-decoration:underline;
}
#part_left_detail {
	float:left;
	width:470px;
	/*background-color:pink;*/
}

.titre_fiche {
	font-weight:bold;
}

#detail_image{
	/*margin-left:10px;*/
	width:30px;
	width:460px;
	/*background-color:green;*/
}
#detail_image_middle {
	text-align:center;
	width:459px;
	/*padding-left:15px;*/
	padding-top:7px;
	padding-bottom:7px;
	background:url("images/detail_image_center.png");
}
#detail_image_top {
	/*padding-left:15px;*/
	background:url("images/detail_image_top.png");
	background-repeat:no-repeat;
	/*background:blue;*/
	width:459px;
	height:5px;
}
#detail_image_bottom {
	/*padding-left:15px;*/
	background:url("images/detail_image_bottom.png");
	background-repeat:no-repeat;
	background-position:bottom;
	/*background:blue;*/
	width:459px;
	height:5px;
}
#detail_image_middle a {
	text-decoration:none;
}
#retour_link {
	color:black;
	text-decoration:none;
}
#retour_link:hover {
	text-decoration:underline;
}
#part_right_bottom {
	text-align:right;
	padding-bottom:10px;
}
#part_right_bottom a {
	color:black;
	text-decoration:none;
}
#part_right_bottom a:hover {
	text-decoration:underline;

}
#miniatures {
	padding-left:10px;
	padding-bottom:10px;
	padding-top:5px;
}