/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: justify;
}
table {
	font-size: 1em;
}
img {
	border: none;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #A4BB40;
}
ul {
	margin: 10px 0 0 25px;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
/*   page accueil   */
#index {
	height: 500px;
	width: 750px;
	border: solid #000 1px;
	margin: auto;
}
#index td {
	width: 50%;
	height: 50%;
	text-align: center;
	vertical-align: middle;
}
#index_cuisine {
	background: #BDD294 url(images/accueil/logo_cuisine.gif) bottom right no-repeat;
}
#index_midi {
	background: #8394BE url(images/accueil/logo_midi.gif) bottom left no-repeat;
}
#index_venir {
	background: #DCA386 url(images/accueil/logo_venir.gif) top left no-repeat;
}
#index_soir {
	background: #F6D685 url(images/accueil/logo_soir.gif) top right no-repeat;
}
/*   pages  internes  */
#pageinterne {
	width: 750px;
	margin: 0 auto;
	border: 1px solid #000;
}
#entete {
	height: 98px;
	background: url(images/bandeau.jpg) top right no-repeat;
}
#menu {
	background: #000;
	height: 26px;
}
#contenu {
	padding: 20px;
}
h2 {
	font-size: 1.3em;
	padding-bottom: 1em;
}
.cuisine {
	background: url(images/fond_cuisine.jpg) top left no-repeat;
}
.midi {
	background: url(images/fond_midi.jpg) top left no-repeat;
}
.soir {
	background: url(images/fond_soir.jpg) top left no-repeat;
}
.venir {
	background: url(images/fond_venir.jpg) top left no-repeat;
}
.img_gauche {
	margin-right: 15px;
}
.img_droite {
	margin-left: 15px;
}
.carte {
	margin: 0 auto;
}
.carte td {
	border-bottom: solid 1px #000;
}
#pied {
	text-align: center;
	padding: 30px 0 15px;
}
