*, html {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	color: #666666;
	background: #fff;
	font-family: arial, Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size: 85%;
}

/******************************************************/
/******************* Style de base ********************/
/******************************************************/
a {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

/******************************************************/
/******************* Formulaire ***********************/
/******************************************************/
fieldset {
	border: none;
}

label {
	font-size: 11px;
	color: #333333;
	display: block;
}

label select, label input, label textarea {
	margin-top: 3px;
}

select, input, textarea {
	font-size: 11px;
	color: #333333;
	margin-bottom: 6px;
	font-family: arial, Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
}

select {
	display: block;
	width: 100px;
}

input {
	width: 130px;
}

#contenu p.bouton {
	text-align: right;
	position: relative;
}

.boutonEnvoie, .boutonSubmit {
	width: auto;
	cursor: pointer;
}

#contenu form.formulaire fieldset div {
	padding: 10px 20px 8px 10px;
}

#contenu form.formulaire fieldset {
	padding: 5px 0 3px 0;
	border: 1px solid #d9d9d9;
	background: #f8f8f9;
	margin-bottom: 3px;
}

#contenu form.formulaire label {
	position: relative;
	margin-bottom: 10px;
	font: 11px verdana;
}

#contenu form.formulaire label span {
	color: #ff0000;
	margin-left: 6px;
}

#contenu form.formulaire fieldset input, #contenu form.formulaire select {
	position: absolute; 
	left: 100px;
	top: -4px;
}

#contenu form.formulaire textarea {
	width: 200px;
	height: 50px;
	position: absolute; 
	left: 100px;
	top: -4px;
}

#contenu form.formulaire #labelMessage {
	height: 50px;
}

#contenu form.formulaire #labelMessage span {
	background: none;
	border: none;
	left: 305px;
}

#contenu form.formulaire label span {
	position: absolute;
	left: 234px;
}

#champsObligatoire {
	margin: 10px 0 5px 0;
}

#page #contenu form #boutonEnvoyer {
	text-align: right;
}

#page #contenu form #boutonEnvoyer input {
	width: auto;
	position: relative;
	margin: 0;
	float: none;
	left: 0;
	top: 10px;
}

#contenu form#formulaireOublie label {
	margin-top: 10px;
}

#contenu form#formulaireOublie input {
	left: 90px;
}

/**** Inscription à la newsletter ****/
#page h2#titreCreationCompteNL span {
	background: url(images/icone-newsletter.gif) no-repeat;
	padding: 12px 0 0 35px;
}

#boutonValider {
	position: relative;
	top: -25px;
	right: 200px;
	float: right;
	clear: right;
	width: 111px;
	height: 20px;
}

#boutonDesinscription {
	position: relative;
	top: -25px;
	right: 200px;
	width: 111px;
	height: 21px;
	right: 200px;
	float: right;
}

#erreur {
	color: #a84646;
}

.article19 #erreur {
	margin-top: -15px;
}

/*******************************************/
/*************** Bloc Page *****************/
/*******************************************/
#page {
	position: relative;
	width: 940px;
}

/**************************************/
/*********** Bloc blocEntete **********/
/**************************************/
#blocEntete {
	background: url(images/entete.jpg) no-repeat 0 0;
	height: 142px;
	display: block;
	/*position: relative;
	z-index: 1;*/
}

#blocEntete h1 {
	/*position: absolute;
	left: 0;
	top:35px;
	z-index: 2;*/
}

#blocEntete h1 a {
	display: block; 
	width: 200px;
	height: 62px;
	/*background: url(images/logo.jpg) no-repeat ;*/
	text-indent: -5000em;
	/*z-index: 13;*/
}


/**************************************/
/*********** Bloc Conteneur ***********/
/**************************************/
#menuPrincipal {
	position: relative;
	z-index: 2;
	top: -60px;
	width: 200px;
	border-right: 1px solid #a3a3a3;
	float: left;
}

#menuPrincipal ul {
	list-style: none;
}

#menuPrincipal ul li {
	float: left;
	width: 50%;
}

#menuPrincipal ul li a {
	font-size: 12px;
	font-weight: bold; 
	color: #efeded;
	width: 100%;
	display: block;
	text-align: center;
	line-height: 30px;
	height: 30px;
	/*background: url(images/fondMenu.jpg) no-repeat 100% 0;*/
	background: #be342a url(images/boutonMenu.jpg) no-repeat top left;
}

#menuPrincipal ul li a:hover {
	/*background: url(images/fondMenuHover.jpg) no-repeat 100% 0;*/
	background: url(images/boutonMenu.jpg) no-repeat 0 -30px;
	text-decoration: none;
}

#menuPrincipal ul li.dernierLien {
	float: none;
	clear: both;
	width: 100%;
}

#menuPrincipal ul li.dernierLien a {
	background: #be342a url(images/boutonMenu2.jpg) no-repeat top left;
}

#menuPrincipal ul li.dernierLien a:hover {
	background: url(images/boutonMenu2.jpg) no-repeat 0 -30px;
}

/*********************************/
/******** Bloc blocContenu *******/
/*********************************/
#blocContenu {
	float: left;
	/*overflow: hidden;*/
	width: 780px;
	padding-bottom: 30px;
	background: #fff url(images/fondBlocContenu.gif) repeat-y top left;
	/*margin-top: -3px;*/
	position: relative;
	left: 0;
}

