/*-------------------------------------------------
 STYLE CSS RESTAURANT FEU SACRE
 2008-10-09
---------------------------------------------------*/
body {
	background-image: url(../img/bg_top_x.jpg);
	background-repeat: repeat-x;
	background-color: #1A1917;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	margin: 0px;
	background-position: center top;
}
a {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.pour_imprimer {
  display:none;
}
#intro {
	background-color: #191919;
	background-image: none;
}
#intro_centre {
  position:absolute;
  left: 50%; 
  top: 50%;
  width: 640px;
  height: 410px;
  margin-top: -205px; /* moitié de la hauteur */
  margin-left: -320px; /* moitié de la largeur */
}
#intro_centre4 {
  position:absolute;
  left: 50%; 
  top: 50%;
  width: 800px;
  height: 600px;
  margin-top: -300px; /* moitié de la hauteur */
  margin-left: -400px; /* moitié de la largeur */
}

/****************************************************
  PAGE
*****************************************************/
#page {
	position:absolute;
	left: 50%;
	top: 0px;
	width: 810px;
	height: auto;
	margin-left: -405px;
	background-image: url(../img/bg_feu_sacre.png);
	background-repeat: repeat-y;
}


/****************************************************
  ENTETE
*****************************************************/
#entete {
	width: 750px;
	margin-left: 30px;
	float: left;
}

#banderouge {
	background-color: #3B1003;
	height: 6px;
	width: 750px;
}

#bandegrise {
	background-color: #393939;
	height: 9px;
	width: 750px;
}

#imagetop {
	z-index: 10;
	position: absolute;
	top: 15px;
	left: 175px;
}


#effacerdiv {
	clear: both;
}

#logo {
	z-index: 100;
	margin-left: 9px;
	margin-top: -12px;
	position: relative;
}
/****************************************************
  MENU
*****************************************************/
#menu {
	height: 50px;
	width: 732px;
	margin-left: 39px;
	background-image: url(../img/bg_menu_top.png);
	background-repeat: repeat-x;
	float: left;
}
#menu #position {
	margin-left: 16px;
	margin-top: 8px;
}

/****************************************************
  TEXTE
*****************************************************/
#texte {
	float: left;
	width: 730px;
	margin-left: 39px;
	padding-top: 16px;
}

#marge {
	padding-right: 60px;
	padding-left: 60px;
	padding-bottom: 20px;
}
.marge_30 {
	margin-left: 30px;
}
#texte h1 {
	color: #F44F31;
	font-size: 16pt;
}

#texte h2 {
	color: #F68D4E;
	font-size: 14pt;
}
#texte h4 {

	color: #F68D4E;
	font-size: 12pt;
}
#texte #avec_contour {
	border: 1px solid #C4B3AA;
	background-color: #FFFFFF;
	padding: 5px;
}
#texte .a_droite {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.colonne_droite {
	float: left;
	width: 285px;
	margin-left: 20px;
}
.colonne_gauche {
	float: left;
	width: 285px;
	margin-right: 20px;
}

/****************************************************
  BAS DE PAGE
*****************************************************/
#basdepage {
	float: left;
	margin-left: 30px;
	height: 56px;
}
#basdepage #legumes {
	position: absolute;
	right: 30px;
	z-index: 250;
	margin-top: -90px;
}

/****************************************************
  AUTRES
*****************************************************/
#reservations {
	background-color: #C64025;
	border: 4px solid #93311C;
	margin-left: 30px;
	margin-right: 30px;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F3C8BE;
	font-weight: bold;
	background-image: url(../img/bg_formulaire.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#reservations input, #reservations select, #reservation textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #FFFFFF;
}
.tableau_menu {
	width: 550px;
	margin-left: 30px;
	margin-bottom: 4px;
}
.tableau_menu td {
	margin-bottom: 4px;
	padding-bottom: 4px;
}

.separateur {
}

.tab {
	padding-left: 10px;
}
.rouge {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}
