@charset "utf-8";

#bloc_chemin {
	position:relative;
	left:2px;
	top:0px;
	width:671px;
	z-index:7;
	float: left;
	/*border-right-width: 1px;*/
	border-bottom-width: 3px;
	border-left-width: 1px;
	/*border-right-style: solid;*/
	border-bottom-style: solid;
	border-left-style: solid;
	/*border-right-color: #666666;*/
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	padding: 2px;
	background-color:#e6e0db;
}

#fiche{
	position:relative;
	left:2px;
	top:0px;
	width:200px;
	z-index:7;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	height: 300px;
	background-color: #000000;
	border: 1px solid #FF9933;
	display: block;
	margin: 10px;
	background-image: url(../images/fond_fichepsd.jpg);
	background-repeat: no-repeat;
}

#bloc_fiche{
	position:relative;
	width:100%;
	z-index:7;
	top: 0px;
	float: left;
}
#image_fiche {
	text-decoration: none;
	position: absolute;
	left: 25px;
	top: 10px;
}
a.image_fiche {
	color: #CCCCCC;
	/*border: 2px solid #999999;*/
	position: relative;
	width: 150px;
	display: block;
}
a.image_fiche:hover {
	/*border: 2px solid #FF9900;*/
	width: 150px;
	display: block;
}

#titre_fiche {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	padding-bottom: 10px;
	height: 50px;
	position: absolute;
	width: 100%;
	top: 170px;
}

a.titre_fiche {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}

a.titre_fiche:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
}

#prix_fiche {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF9900;
	text-decoration: none;
	height: 25px;
	width: 100%;
	padding-top: 5px;
	position: relative;
	left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	top: 220px;
}

#bt_fiche {
	padding-top: 10px;
	top: 260px;
	position: absolute;
	width: 180px;
	padding-right: 10px;
	padding-left: 10px;
	left: 0px;
	
}
