/**
 * Colors:
 *  light grey: e3e4e5
 *  dark grey: 626366
 *  blue: 0c67ac
 */

/* 
   CSS Reset
   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Site style */

html, body {
    height: 100%;
    width: 100%;
    background: #e3e4e5;
}

#main {
    position: relative;
    width: 900px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

#top-bar {
    position: relative;
    height: 30px;
    z-index: 1;
}

#top-bar-left {
    float: left;
    width: 30px;
    height: 30px;
    background-image: url('top-bar-left.png')
}

#top-bar-middle {
	float: left;
    width: 840px;
    height: 30px;
    background-image: url('top-bar-middle.png')
}

#top-bar-right {
    float: left;
    width: 30px;
    height: 30px;
    background-image: url('top-bar-right.png')
}

#lang-bar {
    position: absolute;
    top: 5px;
    right: 30px;
    font-family: 'aristaregular', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-stretch: condensed;
    text-transform: uppercase;
    color: white;
}

#lang-bar a {
    color: white;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
}

#lang-bar a:visited {
    color: white;
    text-decoration: none;
}

#lang-bar a:active {
    color: white;
}

#lang-bar a:hover {
    color: #e3e4e5;
}

#logo-bar {
    display: block;
    height: 200px;
}

#logo {
    position: relative;
    display: block;
    width: 160px;
    height: 155px;
    background-image: url('logo.png');
    margin-left: 40px;
    margin-top: -15px;
    z-index: 1000;
}

#head-image {
    z-index: 0;
    position: relative;
    top: -170px;
    overflow: hidden;
}

#menu-bar {
    position: relative;
    height: 120px;
    z-index: 1;
}

#menu-bar a {
    display: table-cell;
    text-decoration: none;
}

#menu-bar nav {
    display: table;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
}

.bar-style {
    
}

.menu-entry {
    float: left;
    width: 160px;
    height: 120px;
    font-family: 'aristaregular';
    font-size: 20px;
    text-align: center;
    font-variant: small-caps;
    line-height: 220px;
    background-position: 46px 0px;
    background-repeat: no-repeat;
    vertical-align: text-bottom;
}

.station-menu-entry {
    background-image: url('station.png');
    color: #f18900;
}

.librairie-menu-entry {
    background-image: url('librairie.png');
    color: #8eb610;
}

.brasserie-menu-entry {
    background-image: url('brasserie.png');
    color: #e01465;
}

.sandwich-menu-entry {
    background-image: url('sandwich.png');
    color: #881272;
}

#content-bar {
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 20px;

    border-top: thin dotted #0c67ac;
    border-bottom: thin dotted #0c67ac;
}

#content-bar h1 {
    font-family: aristaregular, Helvetica, sans-serif;
    font-size: 35px;
    color: #0c67ac;
    margin-bottom: 10px;
}

#content-bar h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #0c67ac;
    padding-bottom: 10px;
    padding-left: 34px;
    background-image: url("fleche_default.png");
    background-repeat: no-repeat;
}

#content-bar h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #0c67ac;
    padding-bottom: 10px;
}

#content-bar p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: justify;
    color: #626366;
    margin-bottom: 20px;
}

#content-bar ul {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #626366;
    margin-bottom: 20px;
    list-style-type: circle;
    list-style-position: inside;
}

#content-bar ol {
    font-size: 12px;
    color: #626366;
    margin-bottom: 20px;
    list-style-type: decimal;
    list-style-position: inside;
}

#slideshow-bar {
    height: 200px;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: thin dotted #0c67ac;
}

#bottom-bar {
    height: 25px;
    padding-top: 10px;
}

#copyright {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-left: 40px;
    text-align: left-align;
    color: #0c67ac;
}

#legal {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-left: 40px;
    text-align: left-align;
    color: #0c67ac;
    margin-left: 435px;
}

#legal a {
    color: #0c67ac;
    text-decoration: none;
}

#legal a:visited {
    color: #0c67ac;
    text-decoration: none;
}

#legal a:active {
    color: #0c67ac;
}

#legal a:hover {
    color: #0c67ac;
}

#contact {
    position:absolute;
    bottom: 0;
    right: 40px;
    width: 100px;
    height: 28px;
    font-family: aristaregular, Helvetica, sans-serif;
    font-size: 18px;
    background-color: #378dce;
    text-align: center;
    line-height: 30px;

    -webkit-border-top-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-topright: 30px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}

#content-bar p.headline {
    color: black;
    font-size: 16px;
}

#content-bar p.emph {
    font-weight: bold;
}

#content-bar span.emph {
    font-weight: bold;
}

#content-bar p.bubble {
	display: block;
    -webkit-border: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #378dce;
    color: white;
    font-weight: bold;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

#contact a, #contact a:active, #contact a:hover, #contact a:visited {
    color: white;
    text-decoration: none;
}

#map {
    width: 640px;
    height: 480px;
    margin-left: auto;
    margin-right: auto;
}

#lang-bar a.facebook-link {
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-left: 20px;
    padding: 0;
    background-image: url("fb_16.png");
    background-repeat: no-repeat;
}

/* Carousel */

.jcarousel-wrapper {
    position: relative;
    height: 200px;
    padding-left: 107px;
    padding-right: 107px;
}

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 614px;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
}

.jcarousel li {
    float: left;
    width: 297px;
    padding-left: 10px;
}

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 90px;
    width: 38px;
    height: 37px;
}

.jcarousel-control-prev {
    left: 0;
    background-image: url("prev-horizontal.png");
}

.jcarousel-control-next {
    right: 0;
    background-image: url("next-horizontal.png");
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}

/* Librarie page style */

#content-bar.librairie-bar h1, #content-bar.librairie-bar h2, #content-bar.librairie-bar h3 {
    color: #8eb610;
}

#content-bar.librairie-bar h2 {
    background-image: url("fleche_librairie.png");
    background-repeat: no-repeat;
}

#content-bar.librairie-bar p.bubble {
    background-color: #8eb610;
}

/* Sandwicherie page style */

#content-bar.sandwicherie-bar h1, #content-bar.sandwicherie-bar h2, #content-bar.sandwicherie-bar h3 {
    color: #881272;
}

#content-bar.sandwicherie-bar h2 {
    background-image: url("fleche_sandwich.png");
    background-repeat: no-repeat;
}

#content-bar.sandwicherie-bar p.bubble {
    background-color: #881272;
}

/* Brasserie page style */

#content-bar.brasserie-bar h1, #content-bar.brasserie-bar h2, #content-bar.brasserie-bar h3 {
    color: #e01465;
}

#content-bar.brasserie-bar h2 {
    background-image: url("fleche_brasserie.png");
    background-repeat: no-repeat;
}

#content-bar.brasserie-bar p.bubble {
    background-color: #e01465;
}

/* Station page style */

#content-bar.station-bar h1, #content-bar.station-bar h2, #content-bar.station-bar h3 {
    color: #f18900;
}

#content-bar.station-bar h2 {
    background-image: url("fleche_station.png");
    background-repeat: no-repeat;
}

#content-bar.station-bar p.bubble {
    background-color: #f18900;
}