/***************************/
/******* Bloc contenu ******/
/***************************/
#contenu {
	float: right;
	width: 575px;
	padding: 0 0 0 0;
}
#blocMenuHautNew{
position: absolute;
top: 141px;
left: 220px;
display: block;
z-index:1;
}
#contenu p#lienRetour {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	font-family: verdana, arial, sans-serif;
	margin: 4px 0 20px 13px;
}
/* modifié par rahal*/
#contenu p , #detailContenu ul {
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	margin-bottom: 10px;
}
/* ajouté par rahal */
#detailContenu ul {
	margin-left : 20px;
}
#fileAriane {
	font-size: 11px;
	font-weight: bold;
	background: url(images/fleche.gif) no-repeat;
	margin-left: 10px;
	padding: 0 0 4px 15px;
	color: #7c7c7c;
}

#fileAriane a {
	color: #7c7c7c;
}

#contenu h2 {
	text-transform: uppercase;
	font-size: 14px;
	color: #fe7701;
	padding: 0 0 2px 0;
	border-bottom: 6px solid #ac3700;
	margin: 20px 12px 0 10px;
}

#contenu h2 span {
	background: url(images/defaut.gif) no-repeat;
	padding: 12px 0 0 35px;
}

#contenu h3 {
	color: #ffb400;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	margin: 20px 12px 6px 10px;
}

#detailContenu {
	border: 1px solid #cfcfcf;
	margin: 0 12px 0 10px;
	padding: 10px 30px 10px 20px;
}

#contenu #detailContenu h2 {
	font-size: 17px;
	color: #fe7701;
	border: none;
	border-top: 1px solid #cfcfcf;
	padding-top: 5px;
	font-weight: normal;
	margin: 0;
}

#contenu #detailContenu h3 {
	margin-left: 0;
}

/* Bloc représentant le détail du produit */
#detailContenu #visuProduit {
	overflow: hidden;
	width: 100%;
}

#detailContenu #visuProduit p {
	margin-bottom: 0;
}

/* Bloc image */
#detailContenu #visuProduit #produitImage {
	float: left;
	width: 220px;
	text-align: center;
	padding: 15px 0 0 0;
}

/* bloc Contenu du produit */
#detailContenu #visuProduit #produitImage p {
	text-align: right;
	margin-right: 5px;
}

#detailContenu #visuProduit #detailVisuProduit {
	float: right;
	width: 270px;
	clear: right;
	font-family: verdana, arial, sans-serif;
	border-left: 1px solid #cfcfcf;
	padding-bottom: 15px;
}

#detailContenu #visuProduit #detailVisuProduit p {
	font-size: 10px;
}

#detailContenu #visuProduit #detailVisuProduit h3 {
	color: #666666;
	font-size: 17px;
	margin-bottom: 20px;
}

#detailContenu #visuProduit #detailVisuProduit #referenceProduit {
	margin: 12px 0;
}

#detailContenu #visuProduit #detailVisuProduit #tarifProduit {
	background: url(images/tiret.gif) repeat-x top left;
	margin: 14px 0 0 15px;
	padding-top: 8px;
}

#detailContenu #visuProduit #detailVisuProduit #tarifProduit p {
	margin-left: 0;
	font-size: 14px;
}

#detailContenu #visuProduit #detailVisuProduit h3, #detailContenu #visuProduit #detailVisuProduit p, 
#detailContenu #visuProduit #detailVisuProduit #referenceProduit {
	margin-left: 15px;
}

#detailContenu #visuProduit #detailVisuProduit #boutonAcheter {
	text-align: right;
	margin-top: -23px;
}

/*** Photos représentant le produit ***/
#detailContenu #galleriePhotoProduit {
	overflow: hidden;
	width: 100%;
}

#detailContenu #galleriePhotoProduit .imggauche {
	margin: 0 0 0 20px;
}

/****** Bloc des produits de la home ******/
#contenu .lienVoirTousLesProduits {
	padding: 25px 40px 0 0;
	text-align: right;
	clear: both;
}

#contenu .blocArticles {
	margin: 0 0 10px 0;
	padding: 0 0 31px 0;
	background: url(images/degradeBas.gif) no-repeat 0 100%;
}

#contenu .blocArticles h2 {
	text-transform: uppercase;
	font-size: 14px;
	color: #af3d08;
	padding-left: 18px;
	background: url(images/backgroundTitreBlocProduit.gif) no-repeat 0 100%;
	line-height: 26px;
	border: none;
	margin: 0;
}

#contenu .blocArticles h2 span {
	display: block;
}

#contenu .blocArticles .listeArticles {
	overflow: hidden;
	padding: 10px 0 0 37px;
	background: url(images/degradeInside.gif) repeat-y;
	width: 540px;
}

#contenu .article {
	width: 175px;
	float: left;
}

#contenu .article h3, #contenu .article p {
	margin: 0 23px 0 0;
}

#contenu .article h3 {
	font-family: Tahoma, Verdana, "Lucida Grande", Lucida, "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	background: #a5a5a5;
	margin: 2px 23px 5px 0;
	padding: 3px 0 3px 4px;
	color: #fff;
}

#contenu .article p a {
	margin: 0;
}

#contenu p.imageArticle a {
	display: block;
	width: 150px;
	height: 100px;
	border: 1px solid #d9d9d9;
	text-align: center;
}

