@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'FolksBold';
    src: url('../fonts/folks-bold-webfont.eot');
    src: url('../fonts/folks-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/folks-bold-webfont.woff') format('woff'),
         url('../fonts/folks-bold-webfont.ttf') format('truetype'),
         url('../fonts/folks-bold-webfont.svg#FolksBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FolksRegular';
    src: url('../fonts/folks-normal-webfont.eot');
    src: url('../fonts/folks-normal-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/folks-normal-webfont.woff') format('woff'),
         url('../fonts/folks-normal-webfont.ttf') format('truetype'),
         url('../fonts/folks-normal-webfont.svg#FolksRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
a img{border:0 none;}
a, a:hover{
	-webkit-transition: color .2s ease-in;
	   -moz-transition: color .2s ease-in;
		-ms-transition: color .2s ease-in;
		 -o-transition: color .2s ease-in;
			transition: color .2s ease-in;
}
body {
	background-color: #000000;
	background-image: url(../img/bg_rose_page.jpg);
	background-repeat: repeat-x;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
div#page {
	background-image: url(../../medias/textes/background/bg_rose.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 100%;
	height: 100%;
	padding-bottom:40px;
	min-height: 900px;
	min-width: 1030px;
}
#main-product1,#main-product2{
	position:absolute;
}
#main-product1{
	left:50%;
}
#main-product2{
	right:50%;
}
#social{
	position:absolute;
	left:50%;
	margin-left:-582px;
	top:178px;
	width:23px;
}
*+html body #social{
	left:52%;
}
	#social li{
		-webkit-transition: width .2s ease-in, margin-left .2s ease-in;
  		   -moz-transition: width .2s ease-in, margin-left .2s ease-in;
		    -ms-transition: width .2s ease-in, margin-left .2s ease-in;
			 -o-transition: width .2s ease-in, margin-left .2s ease-in;
				transition: width .2s ease-in, margin-left .2s ease-in;
		list-style:none;
		margin-left:7px;
		margin-bottom:5px;
		width:23px;
	}
	#social li:hover{
		-webkit-transition: width .2s ease-in, margin-left .2s ease-in;
  		   -moz-transition: width .2s ease-in, margin-left .2s ease-in;
		    -ms-transition: width .2s ease-in, margin-left .2s ease-in;
			 -o-transition: width .2s ease-in, margin-left .2s ease-in;
				transition: width .2s ease-in, margin-left .2s ease-in;
		margin-left:0;
		width:30px;
	}
	#social li a{
		display:block;	
	}
	#twitter-shortcut{
		background: #96ced2;/* hmalaud2 modif */
	}
	#facebook-shortcut{
		background: #567aae;
	}
	#social img{
		display:block;
		overflow: hidden;
	}
