/*
--------------------
Copyright
Marc Tiefenauer, www.tyfen.com
et Amaya Pastore, 2008
--------------------
*/

/* STYLES GENERAUX ================================================ */

* {
	padding: 0px;
	margin: 0px;
	outline: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #80171e;
	background-color: #80171e;
}


/* PAGE ================================================ */
#page {
	position: relative;
	width: 936px;
	margin: 40px auto 10px auto;
	padding-bottom: 16px;
	background: #d7d1c9 url(../img/fondHaut.gif) top left no-repeat;
}
#enTete {
	position: absolute;
	left: 393px;
	top: 15px;
	width: 150px;
	height: 170px;
	overflow: hidden;
}
#enTete a {
	display: block;
	width: 150px;
	height: 170px;
	background: url(../img/logo.gif) top left no-repeat;
}
h1, h2 {
	display: none;
}


/* NAVIGATION ================================================ */
#menu {
	padding-top: 220px;
	margin-left: 255px;
	width: 440px; /* VOLONTAIREMENT TROP LARGE POUR IE6 (NORMALEMENT: 426px, OK FF ET SAFARI) */
	height: 19px;
	list-style-type: none;
}
#menu li {
	display: inline;
	height: 19px;
	overflow: hidden;
}
#menu li a {
	display: block;
	float: left;
	height: 19px;
}
#menu #menu1 a {
	width: 117px;
	background: url(../img/plats.gif) top left no-repeat;
}
#menu #menu2 a {
	width: 157px;
	background: url(../img/carte.gif) top left no-repeat;
}
#menu #menu3 a {
	width: 98px;
	background: url(../img/contact.gif) top left no-repeat;
}
#menu #menu4 a {
	width: 54px;
	background: url(../img/plan.gif) top left no-repeat;
}
#menu #menu1 a:hover, #menu #menu2 a:hover, #menu #menu3 a:hover, #menu #menu4 a:hover {
	background-position: bottom left;
}
#menu #menu1 .selection, #menu #menu2 .selection, #menu #menu3 .selection, #menu #menu4 .selection {
	background-position: bottom left;
}
#menu li a span {
	display: none;
}


/* CONTENU ================================================ */
#contenu {
	width: 682px;
	margin: 8px auto;
}
#texteHtml {
	display: none;
}
#texteAccueil {
	display: block;
	margin: 20px auto;
}


/* PLATS DU JOUR ================================================ */
#cadreSemaine {
	width: 664px;
	border: 9px solid #c3b9ad;
	background-color: white;
	margin: 8px auto;
}
#semaine {
	border-collapse: collapse;
	width: 664px;
	margin: 10px 0px;
	background: white url(../img/trancheSemaine.gif) repeat-y;
}
#semaine td {
	width: 122px;
	margin-left: 1px;
	padding: 5px;
	text-align: center;
	vertical-align: top;
}
#semaine td h3, #semaine td h4 {
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
}
#semaine td p {
	margin: 0px;
	padding: 0px;
}
#semaine td hr
{
  border-color: #c3b9ad;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  margin: 14px 0px 0px;
  height: 0px;
}
.jour, .prix {
	font-weight: bold;
}


/* CARTE DES METS ================================================ */

#cadreCarte, #cadreCarteAdmin {
	width: 384px;
	border: 9px solid #c3b9ad;
	padding: 8px 8px 15px 8px;
	margin: 8px auto;
	background-color: white;
}
#cadreCarte h3 {
	font-weight: bold;
	font-size: 11px;
	margin-top: 7px;
}
#cadreCarte p {
	width: 310px;
	margin-top: 7px;
}
#cadreCarte h4 {
	margin: -14px 0px 0px 324px;
	width: 60px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
}
#cadreCarte hr
{
  border-color: #c3b9ad;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  margin: 14px 0px 0px;
  height: 0px;
}


/* FORMULAIRES ================================================ */
#cadreFormulaire {
	width: 384px;
	border: 9px solid #c3b9ad;
	padding: 8px;
	margin: 8px auto;
	background-color: white;
}
#contact {
	width: 384px;
}
.paraForm {
	width: 384px;
	border-bottom: 3px solid #c3b9ad;
	margin-bottom: 5px;
}
.inputCourt {
	width: 200px;
}
.labelPrix {
	float: left;
	display: block;
	width: 40px;
	margin-top: 3px;
}
.inputLong {
	float: left;
	width: 344px;
	margin-top: 3px;
	font-weight: bold;
}
.inputCourt, .inputLong {
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: white;
	color: #1a171b;
	height: 14px;
}
.textarea {
	width: 384px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
	background-color: white;
	color: #1a171b;
}
.boutonContact {
	float: right;
	text-align: right;
	outline: none;
	border: none;
	background: none;
	cursor: pointer;
	height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #80171e;
	margin-top: 18px;
}


/* PLAN D'ACCES ================================================ */

#cadrePlan {
	width: 425px;
	border: 9px solid #c3b9ad;
	padding: 8px;
	margin: 8px auto;
	background-color: white;
}
#cadrePlan small a {
	display: block;
	width: 425px;
	text-decoration: none;
	text-align: right;
	font-size: 12px;
	color: #80171e;
	margin-top: 18px;
}


/* LOGIN D'ADMINISTRATION ================================================ */

#login {
	margin: 30px 100px;
}
#login .entreeLogin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100px;
	height: 17px;
	margin-bottom: 10px;
	border: none;
	background-color: white;
	color: #1a171b;
}
.boutonLogin {
	width: 100px;
	outline: none;
	border: none;
	background: none;
	cursor: pointer;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #80171e;
	margin-top: 9px;
	text-align: center;
}


/* PIED ================================================ */

#pied {
	width: 936px;
	margin: 0px auto;
	height: 40px;
	font-size: 9px;
	text-align: center;
	color: #c3b9ad;
}
#pied a {
	text-decoration: none;
	color: white;
}
#admin a {
	text-decoration: none;
	color: #c3b9ad;
	cursor: pointer;
}