/* @override http://aviatic.dev.ock.am:8080/css/screen.css */

/* @group Basics */

/* Remove padding and margin */
html, body,
h1, h2, h3, h4, h5, h6,
ul, ol, dl, li, dt, dd,
div, p, blockquote, pre, form, fieldset,
table, th, td {
	margin: 0;
	padding: 0;
	}

/* Put margin back on certain elements */
h2, h3, h4, h5, h6,
p, blockquote, pre, form, fieldset,
table, ul, ol {
	margin: 1em 0 0;
	}
blockquote {
	margin-left: 2em;
	}

/* Remove border around linked images */
img, a img, :link img, :visited img {
	border: none;
	}
:focus {
    outline:0;
    }
/* Typography */

html {
	font-size: 100.01%;
	}

body {
	background: #000 url(/img/bg-body-2.jpg) 50% 0 repeat-y;
	color: #333;
	font: 84%/1.3 Helvetica,Arial,sans-serif;
	text-align: center;
	}
body * {
	font-size: 1em;
	}

.sup {
	font-size: 65%;
	position: relative;
	top: -.5em;
	}
.clear { clear: both; height: 0 !important; line-height: 0 !important; margin: 0 !important; }

/* @end */

/* @group Links */

a:link {
	color: #b1b1f8;
	text-decoration: none;
	}
a:visited {
	color: #b1b1f8;
	text-decoration: none;
	}
a:hover, a:active {
	text-decoration: underline;
	}

/* @end */



/* @end */

/* @group Layout */

#page {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 950px;
	}

#main {
	background: #FFF url(/img/photo-resto.jpg) 50% 526px no-repeat;
	height: 928px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	}

/* @end */

/* @group Header */

#header {
	background: #FFF;
	margin: 0 0 0 80px;
	position: relative;
	z-index: 100;
	}
#header #logo {
	height: 221px;
	position: relative;
	}
#header h1 {
	background: transparent url(/img/fille.png) 0 0 no-repeat;
	position: absolute;
	top: 0px; left: -290px;
	width: 980px; height: 1200px;
	z-index: 100px;
	}
#header h1 span {
	display: block;
	position: absolute;
	top: 40px; left: 430px;
	width: 730px;
	}

#certificat {
	position: absolute;
	top: 125px; left: 560px;
	}

#plat {
	background: transparent url(/img/photo-plat.jpg) top right no-repeat;
	height: 194px;
	}
#vin {
	background: transparent url(/img/photo-vin.jpg) center right no-repeat;
	height: 194px;
	overflow: hidden;
	}
#vin h2 {
	background: transparent url(/img/50-vins.png) 0 0 no-repeat;
	margin: 40px 0 0 540px;
	text-indent: -9999px;
	width: 260px; height: 90px;
	}
#vin p {
	color: #FFF;
	margin: -26px 0 0 630px;
	position: absolute;
	}
#vin a {
	color: #b1b1f8;
	font-weight: bold;
	}


/* @end */

/* @group Menu */

#menu {
	background: transparent url(/img/bg-menu.png) 0 0 repeat-x;
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	z-index: 200;
	}
#menu ul {
	list-style: none;
	height: 42px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 950px;
	}
#menu li {
	color: #FFF;
	float: right;
	font-weight: bold;
	height: 39px;
	line-height: 39px;
	margin: 0 20px;
	padding: 0;
	text-transform: uppercase;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.004);
	}
#menu li a {
	color: #FFF;
	display: block;
	float: left;
	height: 39px;
	line-height: 39px;
	text-decoration: none;
	}
#menu #b_phone {
	float: left;
	font-size: 1.3em;
	letter-spacing: 2px;
	margin: 0 0 0 70px;
	}
#menu #b_facebook a {
	background: transparent url(/img/facebook.png) 0 45% no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	padding: 0;
	width: 67px;
	}

/* @end */

/* @group Content */

#promo {
	background: transparent url(/img/promo-plats.png) 0 0 no-repeat;
	position: absolute;
	text-indent: -9999px;
	top: 725px; left: 45px;
	width: 275px; height: 300px;
	z-index: 101;
	}