div#contenu {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
div#header>*{
	display:inline-block;
	margin-top: 20px;
	vertical-align:top;
}
.msie div#header>*{
	display:inline;
}
	#header .logo{
		margin-right:25px;
	}
	#header .number{
		margin-top:30px;
		margin-right:25px;
	}
	/*hmalaud2 modif*/
	#header a.carte{
		background:url(../img/t_carte.png) no-repeat 0 0;
		display:inline-block;
		height:102px;
		margin-top:10px;
		margin-right:25px;
		text-decoration:none;
		width:237px;
	}
	.msie #header a.carte{
		display:inline;
	}
	#header a.carte:hover{
		background-position:0 -102px;
	}
	/* / hmalaud2 */
	#header .logs{
		float:right;
		margin-top:25px;
	}
	* html #header .logs{
		width:235px;
	}
		#header .logs fieldset,#header .logs input{
			border:0 none;
			font-size:12px;
		}
		#header .logs p{
			margin:0 0 3px 0;
		}
			#header .logs input{
				background: #c9bdbd;
				color:#000;
				margin-right:3px;
				padding:5px 5px;
			}
			#header .logs input[type="text"]{
				color:#fff;
				width:200px;
			}
			#header .logs input::-webkit-input-placeholder{
				color:#666;
			}
			#header .logs input:-moz-placeholder{
				color:#666;
			}
			#header .logs input[type="password"]{
				color:#fff;
				width:145px;
			}
			#header .logs input[type="submit"]{
				background: #ff0066;
				color:#fff;
				font-size:14px;
				font-weight: bold;
				padding:3px 12px;
			}
			#header .logs p a{
				color:#fff;
				font-size:11px;
			}
	#header .logox{
		background: url(../img/bg-logox.jpg) repeat-y 0 0;
		-webkit-border-radius: 8px;
		   -moz-border-radius: 8px;
			 -o-border-radius: 8px;
			-ms-border-radius: 8px;
				border-radius: 8px;
		float:right;
	}
		#header .login{
			background:#ae6da3;
			-webkit-border-radius: 8px 0 0 8px;
			   -moz-border-radius: 8px 0 0 8px;
				 -o-border-radius: 8px 0 0 8px;
				-ms-border-radius: 8px 0 0 8px;
					border-radius: 8px 0 0 8px;
			color:#fff;
			display:inline-block;
			font-size:12px;
			position:relative;
			padding:4px 12px;
			vertical-align:top;
			width:133px;
		}
		.msie #header .login{
			display:inline;
		}
			#header .login .disconnect{
				position:absolute;
				right:3px;
				top:3px;
			}
			#header .login p{
				margin:2px 0;
			}
			#header .login p em{
				text-decoration:underline;
			}
			/* hmalaud2 modif */
			#header .login a{
				color:#fff;
				font-weight:bold;
				text-decoration:none;
			}
			#header .login a:hover{
				color:#b6df6b;
			}
			#header .login a.account{
				background:url(../img/bg-user.png) 0 0 no-repeat;
				color:#fff;
				font-weight:bold;
				padding-left:19px;
				text-decoration:none;
				-webkit-transition: background-position .2s ease-in;
				   -moz-transition: background-position .2s ease-in;
					-ms-transition: background-position .2s ease-in;
					 -o-transition: background-position .2s ease-in;
						transition: background-position .2s ease-in;
			}
			#header .login a.account:hover{
				background-position:0 -26px;
				color:#b6df6b;
				-webkit-transition: background-position .2s ease-in;
				   -moz-transition: background-position .2s ease-in;
					-ms-transition: background-position .2s ease-in;
					 -o-transition: background-position .2s ease-in;
						transition: background-position .2s ease-in;
			}
			/* / hmalaud2 modif */
	
		#header .cadox{
			background:#4c1e44;
			-webkit-border-radius: 0 8px 8px 0;
			   -moz-border-radius: 0 8px 8px 0;
				 -o-border-radius: 0 8px 8px 0;
				-ms-border-radius: 0 8px 8px 0;
					border-radius: 0 8px 8px 0;
			color:#fff;
			display:inline-block;
			font-size:12px;
			padding:6px 12px;
			vertical-align:top;
			width:115px;
		}
		.msie #header .cadox{
			display:inline;
		}
			#header .cadox *{
				display:inline-block;
				vertical-align:middle;
			}
			.msie #header .cadox *{
				display:inline;
			}
			#header .cadox a{
				color:#fff;
				text-decoration:none;
			}
			#header .cadox span{
				width:58px;
			}
