/*generale*/
body, h1, h2, h3, ul, li{
	margin:0;
	padding: 0;
}

body{
	background: url(images/fond-page.jpg) 50% top;
	color: #6d371c;
	font-family: Arial;
	font-size: 12px;
}

a{
	color: #fff;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a img{
	border: 0;
}

a:hover img{
	filter : alpha(opacity=80);
	-moz-opacity : 0.8;
	opacity : 0.8; 
}

.clear{
	clear: both;
	height: 0;
}

.clearGrand{
	clear: both;
	height: 10px;
}

.majuscule{
	text-transform: uppercase;
}

.petit{
	font-size: 90%;
}

.centre{
	margin-left: 95px;
}
/*generale*/

/*global*/
#global{
	background: url(images/fond-index.jpg) no-repeat bottom left;
	margin: 0 auto;
	min-height: 575px;
	position: relative;
	width: 982px;
}

#global2{
	background: url(images/fond-global.jpg) no-repeat top left #798b3f;
	margin: 0 auto;
	padding-bottom: 20px;
	position: relative;
	width: 982px;
}
/*global*/

/*pied*/
#pied{
	background: #953529;
	color: #fff;
	margin: 0 auto;
	padding: 4px 0;
	text-align: center;
	width: 982px;
}

#pied2{
	background: url(images/fond-bas.png) no-repeat bottom left;
	color: #50280a;
	height: 21px;
	margin: 0 0 20px 205px;
	padding-top: 7px;
	text-align: center;
	width: 767px;
}

#pied2 a{
	color: #50280a;
}
/*pied*/

/*index*/
#situationGeographique{
	left: 0;
	font-size: 140%;
	margin: 398px 0 0 70px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 260px;
}

#situationGeographique a{
	color: #6d371c;
	display: block;
	text-decoration: underline;
}

#situationGeographique a:hover{
	text-decoration: none;
}

#cosmetique{
	font-size: 150%;
	font-weight: bold;
	left: 0;
	margin: 160px 0 0 754px;
	position: absolute;
	top: 0;
}

#cosmetique h1{
	color:#8a3224;
	font-size:19px;
	font-weight:bold;
	text-align:center;
	margin:0;
	padding:0;
}

#cosmetique h2{
	font-size:11px;
	margin:0;
	padding:0;
}

#cosmetique a{
	display: block;
	height: 21px;
	margin: 5px 0 0 85px;
	width: 113px;
}
/*index*/

/*entete*/
#entete #h1{
	left: 0;
	margin: 22px 0 0 12px;
	position: absolute;
	top: 0;
}

#entete{
	padding: 0 0 40px 0;
}
/*entete*/

/*menu*/
#menu{
	list-style: none;
	margin: 0 0 0 220px;
}

#menu li{
	float: left;
	margin-right: 11px;
	text-align: center;
}

#menu li#nosProduits{
	margin-right: 52px;
}

#menu a:hover img{
	filter : alpha(opacity=100);
	-moz-opacity : 1;
	opacity : 1; 
}
/*menu*/

/*contenu site*/
#arrondiHaut{
	background: url(images/fond-arrondiHaut.png) no-repeat top left;
	height: 65px;
	margin: 0 0 0 205px;
	width: 767px;
}

#arrondiHaut2{
	background: url(images/fond-haut.png) no-repeat bottom left;
	height: 28px;
	margin: 0 0 0 205px;
	width: 767px;
}

#contenu, #contenuCommande{
	background: #eee;
	margin: 0 0 0 205px;
	padding-bottom: 10px;
	position: relative;
	width: 767px;
	z-index: 5;
}

#arrondiHaut h1{
	color: #fff;
	font-size: 160%;
	font-weight: normal;
	padding: 8px 0 0 40px;
}
/*contenu site*/

/*contact*/
#formContact label, #formContact input{
	display: block;
}

