/*Web version*/

#pizza {
	margin-top: -5%;
	margin-left: 0%;
	height: 85%;
    width: 85%;
}

#entrees {
	margin-top: -40%;
	margin-left: -90%;
	height: 180%;
    width: 180%;
    max-width: none;
}

#viandes {
	margin-top: -0%;
	margin-left: -35%;
	height: 90%;
    width: 90%;
}

#poissons {
	margin-top: -55%;
	margin-left: 15%;
	height: 85%;
    width: 85%;
}

#pates {
	margin-top: -118%;
	margin-left: -23%;
	height: 188%;
    width: 188%;
    max-width: none;
}

#desserts {
	margin-top: -111%;
	margin-left: -18%;
	height: 153%;
    width: 153%;
    max-width: none;
}

/*Iphone version*/

#pizza_xs {
	margin-top: 10%;
	height: 70%;
    width: 70%;
}

#entrees_xs {
	margin-top: 5%;
	height: 60%;
    width: 60%;
}

#viandes_xs {
	margin-top: 5%;
	height: 60%;
    width: 60%;
}

#poissons_xs {
	margin-top: 0%;
	height: 65%;
    width: 65%;
}

#pates_xs {
	margin-top: 5%;
	height: 60%;
    width: 60%;
}

#desserts_xs {
	margin-top: 5%;
	height: 60%;
    width: 60%;
    padding-bottom: 18px;
}