body {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg-body.gif) repeat-x;
}
a {
	text-decoration: none;
}
div {
	margin: 0px;
	padding: 0px;
}
img {
	border : none;
}
.page {
	width: 80%;
	margin: auto;
}
.header {
	text-align: center;
	background: url(../images/bg-header.jpg) right top no-repeat;
}
.header p {
	margin: 0px;
	padding: 0px;
}
.header .text {
	width: 60%;
	padding-left: 2em;
	text-align: left;
}
.header .adresse {
	font-size: 1.1em;
}
.header .telephone {
	font-size: 1.5em;
	font-weight: bold;
	color: #FF4010;
}
.footer {
	text-align: center;
	font-size: 0.8em;
	color: #000000;
	width: 80%;
	margin: auto;
	clear: both;
}
#middle {
	margin-top: 10px;
}
#middle hr.separation-top {
	clear: both;
	width: 80%;
	height: 1px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#middle hr.separation-bottom {
	clear: both;
	width: 80%;
	height: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
div.info {
   background-color: #ccc;
   text-align: center;
   font-size: 14pt;
   font-weight; bold;
   color: red;
   margin-top: 5px;
   border: 1px solid red;
}
.contenu-pizza{
	background: url(../images/bg-pizza.jpg) no-repeat center top;	
}
.contenu-plat{
	background: url(../images/bg-plat.jpg) no-repeat center top;	
}
.contenu-pate{
	background: url(../images/bg-pate.jpg) no-repeat center top;	
}
.contenu-divers{
	background: url(../images/bg-divers.jpg) no-repeat center top;	
}
.contenu-dessert {
	background: url(../images/bg-dessert.jpg) no-repeat center top;	
}
.contenu-boisson{
	background: url(../images/bg-boisson.jpg) no-repeat center top;	
}
.contenu-vin{
	background: url(../images/bg-vin.jpg) no-repeat center top;	
}
.contenu-plaque{
	background: url(../images/bg-pizza-plaque.jpg) no-repeat center top;	
}
.contenu-accueil{
	background: url(../images/bg-accueil.jpg) no-repeat center top;	
}
#contenu #plat-jour {
	text-align: center;
	font-size: 1.2em;
/*
	-moz-opacity:0.5;
	opacity: 0.5;
	filter:alpha(opacity=50);
*/
}
#contenu #plat-jour p{
	color: #400000
}
#contenu #pizza-jour {
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
#contenu {
	overflow: hidden;
	height: 500px;
}
#contenu h1 {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#contenu table {
	width: 90%;
	margin: auto;
	border: none;
}
#contenu tr {
	margin: 0px;
	padding: 0px;
}
#contenu td {
	margin: 0px;
	padding: 0px;
}
#contenu tr.impaire {
	color: #101010;
}
#contenu tr.paire {
	color: #101080;
}
#contenu h2 {
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
	font-weight: bold;
}
#contenu p {
	margin: 0px;
	padding: 0px;
}
#contenu  td.description {
	width: 70%;
}
#contenu  td.titre-prix {
	width: 15%;
	font-weight: bold;
	text-align: center;
}
#contenu  td.prix {
	width: 15%;
	font-weight: bold;
	text-align: right;
}
#contenu  td.partenaire {
	width: 33%;
	font-size: 1.2em;
	text-align: center;
}
.livraison {
	text-align: center;
	font-size: 1.2em;
}
.livraison h1 {
	font-size: 1.4em;
	color: red;
}
.horaires {
	font-size: 1.2em;
}
.horaires table {
	width: 90%;
	margin: auto;
}
.horaires td {
	border: solid 1px black;
}
.horaires th.jours {
	width: 40%;
}
.horaires th.heures {
	width: 30%;
	text-align: center;
}
.horaires td.jours {
	font-size: 1.2em;
	font-weight: bold;
}
.horaires td.heures {
	text-align: center;
}
.contenu-plaque {
	text-align: center;
	font-size: 1.2em;
}
.contenu-plaque p {
}
.contenu-plaque .dimensions {
	font-size: 2em;
}
.contenu-plaque .prix {
	font-size: 2em;
}
.contenu-plaque .decoupe {
	font-style: italic;
	font-weight: bold;
}
.contenu-plaque .info {
	font-size: 0.9em;
}