#formContact input, #formContact textarea{
	border: 1px solid #c8c8c8;
	width: 172px;
}

#formContact textarea{
	width: 254px;
}

#formContact input#btnEnvoyer{
	border: 0;
	height: 31px;
	margin: 20px auto;
	width: 80px;
}

#formContact input#btnEnvoyer:hover{
	filter : alpha(opacity=80);
	-moz-opacity : 0.8;
	opacity : 0.8; 
}

#formContact input{
	margin-bottom: 10px;
}

#formContact{
	float: left;
	font-size: 110%;
	padding: 0 37px;
	width: 280px;
}

#contactDroite{
	float: left;
	font-size: 110%;
	padding-top: 40px;
	width: 394px;
}
/*contact*/

/*fiche produit*/
#ficheGauche{
	display: inline;
	float: left;
	margin-left: 22px;
	width: 248px;
}

#ficheDroite{
	float: left;
	padding: 0 0 0 20px;
	width: 466px;
}

#lienRetourProduit{
	background: url(images/fond-bouton-retour.gif) no-repeat top left;
	color: #953529;
	display: inline;
	float: left;
	height: 33px;
	margin: 45px 0 0 120px;
	padding: 7px 0 0 30px;
	width: 80px;
}

#lienRetourProduit strong{
	display: block;
}
/*fiche produit*/

/*entete panier*/
#monPanier{
	background: url(images/fond-mon-panier.gif) no-repeat top left;
	display: inline;
	float: left;
	height: 87px;
	margin: -30px 0 0 30px;
	padding: 30px 0 0 80px;
	width: 123px;
}

#monPanier h3{
	color: #fff;
	font-size: 110%;
	font-weight: normal;
	margin-bottom: 15px;
	text-transform: uppercase;
}

#monPanierContenu{
	font-weight: bold;
	display: block;
}

#monPanier a{
	color: #953529;
	display: block;
	font-size: 95%;
	font-weight: bold;
	margin: 7px 0 0 22px;
}

#parfumPrix{
	margin: 20px 0 0 0;
	min-height: 150px;
	position: relative;
}

#parfumPrix #prix{
	font-size: 200%;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 150px;
}

#commanderArticle, .ficheProduitListe .commanderProduit{
	background: url(images/fond-commander.gif) no-repeat top left #953529;
	display: block;
	font-size: 90%;
	height: 16px;
	margin: 20px 0 0 200px;
	padding: 3px 0 0 24px;
	text-transform: uppercase;
	width: 140px;
}

#commanderArticle{
	margin: 0;
	position: absolute;
	right: 100px;
	top: 80px;
}
/*entete panier*/

/*page de contenu*/
#contenu.online{
	font-size: 105%;
	padding: 10px;
	width: 747px;
}

#contenu.online h2{
	background: url(images/fond-h2online.jpg) no-repeat top left;
	font-size: 180%;
	font-weight: normal;
}
/*page de contenu*/

/*liste des produits*/
.ficheProduitListe{
	background: #e0cc91;
	display: inline;
	float: left;
	height: 350px;
	margin: 0 0 6px 6px;
	padding-top: 10px;
	text-align: center;
	width: 247px;
}

.ficheProduitListe h2{
	font-size: 150%;
	margin-bottom: 5px;
}

.ficheProduitListe h2 a{
	color: #7a4829;
	text-decoration: none;
}

.ficheProduitListe h2 a:hover{
	text-decoration: none;
}

.ficheProduitListe p{
	margin: 0;
	padding: 0;
}

.ficheProduitListe .commanderProduit{
	margin: 10px auto 0 auto;
}

.ficheProduitListe a.lienProduitImage{
	display: block;
	height: 232px;
	margin: 0 auto;
	width: 200px;
}
/*liste des produits*/

/*chemin panier*/
#cheminPanier{
	height: 39px;
	margin-top: -10px;
}