div#centre{
    width:1020px;
	margin-bottom: 20px;
	margin-left: 5px;
	margin-top: -27px;
	z-index:4;
	position:relative;
	text-align:left;
}
*+html body #centre{
	margin-left:10px;
}
#centre .home-slideshow{
	position:relative;
	overflow:hidden;
	width:1014px;
}
/*.msiemod #centre .home-slideshow{
	overflow:visible;
}*/
	#centre .home-slideshow ul{
		padding:0;
		margin:0;
		width:696px;
		z-index:1;
	}
	#centre .home-slideshow ul.controller{
		position:relative;
		text-align:left;
		float:right;
		width:344px;
		z-index:2;
	}
		#centre .home-slideshow li{
			position:absolute;
			display:none;
			top:0;
			left:0;
		}
		#centre .home-slideshow li .fb-like{
			position:absolute;
			bottom:20px;
			left:20px;
		}
		#centre .home-slideshow li{
			list-style:none;
			overflow:hidden;
		}
		#centre .home-slideshow .controller li{
			background: url(../img/bg-homeslide-tabs.jpg) repeat-x 0 0;
			font-size:24px;
			display:block;
			position:static;
			overflow:hidden;
			height:90px;
			width:100%;
		}
			#centre .home-slideshow .controller li .wrapper{
				border-left:3px solid #c9bdbd;
			}
			#centre .home-slideshow .controller li.active .wrapper{
				background:url(../img/bg-active-home-item.png) no-repeat -1px 0;
			}
		
				#centre .home-slideshow .controller li a{
					background: url(../img/bg-pictos.png) no-repeat 0 0;
					color:#fff;
					display:inline-block;
					font-family:FolksRegular;/* hmalaud2 modif */
					padding:18px 0 18px 100px;/* hmalaud2 modif */
					outline:none;
					text-decoration:none;
					vertical-align:middle;
					width:195px;
				}
				/* hmalaud2 modif */
				#centre .home-slideshow .controller li.active .wrapper a{
					color:#b6df6b;
				}
				/* / hmalaud2 modif */
				#centre .home-slideshow .controller li .setheight{
					display:inline-block;
					height:90px;
					vertical-align:middle;
					width:1px;
				}
				#centre .haut_box{
					margin-right:3px;
				}
/* HOME
----------------------------------- */
.home_offre2 {
	height: 215px;
	background-image:url(http://bysushi.fr/vente-de-sushis/img/home-offre-du-mois-background.png);
	background-repeat:repeat-y;
	text-align:center;
	font-size:12px;
}
.home_offre2 a {
	color:#e5468f;
	text-decoration: none;
}
.home_offre2 a:hover {
	color:#000000;
	text-decoration: none;
}

#push-zone{
	clear:both;
	margin-top:30px;
	width:100%;
}
	#push-zone ul{
		margin:0;
		padding:0;
	}
		#push-zone li{
			background: url(../img/bg-semiop.png) repeat 0 0;
			list-style:none;
			display:inline-block;
			margin-left:30px;
			padding-bottom:20px;
			text-align:left;
			width:315px;
		}
		.msie #push-zone li{
			display: inline;
		}
		#push-zone li.first{
			margin-left:0;
		}
			#push-zone li p{
				color:#fff;
				font-size:12px;
				padding:6px 12px;
				margin:0 0 10px 0;
			}
		/* hmalaud2 modif */
			#push-zone li a img{
				-webkit-transition: opacity .2s ease-in;
				   -moz-transition: opacity .2s ease-in;
					-ms-transition: opacity .2s ease-in;
					 -o-transition: opacity .2s ease-in;
						transition: opacity .2s ease-in;
				opacity:1;
			}
			#push-zone li a:hover img{
				-webkit-transition: opacity .2s ease-in;
				   -moz-transition: opacity .2s ease-in;
					-ms-transition: opacity .2s ease-in;
					 -o-transition: opacity .2s ease-in;
						transition: opacity .2s ease-in;
				opacity:0.7;
			}
			#push-zone li a.learn-more{
				background:url(../img/bg-pictos.png) no-repeat 9px -138px;
				-webkit-transition: background-position .2s ease-in;
				   -moz-transition: background-position .2s ease-in;
					-ms-transition: background-position .2s ease-in;
					 -o-transition: background-position .2s ease-in;
						transition: background-position .2s ease-in;

				color:#fff;
				font-family:FolksBold;
				font-size:14px;
				padding:6px 12px 6px 34px;
				margin:0;
				text-decoration: none;
			}
			#push-zone li a.learn-more:hover{
				background-position:9px -201px;
				-webkit-transition: background-position .2s ease-in;
				   -moz-transition: background-position .2s ease-in;
					-ms-transition: background-position .2s ease-in;
					 -o-transition: background-position .2s ease-in;
						transition: background-position .2s ease-in;
			}
			#push-zone li a:hover, #centre .home-slideshow .controller li a:hover{
				color:#b6df6b;
			}
		/* / hmalaud2 modif */