#menu-spectacle {
	position: absolute;
	top: 723px; left: 30px;
	width:252px; height: 313px;
	z-index: 101;
	background: transparent url(/img/menu-spectacle.png) 0 0 no-repeat;
	text-indent: -9999px;
	overflow:hidden;
	}

#parking {
	position: absolute;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.004);
	top: 1080px; left: 30px;
	width: 500px;
	z-index: 101;
	}
#parking p {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	}

#temoignage {
	margin: 40px 0 0 720px;
	width: 210px;
	}
#temoignage ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#temoignage li {
	margin: 0;
	padding: 0 0 30px;
	}
#temoignage li p {
	font-style: italic;
	font-weight: bold;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.004);
	}
#temoignage li p.auteur {
	font-style: normal;
	font-weight: normal;
	margin: .5em 0 0;
	text-align: right;
	}

/* @end */


/* @group Footer */

#footer {
	color: #FFF;
	font-size: .9em;
	padding: 15px 15px 100px;
	position: relative;
	}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#footer li {
	float: right;
	margin: 0;
	padding: 0 0 0 20px;
	text-transform: uppercase;
	}
#footer li#address {
	float: left;
	padding: 0 ;
	text-transform: none;
	}
#footer a {
	color: #FFF;
	}

/* @end */

/* @group Drawer */

div#drw {
	background: #818285;
	width: 926px;
	overflow: hidden;
	padding: 0 2px;
	position: absolute;
	top: 39px; left: 10px;
	z-index: 150;
}

div#drw div#drw_close {
	background: #818285;
	margin: 0 0 0 20px;
	clear: both;
}

div#drw div#drw_close a {
	text-indent: -9999px;
	background: url("/img/drw.gif") right bottom no-repeat;
	width: 20px;
	height: 20px;
	margin: 0 0 0 auto;
	display: block;
}

div#drw div#drw_loader {
	text-indent: -9999px;
	background: url("/img/loader.gif") center center no-repeat;
	height: 50px;
	margin: 10px 0 0 0;
}

/* @end */

/* @group Remote pages */

#remote-page {
	background: #FFF;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 926px;
	}

#remote-page-main {
	overflow: hidden;
	margin: 60px 50px 50px;
	width: 826px;
	}

#remote-page p.back {
	font-weight: bold;
	margin: 0;
	padding: 20px;
	}
#remote-page p.back a {
	color: #e3151f;
	}

#page #remote-page p.back {
	display: none;
	}

#remote-page h2 {
	color: #e3151f;
	font-size: 1.5em;
	margin: 0;
	}

#menu-resto {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#menu-resto li {
	display: inline;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 30px 0 0;
	padding: 0;
	text-transform: uppercase;
	}
#menu-resto a, #Groupe .sous-menu a {
	color: #888;
	}
#menu-resto a:hover, #menu-resto a.select, #Groupe .sous-menu a:hover, #Groupe .sous-menu .select a {
	color: #e3151f;
	}
#menu-resto .groupe {
    float: right;
    margin: 0;
    }
#Groupe .sous-menu {
    width:180px;
    float:left;
    margin-top:2em;
    }
#Groupe .sous-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#Groupe .sous-menu li {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom:1em;
	padding: 0;
	text-transform: uppercase;
	}
#Groupe .sous-menu ul {
    margin-bottom:4em;
    }
#Groupe #groupe1, #Groupe #groupe2, #Groupe #groupe3 {
    float:left;
    width:630px;
    }
#Groupe h3 {
    color:#e3151f;
    margin:2em 0 1.35em;
    font-weight:normal;
    }
#Groupe .menu-list {
    margin:1em 0 1.5em;
    }
#Groupe .menu-list li {
    margin:0 0 0.1em 0;
    padding:0;
    }
#Groupe .prix {
    font-weight:bold;
    text-transform:uppercase;
    color:#e3151f;
    padding-bottom:5em;
    }
#Groupe .imprimer span a {
    display:block;
    float:left;
    background:url(/img/imprimer.png) center center no-repeat;
    text-indent:-9999px;
    overflow:hidden;
    width:28px;
    height:36px;
    position:relative;
    top:-10px;
    margin-right:10px;
    }

#Groupe .reserver {
	clear: both;
	margin-top: 4em;
	}

.menu-list .liaison {
    color:#e3151f;
    text-transform:uppercase;
    }
