@charset "utf-8";
.Fiche_Detail
 {
	font-size: 12px;
	color: #660033;
 }
 
H1.Fiche_Detail
 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
 }
 
H2.Fiche_Detail
 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
 }
 
P.Fiche_Detail
 {
	font-size: 12px;
 }

ul.Fiche_Detail
 {
	margin-top: 6px;
	margin-left: 10px;
 }

ol.Fiche_Detail
 {
	margin-top: 6px;
	margin-left: 10px;
 }

li.Fiche_Detail
 {
 	margin-bottom: 4px;
 }

A.Fiche_Detail
 {
	text-decoration: none;
	color: #6600FF;
	font-weight: normal;
 }

A.Fiche_Detail:Hover
 {
 	font-size: 14px;
 }

BLOCQUOTE.Fiche_Detail
 {
	margin: 10px;
 }

/*EMPLACEMENT DES DIV*/
DIV#Page_Detail
 {
	width: 100%;
	height: 600px;
	overflow: auto;
	margin-left: 8px;
	margin-top: 20px;
 }   

DIV#Titre_Detail
 {
 	margin-bottom: 10px;
 }

DIV#Sous_Titre_Detail
 {
 	margin-bottom: 10px;
 }

DIV#Image_Detail
 {
	vertical-align: top;
	width: auto;
	float: right;
	margin-bottom: 6px;
	margin-left: 2px;
	margin-right: 4px;
	position: static;
	top: 100px;
 }

DIV#Mini_Image_Detail
 {
	width: auto;
	float: right;
	margin-bottom: 6px;
	margin-left: 8px;
 }

DIV#Prix_Detail
 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #FF6600;
	width: 160px;
 }

DIV#Remise_Detail
 {
	text-align: center;
	color: #CC0000;
	font-size: 12px;
 }

DIV#Detail_Detail
 {
	text-align: justify;
	padding-right: 10px;
	padding-left: 5px;
 }  
 
H1.Detail
 {
  	text-align: left;
	font-size: 16px;
 } 
 
H2.Detail
 {
  	text-align: left;
	font-size: 14px;
 } 

.Detail_Remise_Detail
 {
	font-size: 14px;
	font-weight: normal;
	color: #0066FF;
	margin-bottom: 5px;
 }

.Remise_Detail
 {
	font-size: 11px;
	font-weight: normal;
	color: #00CC00;
	margin-top: 6px;
 }
 
#Panier_Detail
 {
 	margin-top: 8px;
	margin-bottom: 8px;
 }

#Barre_Detail
 {
	font-size: 12px;
	color: #FF9900;
	text-decoration: line-through;
 }

SELECT#Panier
 {
	font-size: 12px;
	font-weight: bold;
	color: #009999;
 }
OPTION.Panier
 {
 	text-align: right;
 }