/* utils {{{ */

.hidden {
    display: none;
}

.clearleft {
    clear: left;
}

.clearright {
    clear: right;
}

.clearboth {
    clear: right;
}

/* utils }}} */
/* common styles {{{ */

body {
    background: #555 url('/media/images/common/background.png') repeat top left;
}

#container {
    position: absolute;
    width: 960px;
    height: 650px;
    left: 50%;
    margin-left: -480px; /* set to a negative number 1/2 of your height */
    margin-top: 0;
    overflow: hidden;
}

/* end common styles }}} */
/* header     {{{ */

#header {
    background: transparent url('/media/images/header/background.png') no-repeat top left;
    height: 45px;
}

#header ul {
    padding-right: 400px;
    padding-left: 400px;
    margin-top: 7px;
    z-index: 10;
    list-style: none;
}

#header ul li {
    display: inline;
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}

#header ul li a {
    width: 22px;
    height: 22px;
    display: block;
}

#header-presentation {
    background: transparent url('/media/images/header/presentation.png') no-repeat top left;
}

#header-courses {
    background: transparent url('/media/images/header/courses.png') no-repeat top left;
}

#header-evenements {
    background: transparent url('/media/images/header/evenements.png') no-repeat top left;
}

#header-restaurant {
    background: transparent url('/media/images/header/restaurant.png') no-repeat top left;
}

#header-contact {
    background: transparent url('/media/images/header/contact.png') no-repeat top left;
}

#header-partenaires {
    background: transparent url('/media/images/header/partenaires.png') no-repeat top left;
}

/* end header }}} */
/* footer     {{{ */

#footer {
    background: transparent url('/media/images/footer/background.png') no-repeat top left;
    width: 960px;
    height: 45px;
}

#footer ul {
    list-style: none;
}

#footer ul li {
    list-style: none;
    display: inline;
    float: left;
    padding: 0;
    margin: 0;
}

#footer ul li a {
    display: block;
    height: 45px;
}

#footer-adresse {
    width: 445px;
    background: transparent url('/media/images/footer/adresse.png') no-repeat bottom left;
}

#footer-email {
    width: 201px;
    background: transparent url('/media/images/footer/email.png') no-repeat bottom left;
}

#footer-video {
    width: 81px;
    background: transparent url('/media/images/footer/video.png') no-repeat bottom left;
}

#footer-presse {
    width: 63px;
    background: transparent url('/media/images/footer/presse.png') no-repeat bottom left;
}

#footer-espace-membre {
    width: 101px;
    background: transparent url('/media/images/footer/espace-membre.png') no-repeat bottom left;
}

#footer-credits {
    width: 63px;
    background: transparent url('/media/images/footer/credits.png') no-repeat bottom left;
}

/* end footer }}} */
/* miscellaneous styles {{{ */

.slideshow {
    display: none;
}

#error {
    margin: 260px 0 0 50px;
}

#error, #error a {
    color: white;
}

#available-soon, #partants-non-disponibles {
    background-color: #ffeeaa;
    color: #333;
    font-size: 1.2em;
    padding: 15px;
}

#credits {
    width: 300px;
    padding: 15px;
    font-size: 1.0em;
    color: #333;
}

#credits a {
    color: orange;
    text-decoration: none;
}

/* end error pages }}} */