#contenu p.imageArticle a img {
	width: 100px;
	/*height: 100px;*/
}

#contenu .article .tarif, #contenu .article .tarifRevu {
	color: #7f7f7f;
	font-family: arial, Verdana, sans-serif;
	font-size: 13px;
	text-decoration: none;
}

#contenu .tarif span {
	color: #7b1c16;
	/*text-decoration: line-through;*/
	background: url(images/tiretBarre.gif) repeat-x 0 50%;
	font-size: 22px;
	letter-spacing: -1px;
	font-family: arial, verdana, sans-serif;
	font-weight: normal;
}

#contenu .tarifRevu span, #contenu .tarifUnique span {
	color: #fc9300;
	font-size: 22px;
	letter-spacing: -1px;
	font-family: arial, verdana, sans-serif;
}

#contenu .article p {
	font-size: 11px;
}

#contenu .article p.commerce, #contenu .article .tarifRevu {
	background: url(images/tiret.gif) repeat-x 0 100%;
	padding-bottom: 2px;
}

#contenu .article p.commerce {
	margin-bottom: 6px;
}

#contenu .article p.commerce strong {
	display: block;
}

#contenu p a.lienDetails {
	margin-right: 2px;
}

/**** Bloc promo ****/
#contenu #promotions h2 {
	color: #fe7701;
}

#contenu #promotions h2 span{
	/*background: url(images/iconePromo.gif) no-repeat;
	padding: 20px 0 0 45px;*/
}

/**** Bloc nouveautes ****/
#contenu #nouveautes h2 span {
	/*background: url(images/iconeNews.gif) no-repeat;
	padding: 12px 0 0 36px;*/
}

/**** Bloc nos recommandations ****/
#contenu #recommandations h2 {
	color: #fe7701;
}

#contenu #recommandations h2 span {
	background: url(images/iconeRecommandation.gif) no-repeat;
	padding: 13px 0 0 49px;
}

/**** Liste annuaire ****/
#contenu h3.titreListeAnnuaire {
	background: url(images/fleche.gif) no-repeat 0 1px;
	padding-left: 16px;
	font: bold 11px arial;
	color: #be342a;
	text-transform: uppercase;
	margin: 0 0 5px 15px;
}

#annuairesCommerces, #annuairesCategProduits ,#annuairesSousCategProduits  {
	border: 1px solid #d9d9d9;
	padding: 3px 3px 3px 4px;
	margin: 0 12px 15px 10px;
}

#annuairesCommerces ul, #annuairesCategProduits ul,#annuairesSousCategProduits ul {
	list-style: none;
	overflow: hidden;
	width: 100%;
}

#annuairesCommerces ul li, #annuairesCategProduits ul li ,#annuairesSousCategProduits   ul li {
	float: left;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 22px;
}

#annuairesCommerces ul ,#annuairesSousCategProduits ul  {
	background: #ffedcf;
}

#annuairesCommerces ul li  ,  #annuairesSousCategProduits ul li {
	width: 178px;
	/*margin-right: 15px;*/
}

#annuairesCommerces ul a, #annuairesCategProduits ul a , #annuairesSousCategProduits ul a {
	color: #666666;
}

#annuairesCommerces ul a {
	background: url(http://www.shooper.pf/themes/shooper/images/puceCommerce.gif) no-repeat 5px 4px;
	padding-left: 15px;
	/*position: relative;
	left: 15px;*/
}

#annuairesCommerces ul span {
	color: #fd7301;
}

#annuairesCategProduits ul  {
	background: #fff7f7;
}

#annuairesCategProduits ul li{
	width: 180px;
}

#annuairesCategProduits ul a , #annuairesSousCategProduits ul a {
	background: url(images/puceCategProduit.gif) no-repeat 5px 4px;
	padding-left: 15px;
}

#annuairesCategProduits ul span ,  #annuairesSousCategProduits ul span{
	color: #af3d08;
}
#contenu #annuairesSousCategProduits {
	margin: 0 12px 20px 10px;
}


/***** Liste commerce *****/
#listeCommerce #contenu #annuairesCommerces {
	margin: 0 12px 20px 10px;
}

#listeCommerce #annuairesCommerces ul {
	background: none;
}

#listeCommerce #annuairesCommerces ul li {
	width: 33%;
}

#listeCommerce #annuairesCommerces ul li span {
	color: #af3d08;
}

#contenu form#nbCommerce {
	border: 1px solid #d9d9d9;
	border-top: none;
	text-align: right;
	margin: 0 12px 0 10px;
	background: #fffbf0;
	padding: 4px;
}

#contenu form#nbCommerce label, #contenu form#nbCommerce select {
	display: inline;
}

#contenu form#nbCommerce select {
	width: 40px;
	position: relative;
	top: 5px;
}

#contenu .tableau {
	margin: 0 12px 0 10px;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}

#contenu .tableau table {
	border-collapse: collapse;
	width: 100%;
}

#contenu .tableau table th {
	font: 10px verdana;
	color: #000;
	text-align: left;
	/*background: url(images/iconeTrie.gif) no-repeat 0 5px;*/
	padding: 4px 0 4px 0;
	/*text-indent: 13px;*/
	vertical-align: top;
	border-bottom: 1px solid #d9d9d9;
}

