*{
	padding: 0;
	margin: 0;
}
body{
	font-family: Arial, sans-serif;
	font-weight: lighter;
	max-width: 320px;
	overflow: hidden;
}
.cartinfo{
	position: absolute;
	top: 23px;
	left: 267px;
	z-index: 1000;
	color: white;
}

/*MENU*/
#menu{
	width: 320px;
}
#header-menu{
	width: 320px;
	height: 65px;
	background: #e44237;

	line-height: 65px;
}
#header-menu a{
	float: left;
	margin-left: 20px;
}

#header-menu h1{
	display: inline-block;
	margin-top: 0;
	margin-left: 80px;
	color: white;
	font-size: 24px;
	
}
h2{
	width: 320px;
	height: 31px;
	background: #57b8c5;

	color: #fff;
	font-size: 14px;
	font-weight: 100;
	text-align: center;
	line-height: 31px;
}
#choix{
	width: 320px;
}

	#choix li a{
		display: block;
		height: 83px;
		border-bottom: solid #CBCBCB 1px;
		padding-left: 105px;
		line-height: 90px;
		font-size: 17px;
		text-transform: uppercase;
	    color: #666666;
		text-decoration: none;
	}

	#choix li:last-child a{
		border-bottom:none;
	}
	.sandwich{background-image: url(../img/menu-sandwich@2x.png); background-size: 320px 83px;}
	.pates{background-image: url(../img/menu-pates@2x.png); background-size: 320px 83px;}
	.boissons{background-image: url(../img/menu-boissons@2x.png); background-size: 320px 83px;}
	.extras{background-image: url(../img/menu-extras@2x.png); background-size: 320px 83px;}
}

/*FIN MENU*/
/*SANDWICH*/
#sandwich{
	width: 320px;
}
#header-sandwich{
	width: 320px;
	height: 65px;
	background: #e44237;

	line-height: 65px;
}
#header-sandwich a{
	float: left;
	margin-left: 20px;
}
#header-sandwich h1{
	display: inline-block;
	margin-top: 0;
	margin-left: 45px;
	color: white;
	font-size: 24px;
	
}
#sorte-sandwich{
	width: 320px;
}

	#sorte-sandwich div a{
		display: block;
		height: 83px;
		border-bottom: solid #CBCBCB 1px;
		padding-left: 20px;
		line-height: 90px;
		font-size: 17px;
	    color: #666666;
		text-decoration: none;
	}
	#sorte-sandwich div a .item_name{
		float: left;
		height: 83px;
	}
	#sorte-sandwich div a .item_price{
			float: right;
			padding-right: 20px;
			height: 83px;
	}

	#sorte-sandwich li:last-child a{
		border-bottom:none;
	}
/*FIN SANDWICH*/
/*PATES*/
#pates{
	width: 320px;
}
#header-pates{
	width: 320px;
	height: 65px;
	background: #e44237;

	line-height: 65px;
}
#header-pates a{
	float: left;
	margin-left: 20px;
}
#header-pates h1{
	display: inline-block;
	margin-top: 0;
	margin-left: 70px;
	color: white;
	font-size: 24px;
	
}
#sorte-pates{
	width: 320px;
}

	#sorte-pates div a{
		display: block;
		height: 83px;
		border-bottom: solid #CBCBCB 1px;
		padding-left: 20px;
		line-height: 90px;
		font-size: 17px;
	    color: #666666;
		text-decoration: none;
	}
	#sorte-pates div a .item_name{
		float: left;
		height: 83px;
	}
	#sorte-pates div a .item_price{
			float: right;
			padding-right: 20px;
			height: 83px;
	}

	#sorte-pates li:last-child a{
		border-bottom:none;
	}
/*FIN PATES*/
/*BOISSONS*/
#boissons{
	width: 320px;
}
#header-boissons{
	width: 320px;
	height: 65px;
	background: #e44237;

	line-height: 65px;
}
#header-boissons a{
	float: left;
	margin-left: 20px;
}
#header-boissons h1{
	display: inline-block;
	margin-top: 0;
	margin-left: 50px;
	color: white;
	font-size: 24px;
	
}
#sorte-boissons{
	width: 320px;
}

	#sorte-boissons div a{
		display: block;
		height: 83px;
		border-bottom: solid #CBCBCB 1px;
		padding-left: 20px;
		line-height: 90px;
		font-size: 17px;
	    color: #666666;
		text-decoration: none;
	}
	#sorte-boissons div a .item_name{
		float: left;
		height: 83px;
	}
	#sorte-boissons div a .item_price{
			float: right;
			padding-right: 20px;
			height: 83px;
	}

	#sorte-boissons li:last-child a{
		border-bottom:none;
	}