/* MENU
----------------------------------- */

div#menu {
	background:#4c1e44;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
		 -o-border-radius: 5px;
		-ms-border-radius: 5px;
			border-radius: 5px;
	-webkit-box-shadow: 1px 4px 12px #000;
	   -moz-box-shadow: 1px 4px 12px #000;
		 -o-box-shadow: 1px 4px 12px #000;
		-ms-box-shadow: 1px 4px 12px #000;
			box-shadow: 1px 4px 12px #000;
	color:#FFFFFF;
	font-size: 10px;
	font-weight: bold;
	padding-top: 4px;
	/*text-align: right;*/
	margin-bottom:10px;
	font-size:14px;
}
	div#menu ul{
		margin:0;
		padding:0;
	}
		div#menu li{
			display:inline-block;
			background:url(../img/pipes.png) no-repeat right 8px;
			list-style:none;
			margin:0 9px;
			padding:3px 16px 3px 0;
			vertical-align:middle;
		}
		div#menu li+li+li+li+li+li+li{
			background:none;
		}
		.msie div#menu li{
			display:inline;
		}
div#menu_gauche {
	width: 180px;
	float:left;
}
div#menu_droite {
	text-align: right;
	float:left;
	width:833px; /* ancien 843px */
}
div#menu a{
	color:#FFFFFF;
	text-decoration: none;
}
	#menu a.home{
		background:url(../img/home.png) no-repeat 0 -1px;
		display:inline-block;
		height:18px;
		text-decoration:none;
		width:18px;
	}
	.msie #menu a.home{
		display:inline;
	}
	#menu a.home:hover{
		background-position:0 -23px;
	}
div#menu a:hover{
	color:#b6df6b;
	text-decoration: none;
}
div#menu span.lien{
    margin-right: 5px;
	margin-left: 5px;
}



/* SOUS MENU
----------------------------------- */

div#sous-menu {
	background:url(../img/bg-semiop.png) repeat 0 0;
	-webkit-border-radius: 0 12px 0 0;
	   -moz-border-radius: 0 12px 0 0;
		 -o-border-radius: 0 12px 0 0;
		-ms-border-radius: 0 12px 0 0;
			border-radius: 0 12px 0 0;
	color:#fff;
	font-size: 12px;
	position:relative;
	text-align: right;
	height:64px;
	z-index:2;
}
div#sous-menu + div#centre{
	margin-left:10px;
}
div#sous-menu .wrapper{
	
}
div#sous-menu table, div#sous-menu td{
	height:37px;
}
	#sous-menu marquee{
		/*margin:11px 10px;*/
	}
	.msie #sous-menu marquee{
		display: inline;
	}
	div#sous-menu a{
		color:#e7b1ca;
		text-decoration: none;
	}
	div#sous-menu marquee span{
		display:block;
		white-space:nowrap;
	}
	div#sous-menu a:hover{
		color:#b6df6b;
		text-decoration: underline;
	}
	#sous-menu .buy-zone{
		background: url(../img/bg-corners.png) no-repeat 0 26px;
		padding-left:11px;
		float:right;
		height: 37px;
		-webkit-transition: height .4s ease-in;
		   -moz-transition: height .4s ease-in;
			-ms-transition: height .4s ease-in;
			 -o-transition: height .4s ease-in;
				transition: height .4s ease-in;
	}
	* html #sous-menu .buy-zone{
		width:161px;
	}
	
	#sous-menu.unfold .buy-zone .wrapper{
		height: 67px;
		margin-top: -23px;
	}
	.msiemod #sous-menu.unfold .buy-zone, .msie #sous-menu.unfold .buy-zone{
		margin-top: -12px;
		background-position: 0 39px;
	}
	.msiemod #sous-menu.unfold .buy-zone .wrapper, .msie #sous-menu.unfold .buy-zone .wrapper{
		margin-top: -7px;
	}
	#sous-menu.unfold  .buy-zone{
		height: 50px;
	}
		#sous-menu .buy-zone .wrapper{
			background:#c9bdbd;
			-webkit-border-radius: 12px 12px 0 0;
			   -moz-border-radius: 12px 12px 0 0;
				 -o-border-radius: 12px 12px 0 0;
				-ms-border-radius: 12px 12px 0 0;
					border-radius: 12px 12px 0 0;
			color:#000;
			padding:7px 18px 8px 15px;
			height:49px;
		}
			#sous-menu .buy-zone .wrapper a{
				background:url(../img/bg-pictos.png) no-repeat 0 -1px;
				color:#000;
				font-size:18px;
				font-weight:bold;
				padding-left:30px;
			}
			#sous-menu .buy-zone a:hover{
				text-decoration:none;
			}
