/* CSS */

#middle_background_liste{
	background:url("images/middle_background_liste.gif");
	/*background-color:#CC9900; *//* orange */
	z-index:-5;
}
#part_right_top_liste {
	/*float:right;*/
	width:100%;
	/*background-color:blue;*/
	padding-top:15px;
	padding-right:10px;
	text-align:center;
}
#part_left_top_liste{
	float:left;
	/*background-color:red;*/
	width:350px;
	font-size:11px;
	padding-top:38px;
	padding-left:60px;

}
#part_right_top_liste a {
	color:black;
	text-decoration:none;
}
#part_right_top_liste a:hover {
	text-decoration:underline;
}
#pagging {
	font-size:11px;
	/*padding-bottom:15px;*/
}
#middle_content_top_liste{
	background-color: blue;
	background:url("images/middle_content_top_liste.jpg");
	height:60px;
	background-repeat:no-repeat;
	width:950px;
	float:left;
}
#middle_content_top_liste form{
	margin:0px;
}
.ligne_point {
	background:url('images/detail_ligne_menu.jpg') repeat-x;
	width:100%;
	height:2px;

}


.texte_description {
	font-size:11px;
}
#liste{
	margin-left:20px;
	margin-right:30px;
	/*padding-top:90px;*/
}
.lien_liste {
	color:black;
	font-weight:bold;
	text-decoration:none;
}
.lien_liste:hover {
	text-decoration:underline;
}
img {
	border:none;
}
#image_detail{
	/*margin-left:10px;*/
	width:340px;
	/*background-color:green;*/
}
#image_detail_middle {
	text-align:center;
	width:320px;
	/*padding-left:15px;*/
	background:url("images/image_detail_center.png");
}
#image_detail_top {
	/*padding-left:15px;*/
	background:url("images/image_detail_top.png");
	background-repeat:no-repeat;
	/*background:blue;*/
	width:320px;
	height:5px;
}
#image_detail_bottom {
	/*padding-left:15px;*/
	background:url("images/image_detail_bottom.png");
	background-repeat:no-repeat;
	background-position:bottom;
	/*background:blue;*/
	width:320px;
	height:5px;
}
#image_detail_middle a {
	text-decoration:none;
}
#part_left_top_liste a {
	text-decoration:none;
	color:black;
}
#part_left_top_liste a:hover {
	text-decoration:underline;
}