body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

a, a:visited {
    text-decoration: none;
    color: #111111;
}
@font-face {font-family:
    'WCROUGHTRADBETABold';
    src:
    url('WC_RoughTrad-webfont.eot');
    src:
    local('☺'), url('WC_RoughTrad-webfont.woff') format('woff'), url('WC_RoughTrad-webfont.ttf') format('truetype'), url('WC_RoughTrad-webfont.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-size: 14px;
    font-family: "WCROUGHTRADBETABold", Arial, Helvetiva;
}

.clear {
    clear: both;
}

.gras {
    font-weight: bold !important;
}

.majuscule {
    text-transform: uppercase !important;
}

.souligne {
    text-decoration: underline !important;
}

.italique {
    font-style: italic !important;
}

#container {
    position: relative;
    margin: 0 auto;
    width: 1000px;
    min-height: 584px;
    background-color: #B9E86A;
    -moz-border-radius: 5px; /* FF1+ */
    -webkit-border-radius: 5px; /* Saf3+, Chrome */
    border-radius: 5px; /* Opera 10.5, IE 9 */
}

#titre {
    color: #000000;
    font-size: 2.4em;
    text-align: right;
    padding: 15px 20px 0 0;
}

#header {
    height: 80px;
}

#page {
    margin: 0 15px;
    min-height: 460px;
}

#footer {
    height: 44px;
}

#menu {
    font-size: 1.35em;
    height: 34px;
    margin: 10px 17px 0;
    width: 966px;
}

#menu a {
    font-weight: bold;
    padding-right: 5px;
}

#menu ul {
    list-style: none outside none;
}

#menu ul li {
    float: left;
    margin: 0;
    margin-right: 5px;
}

#menu ul .last {
    border: none;
}

#menu .selected {
    color: #FFFFFF !important;
}

#menu .menu-hover {
    color: #FFFFFF !important;
}

#page h2 {
    text-decoration: underline;
    font-size: 120%;
}

.text-page {
}

.text-page p {
    margin-bottom: 5px;
}

.text-page-bottom{
	margin: 5px 0;
	font-style: italic;
	text-align: right;
}

.accueil {
    background: transparent url(fond_accueil.png) no-repeat scroll 0 0;
}

.accueil .text-page {
    margin: 0 30px 0 420px;
}

.acces {
    background: transparent url(fond_acces.png) no-repeat scroll 0 0;
}

.acces-description {
    float: left;
    width: 150px;
}

.acces-transports-publics {
    float: right;
    width: 150px;
}

.tarifs {
    background: transparent url(fond_tarifs.png) no-repeat scroll 0 0;
}

.tarifs .text-page ul {
    list-style-position: inside;
    list-style-type: square;
}

.tarifs #menu a, .tarifs #menu li, .a-propos #menu a, .a-propos #menu li {
    color: #b9e86a;
}

.tarifs #footer, .a-propos #footer {
    background-color: #000;
}
.a-propos {
    background: transparent url(fond_a_propos.png) no-repeat scroll 0 0;
}

.photos {
}

.agenda .text-page p {
	margin-left: 2px;
    /*margin-bottom: 15px;*/
}

#agenda-liste {
	margin-right: 20px;
	text-align: justify;
}

.galerie {
    margin: 10px 0 30px;
}

.galerie-image {
    border: 5px solid #111;
    float: left;
    margin: 5px;
    -moz-border-radius: 5px; /* FF1+ */
    -webkit-border-radius: 5px; /* Saf3+, Chrome */
    border-radius: 5px; /* Opera 10.5, IE 9 */
}

.galerie-image img {
    height: 67px;
}

.galerie .galerie-photo-hover {
    border-color: #EEE;
}

.liens {
    background: transparent url(fond_liens.png) no-repeat scroll 0 0;
}

.liens .text-page {
    padding: 30px 50px 0 615px;
}

.liens .text-page a {
    text-decoration: underline;
}

.liens .text-page ul {
    list-style-position: inside;
    list-style-type: square;
}

.liens .block-lien {
    margin-bottom: 15px;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}

#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}

#jquery-lightbox a img {
    border: none;
}

#lightbox-container-image-box {
    position: relative;
    background-color: #000;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

#lightbox-container-image {
    padding: 10px;
}

#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {
    left: 0;
}

#lightbox-nav a {
    outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}

#lightbox-nav-btnPrev {
    left: 0;
    float: left;
}

#lightbox-nav-btnNext {
    right: 0;
    float: right;
}

#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #000;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}

#lightbox-container-image-data {
    padding: 0 10px;
    color: #666;
}

#lightbox-container-image-data #lightbox-image-details {
    width: 70%;
    float: left;
    text-align: left;
}

#lightbox-image-details-caption {
    font-weight: bold;
}

#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}