#contenu .tableau table #triProduit th a {
	background: url(images/iconeTrie.gif) no-repeat 0 5px;
	padding: 2px 0 2px 15px;
	color: #000;
	outline: none;
	display: block;
}

#page #contenu #tabCommerce table td {
	padding-left: 20px;
	
}

#page #contenu #tabCommerce table td.detailCommerce {
	padding-left: 10px;
}

#contenu .tableau table #triProduit th a.up {
	background: url(images/boutonUp.gif) no-repeat 0 5px;
}

#contenu .tableau table th#titreCommerce {
	/*text-indent: 13px;*/
	/*background: url(images/iconeTrie.gif) no-repeat 15px 5px;*/
	padding-left: 15px;
}

#contenu .tableau table td {
	text-align: center;
	padding: 8px 0;
	border-bottom: 1px solid #d9d9d9;
	font-size: 11px;
	text-align: left;
}

#contenu .tableau table td .tarifRevu {
	margin-bottom: 0;
	font-size: 12px;
}

#contenu .tableau table td .tarif span {
	color: #666666;
	font-size: 18px;
	display: inline;
}

#contenu .tableau table tr.background {
	background: #fffbf0;
}

#contenu .tableau table td.detailCommerce {
	text-align: left;
	font: 11px verdana; 
	width: 185px;
	padding-left: 15px;
}

#contenu .tableau table td.detailCommerce span {
	color: #ffb709;
	font: bold 12px verdana;
}

#contenu .tableau table td.detailCommerce span a {
	color: #ffb709;
}

#contenu #pagination {
	float: right;
	font: 11px verdana;
	width: 250px;
	text-align: right;
	margin: 3px 12px 0 0;
}

#contenu #pagination a {
	font-weight: normal;
}

/****** Detail commerce ******/
#blocDetailCommerce {
	border: 1px solid #d9d9d9; 
	margin: 0 12px 15px 10px;
	padding: 0 5px 0 10px;
}

#detailContenuCommerce {
	width: 100%;
	overflow: hidden;
}

#adresseCommerce {
	float: left;
	width: 185px;
	padding-top: 10px;
	border-right: 1px solid #d9d9d9;
}

#blocDetailCommerce p#iconesCommerce img {
	margin-right: 5px;
}

#texteDetailCommerce {
	float: left;
	width: 340px;
	padding-top: 15px;
}

#texteDetailCommerce p {
	margin-left: 10px;
}

#contenu #triProduit {
	border: 1px solid #d9d9d9;
	border-top: none;
	margin: 0 12px 0 10px;
	background: #fffbf0;
	padding: 4px;
	color: #000;
}

#contenu #triProduit p {
	padding-top: 6px;
}

#contenu #triProduit a {
	background: url(images/iconeTrie.gif) no-repeat 0 2px;
	padding-left: 13px;
	margin: 0 10px;
	color: #000;
	font: normal 10px/15px verdana;
}

#contenu #triProduit a.up {
	background: url(images/boutonUp.gif) no-repeat 0 5px;
}

#contenu #triProduit form {
	float: right; 
	width: 130px;
	margin-top: -37px;
	overflow: hidden;
	padding-bottom: 5px;
}

#contenu #triProduit form#nbCommerces {
	width: 200px;
	text-align: right;
}

#contenu #triProduit form label, #contenu #triProduit form select {
	display: inline;
}

#contenu #triProduit form label span {
	display: block;
	width: 80px;
	float: left;
	text-align: right;
	line-height: 10px;
	margin-top: 10px;
}

#contenu #triProduit form select {
	width: 40px;
	position: relative;
	top: 5px;
	float: right;
	clear: right;
}

#contenu #triProduit form#nbCommerces select {
	float: none;
}

#contenu .tableau table td span {
	color: #fc6e02;
	display: block;
}

#contenu .tableau table td span.nomProduit {
	margin-bottom: 10px;
	text-transform: uppercase;
}

#contenu .tableau table td p.tarifRevu span {
	display: inline;
	font-size: 18px;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
}

/**** Liste produits ****/
#listeCommerce #contenu .tableau td.imageProduitCommerce {
	padding-left: 10px;
}

#listeCommerce #contenu .tableau td.imageProduitCommerce img {
	width: 100px;
	/*height: 100px;*/
}

#contenu .tabProduit td.imageProduit {
	width: 130px;
	padding-left: 10px;
}

#contenu .tabProduit .imageProduit img {
	width: 100px;
	/*height: 100px;*/
}

#listeProduitNew h2 span {
	background: url(images/iconeNews.gif) no-repeat;
	padding: 15px 0 0 36px;
}

#listeProduitPromo h2 span {
	background: url(images/iconePromo.gif) no-repeat;
	padding: 20px 0 0 45px;
}

#listeProduitShooper h2 span {
	background: url(images/iconeRecommandation.gif) no-repeat;
	padding: 13px 0 0 49px;
}

/******* Panier *********/
#panier h2#titrePanier span {
	/*background: url(images/iconePanier.jpg) no-repeat;*/
	padding: 12px 0 0 35px;
}

#panier h2#titreAdresseLivraison span {
	/*background: url(images/iconePanier.jpg) no-repeat;*/
	padding: 12px 0 0 35px;
	cursor: pointer;
}

#panier #contenu .tableau {
	margin-top: 15px;
}