#cheminPanier p{
	background: url(images/fond-processus.gif) no-repeat top left;
	color: #8b8b8b;
	display: inline;
	float: left;
	font-size: 170%;
	height: 32px;
	margin: 0 0 0 40px;
	padding: 8px 4px 0 0;
	text-align: center;
	width: 127px;
}

#cheminPanier p#premierEntete{
	margin-left: 60px;
}

#cheminPanier .actif{
	background-image: url(images/fond-processus-actif.gif);
	color: #fff;
}

#contenuCommande h1{
	color: #953529;
	display: block;
	font-size: 200%;
	font-weight: normal;
	margin: 60px 0 0 270px;
	padding: 0;
	text-transform: uppercase;
}
/*chemin panier*/

/*mon panier*/
#maCommande{
	border-collapse: collapse;
	margin: 43px auto 0 auto;
	width: 725px;
}

#maCommande a{
	color: #000;
	text-decoration: none;
}

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

#maCommande th{
	background: #50280a;
	border-left: 1px solid #50280a;
	color: #fff;
	font-weight: normal;
	height: 26px;
	text-transform: uppercase;
}

#maCommande .designation{
	padding: 0 0 0 20px;
	text-align: left;
	width: 257px;
}

#maCommande td{
	background: #fff;
	border-left: 1px solid #50280a;
	color: #333;
	height: 74px;
	text-align: center;
}

#maCommande .quantite input{
	border: 1px solid #a4abb1;
	text-align: center;
	width: 20px;
}

#maCommande tr.total, #maCommande tr.fraisPort{
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
}

#maCommande tr.total td.montant{	
	background: #fff;
	border-bottom: 1px solid #50280a;
	border-top: 1px solid #50280a;
	color: #333;
}

#maCommande .total td, #maCommande .fraisPort td{
	background: #50280a;
	color: #fff;
	height: 31px;
}

#maCommande td.photoProduit{
	width: 84px;
}

#maCommande tr.fraisPort td.montant{
	background: #fff;
	border-top: 1px solid #8d5d38;
	border-bottom: 1px solid #8d5d38;
	color: #000;
	font-weight: normal;
}

#maCommande .fraisPort td{
	background: #8d5d38;
}

#maCommande .droite{
	padding-right: 30px;
	text-align: right;
}

#fraisDePorts{
	background: #fceba9;
	display: inline;
	float: left;
	font-size: 110%;
	height: 87px;
	margin: 22px 0 0 20px;
	padding: 13px 5px 13px 13px;
	width: 330px;
}

#fraisDePorts strong{
	font-size: 110%;
}

#fraisDePorts span, #fraisDePorts a{
	color: #953529;
	font-weight: bold;
}

#fraisDePorts p{
	margin: 0;
}

#fraisDePorts p.margeHaut{
	margin-top: 10px;
}

#poursuivreCommande{
	background: url(images/fond-btn-poursuivre.gif) no-repeat top left;
	display: inline;
	float: left;
	height: 35px;
	margin: 45px 0 0 20px;
	padding: 5px 0 0 35px;
	width: 95px;
}
/*mon panier*/

/* identification */
#identificationGauche{
	background: #fff;
	color: #8b8b8b;
	display: inline;
	float: left;
	font-size: 95%;
	margin: 30px 0 0 20px;
	padding: 0 28px 0 27px;
	width: 275px;
}

#identificationDroite{
	background: #fff;
	color: #8b8b8b;
	display: inline;
	float: left;
	font-size: 95%;
	margin: 30px 0 0 55px;
	padding: 0 24px 0 47px;
	text-align: center;
	width: 265px;
}

#identificationGauche label, #identificationDroite label{
	display: inline;
	float: left;
	width: 95px;
}

p#mentionsObligatoires{
	font-style: italic;
	margin-left: 20px;
}

#identificationDroite label{
	margin-left: 30px;
	text-align: left;
}

#identificationGauche label{
	margin-left: 30px;
}