/*FIN BOISSONS*/
/*EXTRAS*/
#extras{
	width: 320px;
}
#header-extras{
	width: 320px;
	height: 65px;
	background: #e44237;

	line-height: 65px;
}
#header-extras a{
	float: left;
	margin-left: 20px;
}
#header-extras h1{
	display: inline-block;
	margin-top: 0;
	margin-left: 70px;
	color: white;
	font-size: 24px;
	
}
#sorte-extras{
	width: 320px;
}

	#sorte-extras div a{
		display: block;
		height: 83px;
		border-bottom: solid #CBCBCB 1px;
		padding-left: 20px;
		line-height: 90px;
		font-size: 17px;
	    color: #666666;
		text-decoration: none;
	}
	#sorte-extras div a .item_name{
		float: left;
		height: 83px;
	}
	#sorte-extras div a .item_price{
			float: right;
			padding-right: 20px;
			height: 83px;
	}

	#sorte-extras li:last-child a{
		border-bottom:none;
	}
/*FIN EXTRAS*/
footer{
	width: 320px;
	height: 50px;
	background: #999999;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;

}
	.timer{
		width: 30px;
		height: 30px;
		margin: 10px;
		background: url(../img/timer@2x.png);
		background-size: 90px 30px;

		text-indent: -9999px;
	}
	footer p{
		position: absolute;
		top: 17px;
		margin-left: 50px;
		color: #fff;
		font-size: 12px;

	}
	footer span{
		position: absolute;
		right: 15px;
		top: 10px;
		color: #fff;
		font-size: 10px;
	}
	footer .alaligne{
		margin-top: 12px;
		margin-right: 5px;
		font-size: 14px;
	}

/*PANIER*/

#header-panier{
	width: 320px;
	height: 65px;
	background: #e44237;

	line-height: 65px;
}
#header-panier a{
	float: left;
	margin-left: 20px;
}
#header-panier h1{
	display: inline-block;
	margin-top: 0;
	margin-left: 80px;
	color: white;
	font-size: 24px;
}
#panier h5{
	display: inline-block;
	color: white;
	margin-bottom: 15px;
}
.quantite{
	margin-left: 155px;
}
.prix{
	margin-left: 36px;
}
.cartHeaders { 
	display: none; 
}
.itemContainer{
	height: 40px;
}
.itemname{
	position: relative;
	display: inline-block;
	color: white;
	margin-left: 15px;
}
.itemdecrement{
	position: relative;
	bottom: 77px;
	left: 140px;
	width: 30px;
	height: 30px;
}
.itemdecrement a{
	background-image: url(../img/panier-@2x.png);
	background-size: 30px 30px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
}
.itemQuantity{
	width: 20px;
	position: relative;
	bottom: 20px;
	left: 175px;
}
.itemQuantity input{
	background-color: #e44237;
	border: none;
	width: 20px;
	color: white;
}
.itemincrement{
	position: relative;
	bottom: 47px;
	left: 195px;
	width: 30px;
	height: 30px;
}
.itemincrement a{
	background-image: url(../img/panier+@2x.png);
	background-size: 30px 30px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
}
.itemTotal{
	position: relative;
	display: inline-block;
	color: white;
	bottom: 103px;
	left: 250px;
}
#cartTotal{
	width: 123px;
	float: right;
	color: white;
}
.simpleCart_empty{
	display: block;
	background-color: #fff;
	height: 40px;
	width: 145px;
	line-height: 40px;
	font-size: 17px;
	text-transform: uppercase;
	color: #e44237;
	text-decoration: none;
	text-align: center;
	position: absolute;
	bottom: 30px;
	left: 10px
}
.bouton-paiement{
	display: block;
	background-color: #fff;
	height: 40px;
	width: 145px;
	line-height: 40px;
	font-size: 17px;
	text-transform: uppercase;
	color: #e44237;
	text-decoration: none;
	text-align: center;
	position: absolute;
	bottom: 30px;
	left: 165px;
}
.margin{
	margin-bottom: 50px;
}

/* Images Retinas*/
#header-menu a img{
	width: 20px;
	height: 20px;
}
#header-panier a img{
	width: 23px;
	height: 22px;
}
.cartinfo a img, #header-sandwich a img, #header-pates a img, #header-boissons a img, #header-extras a img{
	width: 23px;
	height: 19px;
}
#panier #paiement{
	width: 320px;
	height: 480px;
}




