#divCaddy{
	margin-top: -50px;
    right: 0;
}
#sous-menu .monpanier {
	width:159px;
	background:#C9BDBD;
	height: 23px;
	padding:0;
	margin:0;
	text-align:left;
}
#sous-menu .monpanier td{
	height:17px;
}
/* vincent */
div#mes_achats {
	float:left;
	display:inline;
}
/* fin vincent */

/* MENU BAS
----------------------------------- */

div#menu_bas {
	background:#240c20 url(../img/logo-btm.jpg) center center no-repeat;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
		 -o-border-radius: 8px;
		-ms-border-radius: 8px;
			border-radius: 8px;
	font-size: 12px;
	padding-bottom:12px
}
	div#menu_bas ul{
		list-style:none;
		padding:0;
		margin:0;
	}
	div#menu_bas>ul{
		background:url(../img/bg-footer.png) 0 0 no-repeat;
		width:100%;
	}
		div#menu_bas>ul>li{
			display: inline-block;
			padding:5px 12px;
			vertical-align:top;
		}
		* html div#menu_bas ul li{
			display: inline-block;
			padding:5px 12px;
			vertical-align:top;
		}
		* html .msie div#menu_bas ul li{
			display: inline;
			width:120px;
		}
		* html .msie div#menu_bas ul li li{
			display: block;
		}
		.msie div#menu_bas>ul>li{
			display: inline;
		}
		.msiemod div#menu_bas>ul>li{
			padding:5px 10px;
		}
		div#menu_bas li.header{
			margin-bottom:10px;
			text-transform:uppercase;
		}
		div#menu_bas li li{
			padding:5px 12px 0;
		}
		div#menu_bas>ul>li{
			background:url(../img/pipes.png) no-repeat right 13px;
		}
		div#menu_bas>ul>li+li+li+li+li+li{
			background:none;
		}
			div#menu_bas a{
				color:#fff;
				font-weight:bold;
				text-decoration: none;
			}
			div#menu_bas a:hover{
				color:#b6df6b;
				text-decoration: none;
			}




/* TITRE
----------------------------------- */

div#titre{
    margin-top: -50px;
	margin-left: 230px;
}




/* COLONNE 1
----------------------------------- */

div.col1 {
    background-color: #FFFFFF;
	width: 198px;
	height: 375px;
	margin-right: 3px;

}
div.col1 div.lien_menu{
    font-size: 10px;
	color: #333333;
	width: 100%;
	text-transform: uppercase;

}
div.col1 div.lien_menu a{
	display: block;
	width: 168px;
	padding: 2px 0px 3px 30px;
	margin-bottom: 2px;
	color: #333333;
	text-decoration: none;
}
div.col1 div.lien_menu a:hover{
	color: #e5468f;
	background-color: #cee2a9;
	text-decoration: none;
}