.menu-list {
	list-style: none;
	margin: 2em 0 0;
	padding: 0;
	}
.menu-list li {
	margin: 1em 0 0;
	padding: 0;
	}
.menu-list li em {
	font-style: normal;
	text-transform: uppercase;
	}
.menu-list li strong {
	font-weight: normal;
	margin-left: 30px;
	}
.menu-list li em span {
    font-style:italic;
    }
#coords {
	color:  #888;
	float: left;
	width: 300px;
	}
#coords h2 {
	display: block !important;
	font-size: 1.2em;
	font-weight: normal;
	margin: 4em 0 1em;
	text-transform: uppercase;
	}
#coords p {
	margin: 0 0 1em;
	}
#coords p.note {
	font-size: .85em;
	}
#coords p.em {
	color: #e3151f;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	margin: 4em 0 0;
	}

#resform {
	margin: 30px 0 0 420px;
	}

#resform th, #resform td {
	padding: 4px;
	}
#resform th {
	color: #e3151f;
	font-size: 1.6em;
	font-weight: bold;
	padding-bottom: 20px;
	}
#resform td {
	font-size: 1.2em;
	}
#resform td.action {
	text-align: right;
	padding: 14px 2px 10px;
	}
#resform td#dayofweek {
	text-align: right;
	width: 5em;
	}
#resform td.note {
	color: #999;
	font-size: .85em;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	}

#commande #col1 {
	display: inline;
	float: left;
	width: 280px;
	}
#commande #col2 {
	display: inline;
	float: right;
	width: 500px;
	}
#commande h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
	}
#commande #col2 h3 {
	margin-left: 130px;
	}
#commande h3 strong {
	color: #e3151f;
	font-size: 1.8em;
	}
#commande p {
	margin: .5em 0;
	}
#commande p#total {
	margin: 1.5em 0 0;
	}
#commande p#total strong {
	font-size: 1.3em;
	font-weight: normal;
	}

#commande .req  {
	color: #e3151f;
	}

#commande .leftlabel {
	position: relative;
	width: 500px;
	}
#commande label {
	display: block;
	position: absolute;
	text-align: right;
	top: 4px; left: 0;
	width: 120px;
	}
#commande input {
	border: 1px solid #a1a1a1;
	margin: 0 0 0 130px;
	padding: 2px 5px;
	width: 358px;
	}
#commande input.short {
	width: 179px;
	}

#commande #order {
	margin: 1em 0 0 124px;
	overflow: hidden;
	position: relative;
	width: 376px;
	}
#commande #order input {
	border: none;
	float: left;
	margin: 0;
	width: auto;
	}
#commande #order span {
	color: #666;
	display: block;
	float: right;
	font-size: .9em;
	font-style: italic;
	line-height: 1.1;
	margin: 1px 0 0;
	width: 240px;
	}

#commande #paypal {
	margin: 2em 0 0;
	text-align: right;
	}
#commande p.error {
	color: #E3151F;
	margin-bottom:1em;
	font-weight:bold;
	}
#commande #col2 p.error {
	margin-left:130px;
	}
#commande #col1 .invalidField {
	background-color:#fdd;
	}
#commande #col2 .invalidField {
	color:#E3151F;
	}
#commande #col2 .invalidField input {
	background-color:#fdd;
	}
/* @end */

/* @group Horaire des fetes */

#b_horaire {
	margin: 0;
	position: absolute;
	text-align: right;
	top: 180px; left: 440px;
	width: 350px;
	}
#b_horaire a {
	color: #c03 !important;
	}
#horaire {
	margin: 0 0 40px;
	width: 430px;
	}
.pos_horaire {
	position: absolute;
	top: 200px; left: 446px;
	z-index: 100;
	}
#horaire .box {
	background: #e3151f;
	color: #fff;
	padding: 25px 0 15px;
	overflow: hidden;
	width: 430px;
	}
#horaire dl.col {
	display: inline;
	float: left;
	font-size: .9em;
	line-height: 1.4;
	margin: 0 10px 0 0;
	width: 160px;
	}
#horaire dl.first {
	margin-left: 60px;
	}
#horaire dt {
	font-weight: bold;
	}
#horaire dd {
	margin: 0 0 1em;
	}

/* @end */


