﻿/*	CSS Nishikidôri Market
	Création Agence Grain de Sel le 29/10/2008 */

*{
	 margin:0;
	 padding:0;
	 border:0;
}

html {
	font-size:10pt;
}

body{
	background-color:#000;
 	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:1em;
}

ol,ul{
margin-left:30px;
}

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

a:hover{
text-decoration:underline;
}

#conteneur{
	position:absolute;
	width:770px; 
	left:50%;
	margin-left:-385px;
	margin-top:77px;
	background:url("../images/nishiki/bkg_general.jpg") 0 0 no-repeat;
}

#fixed-footer
{
position: fixed;
}

#fixed-footer
{
width: 770px;
top: 0pt;
left: 50%;
margin-left:-385px;
background-color: #FFF ;
-moz-opacity:0.8;filter:alpha(opacity=80);
color: #000;
text-align:justify;
padding:2px;
}

#fixed-footer a {	
    font-size:10px;
	text-decoration:none;
	color:#000;
	text-align:left;
	display:block;
	padding:2px 5px;
}

/** fil ariane **/
#fil{
	position:absolute;
	width:480px;
	height:25px;
	left:50%;
	margin-left:-245px;
	list-style-type: none;
	margin-top:50px;
	padding-left:150px;
	overflow:hidden;
}
	
#fil li {
	float:left;
	text-decoration:none;
	}

#fil a {	
	text-decoration:none;
	color:#fff;
	font-size:0.7em;
}

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

#fil h1 {	
	text-decoration:none;
	color:#fff;
	font-size:0.7em;
	font-weight:bold;
	padding-top:4px;
}

/** choix langue **/
#choixLangue{
	list-style-type: none;
	margin:0;
	padding:0;
	width:767px;
	margin-top:7px;
	text-align:right;

}
	
#choixLangue li {
	float:right;
	color:#fff;
	text-decoration:none;
	font-size:0.8em;
	margin-left:10px;
	margin-bottom:10px;
	}

#choixLangue a {	
	text-decoration:none;
	color:#fff;
	font-size:0.9em;
}

#choixLangue a:hover {
	text-decoration:underline;
}
	
/** Mon panier **/
#blocPanier {
	margin-top:34px;

}
#panier {
	/*position:absolute;*/
	margin:0;
	padding:0;
	height:14px;
	width:86px;
	font-weight:bold;
	overflow:hidden;
	background-color: #fff; 
}
#panier a {
	padding-left:5px;
	padding-top:2px;
	text-decoration:none;
	background-color: #fff; 
	color:#000;
	font-size:70%;
	height:14px;
	width:86px;
	display:block;
}
#panier a:hover {
	background-color: #c01b21; 
	color:#FFF;	
}
#prixPanier {	
	position:absolute;
	text-decoration:none;
	width:53px;
	height:16px;
	padding-top:2px;
	color:#fff;
	display: block;
	font-size:0.8em;
	background-color:#000;
	top:34px;
	left:88px;
	text-align:center;
	}

/** formulaire connexion **/
 #frmConnexion {
	margin:0;
	padding:0;
	margin-top:16px;
 }
#frmConnexion a {
	color:#FFF;
	text-decoration:none;
	font-size:0.9em;
}
#frmConnexion a:hover {
	text-decoration:underline;
}
.txtConnexion {
	margin:0;
	font-size:0.7em;
	width:75px;
	text-align:right;
	display:block;
	float:left;
	margin-right:7px;
	margin-top:5px;
	}

.chpConnexion {
	height:15px;
	background-color: #fff; 
	margin:0;
	width:60px;
	color:#000;
	margin-top:5px;
	font-size:0.7em;
	padding-left:2px;
	}

.btnConnexion {	
	text-decoration:none;
	background:url("../images/nishiki/btn_ok.jpg") 0 0 no-repeat;
	width:32px;
	height:15px;
	color:#000 !important;
	display: block;
	padding-left:15px;
	padding-top:2px;
	font-size:0.8em;
	font-weight:bold;
	margin-left:87px;
	margin-top:5px;
	}

.btnConnexion:hover {
	color:#c01b21;
	}

#logo{
	position:absolute;
	top:27px;
	left:152px;
	color:#fff;
	text-decoration:none;
	/*line-height:35px;*/
	font-weight:normal;
	text-align:center;
}

/** formulaire recherche **/
 #frmRecherche {
	position:absolute;
	margin:0;
	padding:0;
	top:185px;
 }
.chpRecherche {
	height:16px;
	background-color: #fff; 
	margin:0;
	width:126px;
	color:#000;
	font-size:0.7em;
	padding-left:2px;
	}
	
.btnRecherche {	
	position:absolute;
	left:126px;
	text-decoration:none;
	width:18px;
	height:16px;
	padding-top:2px;
	padding-left:2px;
	color:#fff;
	display: block;
	font-size:0.8em;
	font-weight:bold;
	background-color:#000;
	float:right;
	}

.btnRecherche:hover {
	color:#c01b21;
	}

/** menu left **/
#menuleft{
	position:absolute;
	top:210px;
	list-style-type: none;
	margin:0;
	padding:0;
	width:153px;
	border-top:1px solid #fff;
}
	
#menuleft li {
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #fff;
	width:153px;
	display:block;
	}
	
#menuleft li .separateur{
    height:5px;
	}	

#menuleft a {	
	text-decoration:none;
	color:#fff;
	text-align:right;
	width:143px;
	display:block;
	padding:2px 5px;

}

#menuleft a:hover, #menuleft a.active {
	background-color:#c01b21;
}

#menuleft h1 {	
	color:#fff;
	text-align:right;
	width:143px;
	display:block;
	padding:2px 5px;
	background-color:#c01b21;
	font-size:1em;
	font-weight:normal;
}

