body {
	background-color: #cccccc;
	font-family: Helvetica, Arial;
	font-size: 11px;
}

img {
	border: none;
}

button,
.button {
	border: 1px solid gray;
	padding: 5px 10px;
	border-radius: 10px;
	text-decoration: none;
	text-align: center;
	color: black;
}
a.button {
	display: inline-block;
	margin: 2px;
}
button:hover {
	background-color: white;
}

.color1 .colored { background-color: #F0DF18 }
.color2 .colored { background-color: #4BC2EC }
.color3 .colored { background-color: #C33A4A }
.color4 .colored { background-color: #D5A493 }
.color5 .colored { background-color: #F39356 }

.plein .promo,
.promo .plein {
	display: none;
}

#page {
	width: 90%;
	margin: auto;
	box-shadow: 0px 0px 4px 1px;
}

#topMenu {
	background-color: black;
	position: relative;
	width: 100%;
	height: 96px;
}

#topMenu .logo {
	background: URL(logo.gif);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 210px;
	height: 96px;
}
#topMenu .popup {
	position: absolute;
	top: 50px;
	right: 10px;
	width: 30px;
	height: 17px;
	border-top: 4px solid gray;
	border-bottom: 4px solid gray;
	cursor: pointer;
}
#topMenu .popup:before {
	content: ' ';
	position: absolute;
	top: 6px;
	left: 0px;
	height: 4px;
	width: 30px;
	background-color: gray;
}
#menu {
	position: absolute;
	top: 96px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-color: black;
	z-index: 1;
}
#menu.collapse {
	visibility: hidden;
}
#topMenu a {
	color: white;
	text-decoration: none;
}
#topMenu a:hover {
	color: red;
}
#menu>li>a {
	text-transform: uppercase;
	white-space: pre;
	display: inline-block;
	padding: 8px;
	width: 100%;
}
#menu>li.active>a{
	color: red;
	font-style: italic;
	background: URL(activeMenu.png) 20px bottom no-repeat;
}
#topMenu a.panier {
	padding-bottom: 20px;
	background: URL(panier.png) no-repeat bottom left;
}
#topMenu a.active {
	color: red;
}
a:hover .filter {
	width: 100%;
	height: 100%;
	background-color: white;
	opacity: 0.5;
}
#topMenu>a {
	position: absolute;
	top: 20px;
	right: 20px;
	font-style: italic;
	z-index: 2;
}

#content {
	background: url(back.jpg);
	padding-bottom: 50px;
}

#statusBar {
	background-color: black;
	color: white;
	position: relative;
	height: 54px;
	font-size: 9px;	
}
#statusBar .links {
	display: none;
	width: 500px;
	vertical-align: top;
	padding-top: 20px;
	padding-left: 20px;
}
#statusBar .copy {
	position: absolute;
	top: 20px;
	right: 450px;
}
#statusBar a {
	color: white;
	text-decoration: none;
}
#statusBar a:hover {
	color: red;
}
#statusBar .etrans {
	background: URL(e-transactions.png);
	width: 61px;
	height: 32px;
	position: absolute;
	top: 12px;
	right: 340px;
	visibility: hidden;
}
#statusBar .paypal {
	background: URL(paypal.jpg);
	width: 162px;
	height: 32px;
	position: absolute;
	top: 12px;
	right: 175px;
	visibility: hidden;
}
#statusBar .halal {
	background: URL(halal.png);
	width: 107px;
	height: 54px;
	position: absolute;
	top: 0px;
	right: 58px;
}
#statusBar .pouce {
	background: URL(f.png);
	width: 38px;
	height: 38px;
	position: absolute;
	top: 10px;
	right: 10px;
}

.commande {
	display: inline-block;
	position: absolute;
	top: 80px;
	right: 20px;
	background-color: #e6e6e6;
	padding: 20px;
	border-radius: 10px;
}
.commande th {
	font-size: 15px;
}
.commande tbody th {
	text-align: left;
}
.commande .title1 {
	font-size: 16px;
	padding-bottom: 20px;
}
.commande select {
	width: 150px;
}
.commande .total td {
	text-align: right;
	font-weight: bold;
	font-size: 15px;
	padding: 20px 0px;
}
.commande button {
	display: block;
	margin: auto;
}

.fb-button {
	line-height: 40px;
	padding: 10px 20px;
	background-color: #4e69a2;
	border: 1px solid;
	border-color: #435a8b #3c5488 #334c83;
	border-radius: 4px;
	color: white;
	text-decoration: none;
}

.toth section {
	font-size: 16px;
}

@media screen and (min-width: 565px) {
	#statusBar .etrans,
	#statusBar .paypal {
		visibility: visible;
	}
}
@media screen and (max-width: 630px) {
	#statusBar .copy {
		left: 10px;
		right: auto;
	}
}
@media screen and (min-width: 1024px) {
	#topMenu .popup {
		display: none;
	}
	#topMenu a.panier {
		background-position: bottom right;
	}
	#menu {
		top: 25px;
		left: 210px;
		width: 678px;
	}
	#menu.collapse {
		visibility: visible;
	}
	#menu>li {
		display: inline-block;
		text-align: center;
	}
	#menu>li>a {
		width: auto;
	}
	#menu>li.active>a {
		background-position-x: center;
	}
	#statusBar .links {
		display: inline-block;
	}
}
@media screen and (min-width: 1124px) {
	#page {
		width: 1024px;
	}	
	#menu {
		width: 800px;
	}
	#menu>li>a {
		padding: 16px;
	}
	}
}