div.col1 div.lien_menu_selected {
    font-size: 10px;
	color: #333333;
	width: 100%;
	text-transform: uppercase;

}
div.col1 div.lien_menu_selected a{
	display: block;
	width: 168px;
	padding: 2px 0px 3px 30px;
	margin-bottom: 2px;
	color: #e5468f;
	text-decoration: none;
	background-color: #cee2a9;
	
}

/* vincent */
div.col1_txt {
    background-color: #FFFFFF;
	width: 198px;
	height: 375px;
	margin-right: 3px;
}
div.col1_txt div.texte_titre {
	font-size:37px;
	margin-left:7px;
	color:#dbdbdb;
	height: 48px;
}
div.col1_txt div.texte_sous_titre {
	font-size:13px;
	color:#ffffff;
	background-color:#BAD584;
	height: 18px;
}
div.col1_txt div.texte_texte {
	font-size:11px;
	margin-left:15px;
	color:#333333;
	margin-top: 11px;
}
div.col1_txt div.texte_texte p{
	margin: 0;
	padding: 0;
	padding-bottom: 7px;
}
div.col1_txt div.texte_texte a {
	color: #d34276;
}

div.col1_bg {
	width: 198px;
	height: 331px;
	margin-right: 3px;
	background-color:#FFFFFF;
	color:#a0aF6C;
	background-image: url(http://bysushi.fr/vente-de-sushis/img/box_1_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

div.col1_bg div.header{
	margin-left: 29px;
	font-size:24px;
	font-weight:normal;
	margin-bottom:0px;
}
div.col1_bg div.header span.numero{
	font-size:34px;
	font-weight:normal;
	/*margin-left: 30px;*/
}
div.col1_bg div.etape{
	font-size:10px;
	margin-top:8px;
	padding-left: 30px;
}
div.col1_bg div.etape_on{
	font-size:10px;
	margin-top:8px;	
	background-color:#bad584;
	color:#e94894;
	padding:2px;
	padding-left:30px;
}
div.col1_bg div.etape_futur{
	font-size:10px;
	margin-top:8px;
	padding-left: 30px;
	color:#333333;
}
div.col1_bg div.etape_nom{
	font-size:10px;
	/*font-variant: small-caps;*/
	text-transform: uppercase;
	padding-left: 30px;
	margin-top: 1px;
}
div.col1_bg div.etape_nom_on{
	font-size:10px;
	/*font-variant: small-caps;*/
	text-transform: uppercase;
	padding-left: 30px;
	background-color:#e94894;
	color:#ffffff;	
	margin-top: 1px;
}
div.col1_bg div.etape_nom_futur{
	font-size:10px;
	/*font-variant: small-caps;*/
	text-transform: uppercase;
	padding-left: 30px;
	margin-top: 1px;
	color:#666666;
}
/* fin vincent */


/* COLONNE 2
----------------------------------- */

div.col2 {
    background-color: #FFFFFF;
	width: 401px;
	height: 375px;
	margin-right: 3px;
}
div.col2 div.menu_horizontal {
    /*background-color: #cee2a9;*/
	background-color: #e5468f;
	/*width: 100%;*/
	height: 16px;
	font-size: 11px;
	/*color:#e5468f;*/
	color:#333333;
	/*paddind-bottom: 2px;*/
	padding-top: 2px;
	text-align: left;
	padding-left: 27px;
	margin-bottom: 2px;
}
div.col2 div.menu_horizontal a{
	color: #333333;
	text-decoration: none;
	margin-left: 4px;
	margin-right: 4px;
}
/* vincent */
div.col2 div.menu_horizontal a.lien_selected{
	color: #ffffff;
	text-decoration: none;
	margin-left: 4px;
	margin-right: 4px;
}
/* fin vincent */
div.col2 div.menu_horizontal a:hover{
	color: #ffffff;
	text-decoration: none;
}

/* vincent */
div.col2 div.menu_horizontal_blanc {
    background-color: #bad584;
	height: 16px;
	font-size: 11px;
	color:#FFFFFF;
	padding-top: 2px;
	text-align: left;
	padding-left: 33px;
	margin-bottom: 2px;
}
div.col2 div.menu_horizontal_blanc2 {
    background-color: #bad584;
	height: 22px;
	font-size: 16px;
	color:#FFFFFF;
	padding-top: 2px;
	text-align: left;
	padding-left: 33px;
	margin-bottom: 2px;
}
/* fin vincent */

div.col2 div.contenu{
	padding-left: 30px;
	padding-top: 20px;
	font-size: 11px;
	color: #e84893;
display: block; 
/*width:630 px;*/
width: 370px;
height:260px; 
overflow:auto; 	
}

div.col2 div.contenu_habille{
	padding-left: 30px;
	padding-top: 20px;
	font-size: 11px;
	/*color: #e84893;*/
display: block; 
/*width:630 px;*/
width: 367px;
/*height:2600px; */
}

div.col2 div.contenu_texte{
	padding-left: 33px;
	padding-top: 0px;
	font-size: 11px;
	color: #e84893;
display: block; 
/*width:630 px;*/
width: 370px;
height:300px; 
overflow:auto; 	

}

div.col2 div.points{
	width: 100%;
	background: url(http://bysushi.fr/vente-de-sushis/img/point.gif) repeat-x bottom;	
}
div.col2 table.menu_carte tr{
	height: 20px;
	cursor: pointer;
}
/* vincent */
div.col2 table.menu_carte tr td{
	height: 20px;
}
.bouton1 {
	color: #FFF;
	font-size: 9px;
	background-color: #bc275c;
	letter-spacing: 1px;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	border: none;
	cursor:pointer;
	text-decoration:none;
}
.bouton1:hover {
	color: #FFF;
	background-color: #d34276;
	text-decoration:none;
}
input {
	font-size: 9px;
}
/* fin vincent */
div.col2 table.menu_carte a{
	color: #e84893;
	text-decoration: none;
}
div.col2 table.menu_carte a:hover{
	color: #333333;
	text-decoration: none;
}




/* COLONNE 3
----------------------------------- */

div.col3 {
    /*background-color: #f2eeef;*/
	background-color: #ffffff;
	width: 409px;
	height: auto;
	margin-right: 3px;
}

div.col3 div.description {
    background-color: #cee2a9;
	width: 379px;
	height: 16px;
	font-size: 10px;
	color:#e5468f;
	/*paddind-bottom: 2px;*/
	padding-top: 2px;
	padding-left: 30px;
	text-align: left;
}

/* vincent */
div.col3_panier {
    background-color: #FFFFFF;
	width: 409px;
	height: 375px;
	margin-right: 3px;	
}
div.col3_panier div.titre3{
	font-size: 37px;
	font-weight: normal;
	color:#dbdbdb;
	padding-left: 25px;
	height: 48px;
}
div.col3_panier div.titre4{
	font-size: 37px;
	font-weight: normal;
	color:#b3bba2;
	padding-left: 25px;
	height: 48px;
}
div.col3_panier div.fidelite{
    background-color: #bad584;
	width: 379px;
	height: 16px;
	font-size: 11px;
	color:#e5468f;
	/*paddind-bottom: 2px;*/
	padding-top: 2px;
	padding-left: 30px;
	text-align: left;
}
div.col3_panier div.titre2{
	font-size: 37px;
	font-weight: normal;
	color:#9eab76;
	padding-left: 25px;
	height: 48px;
}
div.col3_panier div.deja_client{
    background-color: #bad584;
	width: 379px;
	height: 22px;
	font-size: 16px;
	color:#ffffff;
	/*paddind-bottom: 2px;*/
	padding-top: 2px;
	padding-left: 30px;
	text-align: left;
	margin-bottom: 2px;
}
/* fin vincent */

/* vincent */
.message_alerte{
	background-color:#F1F0ED;
	color:#BC275C;
	font-size:11px;
	/*font-weight:bold;*/
	text-align:center;
	border:#BC275C 1px solid;
	/*padding:20px 20px 20px 20px;*/
	padding:4px 4px 4px 4px;
	margin-left:10px;
}
/* fin vincent */
div.nom_menu{
	padding-left: 30px;
	margin-bottom: 5px;

}
/* vincent */
div.nom_menu span.titre{
	font-size: 37px;
	font-weight: normal;
	color:#9eab76;

}
div.nom_menu span.details{
	font-size: 17px;
	font-weight: normal;
	color:#9eab76;

}
.liste-texte {
	color: #e84893;
	background-color: #ffffff;
	/*font-size: 10px;*/
	cursor:pointer;
	text-decoration: none;
}
.liste-texte:hover {
	/*color: #e84893;*/
	color: #000000;
	background-color: #ffffff;
	cursor:pointer;
	text-decoration: none;
}
.lien2 {
	background-color: #ffffff;
	text-decoration: none;
	cursor:pointer;
	font-weight: bold;
	color: #000000;
}
.lien2:hover {
	/*color: #e84893;*/
	color: #000000;
	background-color: #ffffff;
	cursor:pointer;
	text-decoration: none;
	font-weight: bold;
}
.ajout {
	padding-top: 4px;
	padding-bottom: 7px;
	text-align: right;
	width: 300px;
}
.photo {
	height:316px;
	background-image:url(http://bysushi.fr/vente-de-sushis/img/background-pho-boutique.png);
	background-position:bottom;
	/*background-color: #F2eeef;*/
	text-align: center;
	vertical-align: middle;
	margin: auto;
	padding:0;
	padding-top: 15px;
	padding-bottom: 0px;
	margin-right:2px;
}
.loading {
	height:206px;
	/*background-color: #F2eeef;*/
	background-image:url(http://bysushi.fr/vente-de-sushis/img/background-pho-boutique.png);
	background-position:bottom;
	text-align: center;
	vertical-align: middle;
	margin: auto;
	padding-top: 125px;
	padding-bottom: 0px;
	color: #666;
	font-size: 11px;
	margin-right:2px;
}
form {
	margin: 0;
	padding: 0;
}
input,select {
	font-size: 9px;s
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* fin vincent */
div.space{
	padding-left: 30px;
	margin-bottom: 5px;

}


/* PANIER
----------------------------------- */
.quantite {
	text-align:center; 
	padding:0px;
	margin:0px;
	background-image:url(http://bysushi.fr/vente-de-sushis/img/input_qte.jpg); 
	background-repeat:no-repeat; 
	height:20px; 
	width: 36px; 
	border: none; 
	border: 0px;
	padding-top:6px;
	font-size:10px;
}
a.pgm_fidelite {
	display: block;
	margin-left:30px;
	color:#999999;
	font-size:11px;
	padding-top:23px;
	padding-bottom:23px;	
}
div.produit_fidelite {
	margin-left:30px;
	margin-right: 10px;
	margin-top: 10px;
	font-size:11px;
	padding-top:17px;
	padding-bottom:17px;
	border-top: dotted 1px #333333;
	border-bottom: dotted 1px #333333;
	
}
span.accroche_fidelite {
	font-weight: bold;
	color: #e94894;
}
span.conditions_fidelite {
	color: #e94894;
}
a.bouton_push {
	background-image: url(http://bysushi.fr/vente-de-sushis/img/bt_fond_145.jpg);
	background-repeat: no-repeat;	
	width: 145px;
	height: 32px;
	color: #e94894;
	text-decoration: none;
	display:block;
	padding:0;
	margin:0;
	padding-top:15px;
	text-align: center;
	font-size:12px;
}



/*************************************
update 240911 HM
*************************************/