#panier #contenu .tableau table td {
	text-align: center;
}

#panier #contenu .tarifFinal table td.commander {
	text-align: left;
	vertical-align: middle;
	width: 350px;
}

#panier #contenu .tarifFinal {
	margin: 0 12px 0 10px;
	border: 1px solid #d9d9d9;
	background: #efefef;
}

#contenu .tarifFinal table {
	border-collapse: collapse;
	width: 100%;
}

#contenu .tarifFinal table img {
	margin: 1px;
}

#panier #contenu .tableau table td span {
	display: inline;
}

#contenu .tableau table table {
	width: 100%;
	border: none;
}

#contenu .tableau h3 {
	background: #ffe29d;
	color: #be342a;
	text-transform: uppercase;
	font: normal 14px verdana;
	margin: 0;
	padding: 2px 0 2px 6px;
	border-top: 1px solid #e5d09c;
	border-bottom: 1px solid #e5d09c;
}

#contenu .tableau table table td {
	border: none;
	text-align: right;
	padding: 0;
}

#contenu .tableau table table tr.tarifFinal td {
	font: bold 14px verdana;
	color: #818181;
}

#contenu .tarifFinal td.tarifTTC span, #contenu .livraison table td.tarifTTC span {
	color: #be342a;
	font:  bold 18px arial, verdana, sans-serif;
	display: inline;
}

/*#contenu .tableau table .photoProduit img {
	width: 62px;
	height: 62px;
}*/

#contenu .tableau table td.quantite input {
	width: 30px;
}

#contenu .tableau table td.quantite a {
	position: relative;
	top: -5px;
	margin: 0 3px;
}

/******* Livraison *******/
#contenu .livraison {
	margin: 3px 12px 0 10px;
	border: 1px solid #d9d9d9;
	background: #f9f9f9;
}

#contenu .livraison h4 {
	font-size: 12px;
	margin: 5px 0 10px 10px;
}

#contenu .livraison table {
	border-collapse: collapse;
	width: 100%;
}

#contenu .livraison table input {
	position: relative;
	left: 0;
	top: 0;
	width: auto;
}

#contenu .livraison table td.celluleLivraison {
	width: 350px;
}

#contenu .livraison table td.celluleLivraison label {
	padding: 0 0 8px 40px;
	position: relative;
	font: 11px verdana;
}

#contenu .livraison table td.celluleLivraison label input {
	margin-right: 10px;
	top: -6px;
	left: -25px;
	position: absolute;
}

html>body #contenu .livraison table td.celluleLivraison label input {
	top: -3px;
	left: 20px;
}

#contenu .livraison input.boutonPayer {
	width: auto;
	vertical-align: middle;
	margin: 1px;
}
#contenu #onglet{
	position: relative;
	top: 3px;
	left: 10px;
}
#contenu .livraison td.tarifLivraison {
	font-size: 11px;
	color: #c8c7c7;
	font-weight: bold;
}

#page #contenu .livraison td.selectionne {
	color: #999999;
}

.tarifCommande {
	background: #efefef;
	border-top: 1px solid #d9d9d9;
}

.tarifCommande td {
	padding: 0;	
}


/****** Etat de la commande *****/
.etatCommande {
	margin: 0 12px 20px 10px;
}

.commandeAcceptee {
	border: 2px solid #48af28;
}

.commandeRefusee {
	border: 2px solid #dc1a0e;
}

.etatCommande .commander {
	position: relative;
}

.commandeRefusee .commander span {
	color: #d02023;
	background: url(images/refuse.jpg) no-repeat;
	padding-left: 25px;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	position: absolute;
	margin-left: 20px;
}

.commandeAcceptee .messageOk span {
	color: #48af28;
	background: url(images/valide.jpg) no-repeat;
	padding-left: 25px;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	
}

#page #contenu .etatCommande .tableau, #page #contenu .etatCommande .livraison {
	margin: 0;
}

#page #contenu .etatCommande .livraison {
	margin-top: 4px;
}

/******* Identification *******/
.rubrique11 #contenu h2 span {
	background: url(images/iconeIdentification.jpg) no-repeat;
	padding: 14px 0 0 35px;
}

.rubrique11 #contenu #detailContenu {
	padding: 0;
}

#contenu h2#titreCreationCompte span {
	background: url(images/iconeCompte.jpg) no-repeat;
	padding: 14px 0 0 35px;
}

#blocIdentification {
	/*margin: 0 12px 0 10px;*/
	/*border: 1px solid #d9d9d9;
	border-top: none;*/
}

#blocIdentification p {
	margin: 0 10px 10px 10px;
}

#identification {
	width: 100%;
	overflow: hidden;
	padding-top: 30px;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 15px;
}

#identification p {
	margin: 0 0 10px 0;
}

#identification h3 {
	background: #ffe29d;
	margin: 0;
	padding: 2px 0 2px 20px;
	color: #818181;
	font: bold 14px arial;
	text-transform: none;
}

#blocNewClient {
	float: left;
	width: 275px;
}

#detailBlocNewClient {
	border-right: 1px solid #d9d9d9;
	padding: 15px 60px 20px 20px;
}

#detailBlocNewClient .imageValidation {
	margin-top: 42px;
}

#blocClientEnregistre {
	float: right;
	clear: right; 
	width: 276px;
}

