* {margin:0; padding:0;}
body {text-align:center;color:black;background:#e3e5e2;}
table, div, input, body, textarea, select {font: 11px Arial, Helvetica, sans-serif;}
a {text-decoration:none;}
a img {border:none;}
hr {display:none;}

/*  SOMMAIRE
	1. Structure
		1.1 menu principal
		1.2 contenu
		1.3 pied de page
	2. Pizza et autres
	3. Contact
	4. Accueil
		
	TABLE DES COULEURS 
	- Gris clair = #e3e5e2
	- Rouge = #CD232C
	
*/

/*------------  1. STRUCTURE             */
#bando, #site {width:1022px;margin:0 auto;}
#bando {height:183px;background:url(../images/logo.jpg) no-repeat;text-align:left;}
	a#logo {display:block;width:155px;height:130px;}

	/*--------------  1.1 Menu principal             */
	#menu {width:832px;height:183px;float:right;display:inline;background:url(../images/fond-menu.jpg) no-repeat;}
		#menu ul {list-style:none;}
		#menu li {display:inline;float:left;}
		#menu li a {display:block;height:183px;padding:0 0 0 3px;}
		#menu li a span {display:none;}
			
			#mn_horai {background:url(../images/menu/horaires_off.jpg) no-repeat;width:109px;}
			#mn_zones {background:url(../images/menu/livraison_off.jpg) no-repeat;width:95px;}
			#mn_pizza {background:url(../images/menu/pizzas_off.jpg) no-repeat;width:95px;}
			#mn_suppl {background:url(../images/menu/supplements_off.jpg) no-repeat;width:109px;}
			#mn_boiss {background:url(../images/menu/boissons_off.jpg) no-repeat;width:95px;}
			#mn_entre {background:url(../images/menu/promoEntr_off.jpg) no-repeat;width:103px;}
			#mn_parti {background:url(../images/menu/promoPart_off.jpg) no-repeat;width:103px;}
			#mn_conta {background:url(../images/menu/contact_off.jpg) no-repeat;width:95px;}
			
			#mn_horai:hover {background:url(../images/menu/horaires_on.jpg) no-repeat;width:109px;}
			#mn_zones:hover {background:url(../images/menu/livraison_on.jpg) no-repeat;width:95px;}
			#mn_pizza:hover {background:url(../images/menu/pizzas_on.jpg) no-repeat;width:95px;}
			#mn_suppl:hover {background:url(../images/menu/supplements_on.jpg) no-repeat;width:109px;}
			#mn_boiss:hover {background:url(../images/menu/boissons_on.jpg) no-repeat;width:95px;}
			#mn_entre:hover {background:url(../images/menu/promoEntr_on.jpg) no-repeat;width:103px;}
			#mn_parti:hover {background:url(../images/menu/promoPart_on.jpg) no-repeat;width:103px;}
			#mn_conta:hover {background:url(../images/menu/contact_on.jpg) no-repeat;width:95px;}
		
	/*--------------  1.2 Contenu                  */
	#contenu {background:url(../images/fond-contenu.jpg) repeat-x #CD232C;min-height:340px; height:auto !important; height:340px;clear:both;text-align:left;padding:10px 25px;color:#fff;position:relative;}
		#contenu h1 {color:#fff;font-size:2em;font-weight:normal;margin:0 0 10px 0;}
		#contenu p {margin:0 0 10px 0;}
		#contenu table {color:#e3e5e2;}
		#contenu caption {font-size:1.6em;text-transform:uppercase;font-weight:normal;text-align:center;background:url(../images/fond-caption.gif) repeat center;padding:10px 0;color:#000;}
		#contenu th {color:#8BE600;font-size:1.2em;text-transform:uppercase;font-weight:bold;}
		#contenu td {font-size:1.4em;}
		#contenu td, #contenu th {border-bottom:1px solid #DF858B;padding:2px;text-align:left;}
		#contenu a {color:#FFC705;}
		#contenu .encadre {padding:10px;border:1px solid #DF858B;background:#794144;width:584px;}
	
	/*--------------  1.3 Pied de page             */
	#pied {text-align:left;padding:10px 0 0 0;}
		#pied ul {list-style:none;}
		#pied li {display:inline;float:left;border-right:1px solid #545454;padding:0 5px 0 0;margin:0 5px 0 0;}
		#pied a {color:#000;}
		#pied a:hover {color:#CD232C;}
		#credits {float:right;display:inline;}
		#credits a {cursor:help;}
		

/*------------  2. PAGE PIZZAS ET AUTRES             */
#contenu .prix {font-size:1.8em;color:#FFD422;text-align:center;background:#A37276;}
.divDroite {float:right;display:inline;width:352px;}
.imgMedaille {float:left;display:inline;margin:0 10px 5px 0;}
#presentation {border:1px solid #ccc;background:url(../images/fond-presentation.gif) no-repeat right bottom #CD232C;padding:10px;width:550px;text-align:justify;margin:0 0 20px 0;font-size:12px;color:#8BE600;}
	#presentation em {font-size:1.6em;}


/*------------  3. PAGE CONTACT             */
#contact label {float:left;display:inline;width:150px;font-weight:bold;border-bottom:1px dashed #A37276;color:#8BE600;margin:0 0 5px 0;}
#contact input[type=text] {width:348px;border:1px solid #8E494C;margin:0 0 5px 0;background:#A37276;color:#fff;}
#contact input[type=text]:focus {background:#fff;color:#000;}
#contact textarea {width:490px;border:1px solid #8E494C;margin:0 0 5px 0;background:#A37276;color:#fff;padding:5px;}
#contact #envoyer {margin:0 0 0 200px;}


/*------------  4. PAGE ACCUEIL             */
#flash {position:absolute;z-index:5;top:0;left:-40px;}









