/* CSS Document */

body {
	background-color:#CF9241 ; 
	margin-left:0 ; 
	margin-right:0 ; 
	margin-top:0 ; 
	margin-bottom:0 ; 
	font-family:Tahoma, Arial, Helvetica, sans-serif ; 
	font-size:10px ; 
	line-height: 140% ; 
	color:#666666
} 

td {font-family:Tahoma, Arial, Helvetica, sans-serif ; font-size:10px ; line-height: 140% ; color:#38160D} 

form, input, select, textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 10px
} 

.titre {font-weight:bold; color:#FFDD7C ; font-size:12px;}

a {
	font-family: Tahoma, Arial, Helvetica, sans-serif ;
	color: #666;
	font-size: 10px;
	text-decoration: none;
}

a:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif ;
	color: #000;
	font-size: 10px;
}

.LienBoutique {
		color: #930;
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
}

.LienBoutique:hover {
		color: #666;
		font-size: 11px;
		font-weight: bold;
}

.LienRetour {
		color: #930;
		font-size: 11px;
		text-decoration: none;
}

.LienRetour:hover {
		color: #000;
		font-size: 11px;
}

h1 {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}

/*** ListeProduits ***/

#ListeProduits th {
	color: #930;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	padding: 5px;
}

#ListeProduits td {
	font-size: 11px;
	padding: 5px;
	border-top: 1px solid #930;
}

#ListeProduits a {
	color: #38160D;
	font-size: 11px;
}

#ListeProduits a:hover {
	color: #930;
	font-size: 11px;
	text-decoration: none;
}

#ListeProduits .Photo {
	width: 90px;
	border: none;
}

/*** FicheDetailProduit ***/

#FicheDetailProduit {
	margin-top: 10px;
}

#FicheDetailProduit td {
	vertical-align: top;
}

#FicheDetailProduit .Photo {
	border: none;
	width: 200px;
	margin-right: 20px;
}

/*** FicheZoneCommande, Panier, Coordonnees ***/

#FicheZoneCommande {
	margin-top: 50px;
}

#Panier { }

.Coordonnees { }

#FicheZoneCommande th, 
#Panier th, 
.Coordonnees th {
	padding: 5px;
	text-align: center;
	color: #930;
	font-size: 11px;
	font-weight: bold;
	background-color: #DA742A;
	border-bottom: 1px #38160D; 
}

#FicheZoneCommande td, 
#Panier td {
	padding: 5px;
	text-align: center;
	color: #000;
	font-size: 11px;
	background-color: #E6A348;
}

.Coordonnees td {
	padding: 2px;
	color: #000;
	font-size: 11px;
	background-color: #E6A348;
}

#Panier .SousTotal {
	padding: 5px;
	font-weight: bold;
	color: #000;
	font-size: 11px;
	background-color: #E6A348;
	border-top: 1px solid #DA742A;
}

#Panier .FraisDePort {
	padding: 5px;
	color: #000;
	font-size: 11px;
	background-color: #E6A348;
	border-top: 1px solid #DA742A;
}

#Panier .Total {
	height: 30px;
	padding: 5px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	background-color: #DA742A;
}

/*** Bouton ***/

.Bouton {
	display: block;
	margin: 20px;
	padding: 2px;
	text-align: center;
	background-color: #930;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
}

