/*
DEBUG
*
{
border: 1px red solid;
}
*/

/*NORMAL*/

/*Proprietes du titre de niveau 1*/
h1
{
	font: 70px Comic Sans MS;
	text-align: center;
	margin: 0;
	padding: 0;
 }

h1 a:link,a:visited
{
text-decoration: none;
color: #000000;
}

/*Proprietes du corps du site*/
body, html
{
	font: 11px verdana, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #33CC66;
}

/*Couleur des cadres*/
#cadre,#banner
{
	background-color: #FFFF66;
	border: 1px black solid;
}

/*Positionnement des cadres*/
#corps
{
	position: relative;
	width: 750px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -375px;
	left: 50%;
}

/*Marge au dessus de chaque cadre*/
#cadre,#promo
{
	margin-top: 20px;
}

/* Proprietes du menu*/
#menu
{
	text-align: center;
	font-family: "Comic Sans MS";
	font-size: 12px;
	height: 40px;
	padding: 0px;
	margin: 0px;
}
#menu a
{
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	width: 16.5%;
	text-align: center;
	text-decoration: none;
	height: 40px;
	font: bold;
}

#menu li a:link, #menu li a:visited
{
text-decoration: none;
color: #000000;
}

/*INDEX*/
#important
{
font: 20px Comic Sans MS;
text-align: center;
color: red;
}

#info .titre
{
	font: 15px Comic Sans MS;
	text-align: center;
	text-decoration: underline;
}

#logo
{
	font: 15px Comic Sans MS;
	text-align: center;
	background-image: url(croco.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 222px;
}

#adresse
{
	text-align: center;
	width: auto;
	float: left;
	font-family: "Comic Sans MS";
	font-size: 20px;
	color: #FF0000;
	margin-left: 15px;
	margin-top: 0px;
	border: thin solid #000000;
}

#horaires
{
	text-align: center;
	float: right;
	width: auto;
	clear: Aucune;
	height: auto;
	margin-top: 0px;
	margin-right: 15px;
	font-family: "Comic Sans MS";
	font-size: 20px;
	color: #FF0000;
	border: thin solid #000000;
}

#zone
{
	font: 15px Comic Sans MS;
	text-align: center;
}

#paiement
{
	font: 15px Comic Sans MS;
	text-align: center;
}

#promo
{
	height: 200px;
	font-family: "Comic Sans MS";
	text-align: center;
}

#promo h3
{
	color: #FF0000;
	text-decoration: underline blink;
	font-size: 24px;
}

#promo li
{
	color: #FF0000;
	font-size: 18px;
	list-style-type: none;
}

/*Presentation des plats*/
dl{width: 100%;overflow: auto;margin: 0 0 1em;repeat-x 0 1.2em}
dt,dd.price{
	font-size: 130%;
	font-weight: bold;
}
dt{float: left;padding-right: 3px;color: #F70000}
dd{margin:0}
dd.price{float: right;padding-left: 3px;color: #AAA;
font:bold 130% Georgia,Times,sans-serif;color: #555}
dd.ingredients{float: left;width: 100%;padding: 3px 0;
   font: italic bold 100% Georgia,Times,sans-serif;color: #555}