#identification #blocClientEnregistre h3 {
	padding-left: 15px;
}

#detailBlocClientEnregistre {
	padding: 15px 36px 10px 15px;
}

#detailBlocClientEnregistre form fieldset{
	margin-bottom: 10px;
}

#detailBlocClientEnregistre form input {
	position: relative;
	top: 5px;
	width: 110px;
}

#detailBlocClientEnregistre form input#identifiantCompte {
	left: 19px;
}

#detailBlocClientEnregistre form input#mdp {
	left: 23px;
}
#detailBlocClientEnregistre form input#mail {
	left: 2px;
}

#detailBlocNewClient p.imageValidation input {
	width: 111px;
	height: 20px;
	border: 1px solid red;
}

#contenu #blocClientEnregistre p a {
	font: normal 11px verdana;
	color: #666666;
	text-decoration: underline;
}

#contenu #blocClientEnregistre p a:hover {
	text-decoration: none;
}

html>body #detailBlocClientEnregistre p.imageValidation {
	padding-top: 3px;
}


/***** Formulaire de livraison ****/
#contenu form.formulaireAdresse {
	margin: 6px -15px 0 -5px;
	padding-bottom: 0;
}

/*#contenu form.formulaireAdresse #boutonEnvoyer {
	text-align: right;
	margin: 20px 5px 0 0;

}*/

/*#contenu form.formulaireAdresse #boutonEnvoyer input {
	cursor: pointer;
	float: none;
}*/

#contenu form.formulaireAdresse p#messageInfoRequise {
	color: #ff0000;
	position: absolute;
	right: 28px;
}

#contenu form.formulaireAdresse label span {
	color: #ff0000;
	margin-left: 6px;
}

#contenu form.formulaireAdresse fieldset div {
	border: 1px solid #d9d9d9;
	background: #f8f8f9;
	/*overflow: hidden;
	width: 93%;*/
	padding: 10px 20px 8px 10px;

}

#contenu form.formulaireAdresse fieldset {
	padding: 5px 0 3px 0;
}

#contenu form.formulaireAdresse legend {
	color: #000;
	font: bold 11px verdana;
	margin-left: -6px;
}

html>body #contenu form.formulaireAdresse legend {
	margin-left: 0;
}

#contenu form.formulaireAdresse input, #contenu form.formulaireAdresse select {
	margin: 0;
	display: inline;
	float: right;
}

#contenu form.formulaireAdresse input { 
	width: 130px;
}

#contenu form.formulaireAdresse select { 
	width: 160px;
}

#contenu form.formulaireAdresse label {
	margin-bottom: 10px;
	font: 11px verdana;
	position: relative;
}

#contenu form.formulaireAdresse fieldset div {
	padding-bottom: 50px;
}

#contenu form.formulaireAdresse span {
	float: none;
	position: absolute;
	left: 260px;
}

#contenu form.formulaireAdresse label input {
	position: absolute;
	top: 0;
	right: 230px;
}

#contenu form.formulaireAdresse label select {
	position: absolute;
	top: 0;
	right: 204px;
}

#contenu form.formulaireAdresse label textarea {
	position: absolute;
	top: 0;
	right: 204px;
}

#contenu form.formulaireAdresse #labelCommune span, #contenu form.formulaireAdresse #labelAdresse span {
	float: none;
	position: absolute;
	left: 290px;
}

/*#contenu form.formulaireAdresse .boutonEnvoyer input {
	margin: 0 5px 0 0;
	position: relative;
	width: auto;
	left: 0;
	float: none;
}*/

/***** Formulaire Compte *****/
#contenu form.formulaireCompte {
	margin: 6px -15px 0 -5px;
	padding-bottom: 20px;
}

/*#contenu form.formulaireCompte #boutonEnvoyer {
	text-align: right;
	margin: 20px 5px 0 0;

}

#contenu form.formulaireCompte #boutonEnvoyer input {
	cursor: pointer;
	float: none;
}*/

#contenu form.formulaireCompte p#messageInfoRequise {
	color: #ff0000;
	position: absolute;
	right: 28px;
}

#contenu form.formulaireCompte label span {
	color: #ff0000;
	margin-left: 6px;
}

#contenu form.formulaireCompte fieldset div {
	border: 1px solid #d9d9d9;
	background: #f8f8f9;
	/*overflow: hidden;
	width: 93%;*/
	padding: 10px 20px 8px 10px;
}

#contenu form.formulaireCompte fieldset {
	padding: 5px 0 3px 0;
}

#contenu form.formulaireCompte legend {
	color: #000;
	font: bold 11px verdana;
	margin-left: -6px;
}

html>body #contenu form.formulaireCompte legend {
	margin-left: 0;
}

#contenu form.formulaireCompte fieldset input, #contenu form.formulaireCompte select {
	position: absolute; 
	left: 190px;
	top: -4px;
}

#contenu form.formulaireCompte textarea {
	width: 250px;
	height: 50px;
	position: absolute; 
	left: 190px;
	top: -4px;
}

#contenu form.formulaireCompte #labelComplementAdresse {
	height: 50px;
}

#contenu form.formulaireCompte span#pays {
	background: none;
	border: none;
	left: 185px;
	color: #333;
}

#contenu form.formulaireCompte span {
	position: absolute;
	left: 324px;
}