/** Accuil **/
#imgAccueil{
	position:relative;
	/*top:185px;*/
	left:153px;
	}
#imgAnimAccueil {
	float:right;
	margin:0 0 4px 153px;
}

#boxAccueil {	
	position:relative;
	/*width:551px;*/
	width:611px;
	/*height:62px;*/
	color:#fff;
	/*top:114px;*/
	left:153px;
	text-align:justify;
	overflow:visible;
	font-size:0.8em;
	padding:5px;
	}

.titreAccueil{	
	color:#fff;
	font-weight:bold;
	font-size:1.2em;
	}
.titreCommun{
	position:relative;
	width:551px;
	color:#fff;
	font-weight:bold;
	font-size:1em;
	/*top:143px;*/
	left:153px;
	top:9px;
	height:33px;
	overflow:visible;
}

#zoneCommun {	
	position:relative;
	/*height:296px;*/
	width:551px;
	padding:0 0 5px 5px;
	/*top:184px;*/
	left:153px;
	overflow:visible;
	text-align:justify;
	min-height:462px;
	_height:435px;
}
#zoneCommun a {
	text-decoration:none
}
#zoneCommun a:hover {
	text-decoration:underline
}

/** footer left **/
#footerLeft{
	position:absolute;
    background:url("../images/nishiki/footer2.gif") no-repeat;
	background-color:#3a382f;
	/*top:497px;*/
	left:153px;
	list-style-type: none;
	margin:0;
	padding:0;
	width:616px;
}
	
#footerLeft li {
	float:left;
	text-decoration:none;
	margin-left:20px;
	}

#footerLeft a {	
	text-decoration:none;
	color:#fff;
	font-size:0.8em;
	background:url("../images/nishiki/puce_footer.gif") 0px 5px no-repeat;
	padding-left:25px;
}

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

/** footer right **/

#fRight
{
background:url("../images/nishiki/footer.gif") no-repeat;
background-color:#867f78;
position:relative;
width:413px;
left:356px;
margin-top:40px;
}

#footerRight{
padding:0 5px 0 5px;
}
	
#footerRight li {
    display:inline;
	text-decoration:none;
	}

#footerRight a {	
	text-decoration:none;
	color:#fff;
	font-size:0.7em;
}

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

#puceCarre{
	margin:0 5px;
	}
	
.lienfooter{
display:inline;
}	

.separateur{ 
	 display: block;
	 height: 0;
	 margin: 0;
	 _margin: -7px 0;
	 padding: 0;
	 border: 0;
	 visibility: hidden;
	 clear:both;
}
.smallText {
	font-size:0.7em;
}
.btnText {
	padding:4px;
	border:1px solid #fff;
	font-weight:bold;
	font-size:0.8em;
	text-decoration:none;
	color:#fff;
}
.btnText:hover {
	text-decoration:none !important;
	background-color:#c01b21;
}

.productListing {
	border:1px solid #fff;
}
.productListing td {
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
.productListing-heading {
	padding:3px;
	border-bottom:1px solid #fff;
}
.noBorder td {
	border:0 !important;
}
.productListing-even, .productListing-odd {
	margin:3px 0;
}
.tabCommun{
	font-size:0.95em;
	color:#fff;
}
.productListing-data a, .tabCommun a {
	text-decoration:none;
	color:#fff;
}
.productListing-data a:hover , .tabCommun a:hover {
	text-decoration:underline;
}
.tabAdr tr {
	border:1px solid #fff !important;
}
#btnDuBas {
	width:600px;
	list-style-type:none;
}
#btnDuBas li {
	padding:5px;
	height:50px;
	display:block;
	float:left;
}
.btnDuBasPetite {
	width:140px;
}
.btnDuBasGrande {
	width:290px;
}
.fr {
	float:right;
}
.fl  {
	float:left;
}
.pad10 {
	padding:10px;
}
.productSpecialPrice {
	color:#c01b21;
}

.productSpecialPrice3 {
	background-color:#c01b21;
	color:#fff;
	font-weight:bold;
	width:136px;
	text-align:center;
	padding:5px 0;
	display:block;
}

.txtRouge {
	color:#c01b21;
	font-size:0.8em;
}
.txtRougeP {
	color:#c01b21;
	font-size:0.7em;
}
.txtRouge table {
	width:580px;
}
.td_cmde_on, .td_cmde_off {
	width:150px;
	color:#fff;
	padding:5px;
	text-align:center;
}
.td_cmde_on {
	background-color: #c01b21; 
}
.td_cmde_off {
	background-color: #36372F; 
}
.avert {
	font-size:0.85em;
}
.avert a {
	color:#fff;
	text-decoration:none;
}
.avert a:hover {
	text-decoration:underline;
}
.lienBlanc {
	color:#fff;
}
.lienBlancS {
	color:#fff;
	text-decoration:underline;
}
.lienBlancS:hover  {
	text-decoration:none;
}
.lienRouge {
	color:#F6614B
}
.lienRouge:hover {
	text-decoration:underline;
}
#footer2{
	position:absolute;
	width:620px;
	left:50%;
	margin-left:-235px;
	margin-top:5px;
	padding-bottom:10px;
}
.menuGraindeSel {
	list-style-type:none;
}
.menuGraindeSel  li {
	float : right;
	font-size:0.7em;
	color:#989897;
}
.menuGraindeSel  a {	
	text-decoration:none;
	color:#989897;
	font-size:1em;
}
.menuGraindeSel  a:hover {	
	text-decoration:underline;
}

.imgTxt{
margin: 10px 10px 10px 0;
}

.affiliate{
font-size:1em;
}