#identificationGauche .clear{
	height: 5px;
}

#identificationDroite .clear{
	height: 20px;
}

#identificationGauche label.grand{
	width: 250px;
}

#identificationGauche input.petit{
	width: 51px;
}

#identificationGauche textarea{
	border: 1px solid #84a3c1;
	height: 59px;
	width: 138px;
}

#identificationGauche input, #identificationDroite input, #identificationGauche select{
	border: 1px solid #84a3c1;
	float: left;
	width: 127px;
}

#identificationGauche h2, #identificationDroite h2{
	font-size: 190%;
	font-weight: normal;
	margin: 20px 0;
	text-align: center;
}

.choixMDP{
	background: #f4f4f4;
	margin: 10px 0;
	padding: 10px 30px 0 30px;
	width: 195px;
}

#identificationGauche .choixMDP label{
	margin: 0;
}

#identificationGauche .choixMDP input{
	margin-bottom: 10px;
}

#identificationGauche input.poursuivre, #identificationDroite input.poursuivre,  #panier a.poursuivre, #identificationGauche input.modifier{
	border: 0;
	display: inline;
	float: right;
	height: 38px;
	margin: 20px 10px 10px 0;
	width: 129px;
}

#identificationGauche input.poursuivre:hover, #oublieMdp:hover, #identificationDroite input.poursuivre:hover, #identificationGauche input.modifier:hover, #panier a.poursuivre:hover{
	filter : alpha(opacity=80);
	-moz-opacity : 0.8;
	opacity : 0.8; 
}

#oublieMdp{
	color: #953529;
	display: block;
	font-size: 85%;
	font-style: italic;
	height: 15px;
	padding: 2px 0 0 5px;
	text-decoration: none;
}
/*identification*/

/*paiement*/
#adresses, #votreCommande, #votreModePaiement, #confirmationCommande{
	background: #fff;
	color: #8b8b8b;
	margin: 10px auto;
	width: 725px;
}

#adresses h3{
	font-size: 100%;
	font-weight: bold;
}

.adresse{
	float: left;
	padding: 20px 0 0 40px;
	width: 300px;
}

.adresse a{
	color: #953529;
	display: block;
	font-size: 90%;
	font-weight: bold;
	margin: 0 0 10px 110px;
	width: 230px;
}

#votreCommande h2, #votreModePaiement h2, #adresses h2, #confirmationCommande h2{
	font-size: 180%;
	margin-left: 60px;
}

#votreCommande #maCommande{
	margin: 20px auto;
}

#votreModePaiement{
	background: #fff url(images/fond-mode-paiement.gif) no-repeat 600px 20px;
}

#cgv{
	margin: 10px 0 15px 70px;
}

#cgv input{
	margin-right: 10px;
}

#cgv a{
	color: #953529;
	font-weight: bold;
	text-decoration: underline;
}

#cgv a:hover{
	text-decoration: none;
}

.modePaiement a{
	color: #000;
	display: block;
	margin-bottom: 5px;
	text-align: center;
	text-decoration: none;
}

.modePaiement a:hover{
	filter : alpha(opacity=80);
	-moz-opacity : 0.8;
	opacity : 0.8; 
}

.modePaiement span.lien{
	color: #000;
	display: block;
	text-align: center;
}

.modePaiement{
	background: #ebebeb;
	display: inline;
	float: left;
	height: 60px;
	margin: 10px 10px 10px 100px;
	padding-top: 10px;
	width: 150px;
}

.couleur{
	color: #ff0000;
}
/*paiement*/

/*confirmation de commande*/
#confirmationCommande p{
	padding: 10px;
}
/*confirmation de commande*/

/*******************	BLOC BAS	***********************/
#bloc-bas{
	margin:auto;
	padding:0;
	width:980px;

}

#bloc-bas h3{
	color:#333333;
	font-size:11px;
	text-align:center;
	margin:0;
	padding:0;
}