#contenu form.formulaireCompte fieldset#detailOption input , #contenu #conditionsLabel input { 
	width: 20px;
}
#contenu #conditionsLabel { 
margin-top:0;
margin-bottom:0;

}
#contenu #conditionsLabel input { 
margin-top:5px;
margin-bottom:0;

}
#contenu form.formulaireCompte input { 
	width: 130px;
}

#contenu form.formulaireCompte select { 
	width: 160px;
}

#contenu form.formulaireCompte #labelCommune span {
	left: 350px;
}

#contenu form.formulaireCompte label {
	margin-bottom: 10px;
	font: 11px verdana;
	position: relative;
}

#contenu form.formulaireCompte #blocGenre {
	color: #333;
}

#contenu form.formulaireCompte #blocGenre label {
	display: inline;
}

#contenu form.formulaireCompte fieldset#detailPerso #blocGenre input {
	width: 20px;
	margin: 0;
	float: none;
	position: relative;
	left: 0;
	top: 0;
}

#contenu form.formulaireCompte fieldset#detailPerso #blocGenre span {
	float: none;
	position: relative;
	left: 0;
}

#contenu form.formulaireCompte fieldset#detailPerso #blocGenre label#labelhomme {
	margin-left: 135px;
}

/*************************************************************/
/******************* Formulaire adresse **********************/
/*************************************************************/
#contenu form.formulaireAdresse label span {
	color: #ff0000;
	margin-left: 6px;
}

#contenu form.formulaireAdresse fieldset div {
	border: 1px solid #d9d9d9;
	background: #f8f8f9;
	/*overflow: hidden;
	width: 93%;*/
	padding: 10px 20px 8px 10px;
}

#contenu form.formulaireAdresse fieldset {
	padding: 5px 0 3px 0;
}

#contenu form.formulaireAdresse legend {
	color: #000;
	font: bold 11px verdana;
	margin-left: -6px;
}

html>body #contenu form.formulaireAdresse legend {
	margin-left: 0;
}

#contenu form.formulaireAdresse fieldset input, #contenu form.formulaireAdresse fieldset select {
	position: absolute; 
	left: 190px;
	top: -2px;
}

#contenu form.formulaireAdresse span {
	position: absolute;
	left: 324px;
}
#contenu form.formulaireAdresse textarea#adresse {
	width: 250px;
	height: 50px;
	position: absolute; 
	left: 190px;
	top: -4px;
	
}
#contenu form.formulaireAdresse textarea#notes {
	width: 250px;
	height: 50px;
	position: absolute; 
	left: 190px;
	top: -4px;
}

#contenu form.formulaireAdresse #labelComplementAdresse {
	height: 55px;
}
#contenu form.formulaireAdresse #labelComplementAdresse span {
	left: 445px;
}
#contenu form.formulaireAdresse #labelCommune span {
	left: 350px;
}

/***************************/
/******** Actualités *******/
/***************************/
.actualite #contenu #detailContenu {
	padding: 0;
}

#actu {
	overflow: hidden;
	width: 100%;
}

#contenu h2#titreActu {
	text-transform: uppercase;
	font-size: 14px;
	color: #af3d08;
	padding: 0 0 2px 6px;
	border-bottom: 6px solid #ac3700;
	margin: 5px 12px 0 10px;
}

#contenu h2#titreActu span {
	display: block;
	background: url(images/iconeActu.gif) no-repeat;
	padding: 20px 0 0 45px;
	color: #fe7701;
}

#actu #texteActu {
	float: right;
	width: 336px;
	border-left: 1px solid #d9d9d9;
	padding-bottom: 15px;
}

#actu #texteActu h3, #actu #texteActu p {
	padding: 0 10px 0 15px;
}

#actu #texteActu h3 {
	color: #ffb400;
	text-transform: uppercase;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 4px;
	margin: 20px 0 6px 0;
}

#actu img.imggauche {
	margin: 38px 6px 0 20px;
}

/***** Liste actu *****/
.actualite #page #contenu .listeActu {
	padding: 10px 0 0 0;
}

#contenu .actu {
	padding-bottom: 25px;
	margin: 0;
}

#contenu .actu h3 {
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	margin: 0 0 5px 0;
	padding: 3px 0 3px 10px;
}

#contenu .actu p {
	margin: 0 50px 0 10px;
}

#contenu .actu p a {
	color: #ffb400;
	font: normal 11px verdana;
}

/***************************/
/***** Bloc blocInfo *******/
/***************************/
#blocInfo {
	width: 200px;
	float: left;
	/*margin-top: 70px;*/
}

#blocInfo ul {
	list-style: none;
	overflow: hidden;
	width: 100%;
}

#blocInfo ul li {
	float: left;
	width: 100%;
	line-height: 17px;
	font-size: 10px;
}

#blocInfo ul a {
	background: url(images/puceMenu.gif) no-repeat 5px 3px;
	padding-left: 15px;
	text-transform: uppercase;
}

#blocInfo ul li span {
	color: #af3d08;
}

#menuNouveauxCommerces, #menuTopVentes, #monCompte, #monPanier, #lienMonPanier, #titreCategProduits {
	margin: 15px 7px 12px 7px;
	/*border: 1px solid #9a9595;
	background: #fff;*/
	padding: 1px 1px 1px 1px;
}

#formRecherche {
	padding: 0 7px 0 7px;
	margin-bottom: 18px;
}

