/* @override http://localhost:8080/adcanape/css/fiche.css */

html,body {
	background-color: #5f4f44;
    text-align: center; /* pour corriger le bug de centrage IE */
	width: 100%;
}

#fiche {
	width: 520px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 100px;
	padding-left: 100px;
	background-color: #fff;
	/*margin: 15px;*/
	text-align: left; /* pour corriger le bug de centrage IE */

}

#entete {
	width: 520px;
	height: 40px;
	background-image: url(../images/f-nomproduit.jpg);
	text-align: right;
	color: #999;
	font: small Arial, Helvetica, Geneva, sans-serif;
	padding-top: 60px;
}

#entetetexte {
	font-size: 24px;
}

#vedette {
	width: 518px;
	height: 238px;
	border: 1px solid #999;
	position: relative;
}

#zoom-vedette {
	width: 518px;
	height: 20px;
	color: #a9a9a9;
	text-align: right;
	font: 10px/20px Helvetica, "Trebuchet MS", sans-serif;
}

#nouveaute {
	position: absolute;
	top: 10px;
	left: 10px;
}

#info {
	width: 300px;
	float: left;
}

.titreinfo {
	font: small Arial, Helvetica, Geneva, sans-serif;
	color: #999;
	background: url(../images/bullet7.gif) no-repeat 5px 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.texteinfo {
	color: #000;
	padding-left: 20px;
	font: x-small Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
}

#detail {
	width: 200px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}

#detailphoto {
	border: 1px solid #999;
	width: 200px;
	height: 100px;
	margin-bottom: 5px;
}

.detailphotob {
	border: 1px solid #999;
	width: 200px;
	height: 92px;
	margin-bottom: 5px;
 	cursor:pointer;
 }

.detailvideob {
	border: 1px solid #999;
	width: 200px;
	height: 100px;
	margin-bottom: 5px;
}

#bottomspace {
	height: 10px;
	width: 100%;
	clear: left;
}

#bottom {
	font: 10px/50px Arial, Helvetica, Geneva, sans-serif;
	width: 520px;
	height: 50px;
	background-color: #5f4f44;
	margin-top: 10px;
}

#bottom a.texte,#bottom a.thickbox {
	color: #fff;
	text-decoration: none;
	height: 50px;
	float: left;
	display: block;
	line-height: 50px;
}

#bottom a.image {
	height: 30px;
	float: left;
	border-style: none;
}

#bottom a:hover {
	text-decoration: underline;
}

#bottom #retour {
	float: left;
	width: 155px;
	padding-left: 75px;
	background: url(../images/f-retour.gif) no-repeat;
	/*height: 40px;*/
}

#bottom #retour a {
	color: #000;
	font: bold 10px Arial, Helvetica, Geneva, sans-serif;
	padding-top: 18px;
	height: 32px;
}

#bottom-white {
	width: 520px;
	height: 50px;
	background-color: #fff;
}

#affichagedevis {
	display: none;
}

#confirmation {
	width: 518px;
	height: 120px;
	border: 1px solid #999;
	color: #787878;
	font: medium Helvetica, "Trebuchet MS", sans-serif;
	padding-top: 50px;
	text-align: center;
}

#obligatoire {
	color: #f00;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

#plansite {
	margin: 10px auto 0;
	font: 11px Helvetica, "Trebuchet MS", sans-serif;
	width: 705px;
	text-decoration: none;
	color: #cccccc;
	text-align: right;
	padding-right: 15px;
}

#plansite a {
	/*text-decoration: none;*/
	color: #cccccc;
}

#plansite a:hover {
	/*text-decoration: none;*/
	color: #ffffff;
}




