#content {
	position: relative;
	padding-top: 20px;	
}

.colored {
	border-radius: 10px;
}
.title {
	width: 300px;
	height: 55px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	margin-left: 1px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 30px center;
}
.title span {
	display: none;
}
#titles {
	position: relative;
	height: 55px;
	transition: height .1s;
}
#titles.double {
	height: 110px;
}
#titles>div {
	position: absolute;
	transition: top .2s;
}
#titles>div.first {
	top: 0px;
}
#titles.double>div.first {
	cursor: pointer;
}
#titles>div.last {
	top: 60px;
	display: none;
}
#titles.double>div.last {
	display: block;
}
.photo {
	display: inline-block;
	vertical-align: top;
	margin: 10px 30px;
	width: 300px;
	height: 210px;
	background-repeat: no-repeat;
	background-position: center;
}

.select {
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	width: 200px;
	height: 190px;
	padding: 10px;
}
.select table {
	width: 100%;
	height: 80px;
	margin-top: 10px;
	font-size: 12px;
}
.select table td {
	text-align: center;
}
.select button {
	display: block;
	margin: auto;
}
tr.hidden {
	display: none;
}
.en_promo {
	font-weight: bold;
	padding: 15px 5px;
	font-size: 20px;
}
.options {
	margin: 10px 30px;
	width: 530px;
	padding: 10px;
	position: relative;
}
.options th {
	text-align: left;
	font-size: 14px;
	padding: 5px;	
}
.composition {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.composition table {
	font-size: 12px;
	vertical-align: top;
	width: 100%;
	border-collapse: collapse;
}
.composition td {
	cursor: pointer;
	padding: 4px;
}
.composition tbody tr:hover {
	background-color: #8080ff;
}
.composition tr.off td {
	color: red;
	text-decoration: line-through;
}
.composition tr.more td {
	color: green;
}
.perso {
	display: inline-block;
}
.perso button {
	padding: 3px 10px;
}
.perso th {
	text-align: left;
}
.perso select {
	font-size: 11px;
	width: 100%;
}
#demipizza {
	background: URL(50-50.png);
	width: 217px;
	height: 55px;
	position: absolute;
	top: 20px;
	left: 360px;
	cursor: pointer;
}
#demipizza.active {
	top: 50px;
}
#shadow {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: none;
}
#pizzaList {
	position: absolute;
	padding: 5px;
	background-color: white;
	border: 1px solid red;
	font-style: italic;
	top: 70px;
	left: 395px;
	z-index: 2;
	visibility: hidden;
}
#pizzaList div {
	color: red;
	font-size: 16px;
}
#pizzaList a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	padding: 2px 20px;
}
#pizzaList a:hover {
	color: white;
	background-color: red;
}
.pizzas10 {
	background: URL(10pizzas.png);
	width: 242px;
	height: 241px;
	position: absolute;
	top: 320px;
	right: 30px;
}

label.checkbox input[type=checkbox] {
	vertical-align: sub;
}
@media screen and (max-width: 1000px) {
	.photo {
		display: block;
	}
	.select {
		margin-top: 0px;
		margin-left: 30px;
		width: 280px;
	}
	#demipizza,
	#demipizza.active {
		left: 50%;
		margin-left: -110px;
		top: 0px;
	}
	#pizzaList {
		left: 40px;
		top: 50px;
	}
	#titles {
		margin-top: 38px;
	}
}
@media screen and (max-width: 720px) {
	.commande {
		position: static;
		margin-left: 30px;
		width: 260px;
	}
	.pizzas10 {
		position: static;
		margin: auto;
	}	
}
@media screen and (max-width: 690px) {
	.options {
		width: 280px;
	}
}
@media screen and (max-width: 420px) {
	#titles>div {
		width: 100%;
	}
	.title {
		padding-left: 0px;
		width: 100%;
	}
	.photo {
		display: block;
		width: 100%;
		margin: auto;
		margin-top: 10px;
	}
	.options,
	.select,
	.composition,
	.commande {
		display: block;
		width: 90%;
		margin: auto;
		margin-top: 10px;
		padding: 10px;
	}
	.commande select {
		width: 100%;
	}
}