#menuNouveauxCommerces h2, #menuTopVentes h2, #monCompte h2, #monPanier h2, #titreCategProduits h2 {
	text-indent: -5000em;
	margin-bottom: 6px;
	line-height: 28px;
}

#titreCategProduits h2 {
	background: url(images/titreCategProduits.jpg) no-repeat;
}

#menuNouveauxCommerces h2 {
	background: url(images/titreNewCommerces.jpg) no-repeat;
}

#menuTopVentes h2 {
	background: url(images/titreTopVentes.jpg) no-repeat;
}

#monCompte h2 {
	background: url(images/titreMonCompte.jpg) no-repeat;
}

#monPanier h2 {
	background: url(images/titreVotrePanier.jpg) no-repeat;
}

#monCompte {
	font-size: 11px;
}

#monCompte p {
	margin-bottom: 5px;
	font-size: 11px;
}

#monCompte #messageRetour {
	margin: 0 5px 5px 5px;
	color: #a84646;
}

#monCompte p.lien {
	margin-left: 5px;
}

#monCompte form {
	padding-left: 7px;
}

#monCompte input {
	display: inline;
}

#monCompte input#client, #monCompte input#commercant {
	width: auto;
	position: relative;
	top: 2px;
	margin: 0 10px 0 -5px;
}

html>body #monCompte input#client, html>body #monCompte input#commercant {
	margin-left: 0;
}

#monCompte label#labelClient {
	margin: 5px 0 0 0;
}

#monCompte label#labelCommercant { 
	margin: 0 0 5px 0;
}

#monCompte input.boutonEnvoie {
	background: #bcbcbc;
	border: none;
	color: #fff;
	padding: 1px 4px;
	margin-left: -7px;
}

html>body #monCompte input.boutonEnvoie {
	margin-left: 0;
}

#monPanier {
	margin-bottom: 2px;
}

#recherche{
	margin-bottom: 2px;
	margin-left: 8px;
	margin-top: 15px;
	margin-right: 10px;
}
#recherche input.saisie{
	display: inline;
	width: auto;
	position: relative;
	top: 2px;
	left: 3px;
	margin: 0 5px 5px -4px;
}
#recherche input.boutonEnvoie {
	background: #bcbcbc;
	border: none;
	color: #fff;
	padding: 1px 4px;
	position: relative;
	top: 2px;
	left: 3px;
	margin: 0 5px 5px -4px;
}

#recherche label{
	font-size: 11px;
	/*margin: 5px 0 5px 0;*/
	padding-left: 7px;
	}
#bobyRecherche {
	margin: 0 12px 20px 0;
}	
#monPanier p {
	font-size: 11px;
	margin-left: 5px;
}

#monPanier #detailPanier {
	margin-top: 15px;
}

#monPanier #detailPanier p {
	overflow: hidden;
	width: 90%;
}

#monPanier #detailPanier p span {
	float: right;
	margin: -14px 4px 0 0;
}

#lienMonPanier li.dernierLien {
	margin-top: 10px;
}

#blocInfo #totalPanier {
	background: #fff2d3;
	margin: 0 7px 2px 7px;
	border: 1px solid #9a9595;
	font-size: 11px;
	padding: 2px 6px;
}

#totalPanier p {
	overflow: hidden;
	width: 100%;
}

#blocInfo #totalPanier strong {
	float: right;
	margin: -14px 10px 0 0;
}

/*** Menu Categ produits ***/
#titreCategProduits ul li {
	background: url(images/tiret.gif) repeat-x 0 100%;
	width: 95%;
}

#titreCategProduits ul ul {
	display: none;
	position: relative;
}

#titreCategProduits ul li.sfclick ul {
	display: block;
}

#titreCategProduits ul ul li{
	padding-left: 25px;
}

#titreCategProduits ul li.sfclick ul li ul {
	display: none;
}

#titreCategProduits ul li.sfclick ul li.sfclick ul {
	display: block;
}

#titreCategProduits ul ul ul li {
	background: none;
}


/*********************************/
/********** Bloc basPage *********/
/*********************************/
#basPage {
	border: 1px solid #9a9595;
	border-left: none;
	font-size: 10px;
	color: #7d7d7d;
	padding: 4px 0 4px 0;
	clear: both;
	text-align: center;
	width: 770px;
}

#basPage ul {
	list-style: none;
	margin-right: 40px;
}

#basPage ul li {
	display: inline;
	margin-right: 10px;
}

#basPage ul li a {
	background: url(images/puceBasPage.gif) no-repeat 0 3px;
	color: #7d7d7d;
	padding-left: 8px;
}

#basPage p {
	display: inline;
}

/*********************************/
/******** Bloc blocPub ***********/
/*********************************/
#blocPub {
	position: absolute; 
	right: 0;
	top: 224px;
}

/*********** Style utiles ***************/
#contenu .imggauche {
	float: left;
	margin: 0 15px 0 0;
}

#contenu .imgdroite {
	float: right;
	margin: 0 0 0 15px;
}

#contenu .borderimage { 
	border: 2px solid #99cc33;
}

#contenu p.centrerimage { 
	text-align: center;
}

#contenu p.centrerimage img {
	margin: 0;
}

#contenu p.clear {
	clear: both;
}

#contenu p.justify {
	text-align: justify;
}  
