#accueil
{
    position: relative;
}
#bloc_accueil
{
    display: inline-block;
}
#devise_accueil
{
    font-family: Dayrom, serif;
    font-style: italic;
    font-weight: normal;
    font-size: 1.2em;
    text-align: center;
    list-style-position:inside;
    color: #333333;
    margin-top: 0px;
}

.accueil_rubrique
{
    display: inline-block;
    margin-left: -20px;
    margin-bottom: 0px;
    text-align: left;
    color: #333333;
}

/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
    position:relative;
    width:100%;
    height:auto;
    overflow: hidden;
    border-radius: 0px;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    max-width: none;
}
.nivo-main-image {
    display: block !important;
    position: relative !important; 
    width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    border:0;
    padding:0;
    margin:0;
    z-index:6;
    display:none;
    background:black; 
    filter:alpha(opacity=0); 
    opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display:block;
    position:absolute;
    z-index:5;
    height:100%;
    top:0;
}
.nivo-box {
    display:block;
    position:absolute;
    z-index:5;
    overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
    position:absolute;
    left:0px;
    bottom:0px;
    background:#000;
    color:#fff;
    width:100%;
    z-index:8;
    padding: 5px 10px;
    border-radius: 0px 0px 0px 0px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter:alpha(opacity=8);
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
    padding:5px;
    margin:0;
}
.nivo-caption a {
    display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position:absolute;
    top:45%;
    z-index:9;
    cursor:pointer;
}
.nivo-prevNav {
    left:0px;
}
.nivo-nextNav {
    right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    text-align:center;
    padding: 15px 0;
}
.nivo-controlNav a {
    cursor:pointer;
}
.nivo-controlNav a.active {
    font-weight:bold;
}
.nivoNews
{
    position:absolute;
    left:-5px;
    top:-5px;
    color:#fff;
    width:auto;
    z-index:10;
    display: inline-block;
}

.slider-wrapper
{
    position:relative;
}

/* Bannières */

#banniere_accueil_image
{
    margin-top: 15px;
    height: 400px;
    border-radius: 5px;
    position: relative;
    box-shadow: 0px 0px 6px #1c1a19;
    -webkit-box-shadow: 0px 0px 6px #1c1a19; 
    -moz-box-shadow: 0px 0px 6px #1c1a19; 
    -ms-box-shadow: 0px 0px 6px #1c1a19; 
    -o-box-shadow: 0px 0px 6px #1c1a19; 
    margin-bottom: 25px;
}
#banniere_accueil_description
{
    position: absolute;
    bottom: 0;
    border-radius: 0px 0px 5px 5px;
    width: 99.5%;
    height: 33px;
    padding-top: 15px;
    padding-left: 4px;
    background-color: rgb(24,24,24); /* Pour les anciens navigateurs */
    background-color: rgba(24,24,24,0.8);
    color: white;
    font-size: 1em;
}

.banniere_sortie
{
    position: relative;
    margin-top: 0px;
    margin-bottom: 10px;
    height:174px;
}
.banniere_image_preview
{
    height: 150px;
    width: 100%;
    top:24px;
    border-radius: 5px;
    position: relative;
    box-shadow: 0px 0px 6px #1c1a19;
    -webkit-box-shadow: 0px 0px 6px #1c1a19; 
    -moz-box-shadow: 0px 0px 6px #1c1a19; 
    -ms-box-shadow: 0px 0px 6px #1c1a19; 
    -o-box-shadow: 0px 0px 6px #1c1a19;
    margin:0;
    display: inline-block;
}
.banniere_image_details
{
    height: 300px;
    width: 100%;
    border-radius: 5px;
    position: relative;
    box-shadow: 0px 0px 6px #1c1a19;
    -webkit-box-shadow: 0px 0px 6px #1c1a19; 
    -moz-box-shadow: 0px 0px 6px #1c1a19; 
    -ms-box-shadow: 0px 0px 6px #1c1a19; 
    -o-box-shadow: 0px 0px 6px #1c1a19;
    margin-bottom: 15px;
    display: inline-block;
}
.banniere_fiche_activite_sortie
{
    position:absolute;
    right:-5px;
    top:-5px;
    color:#fff;
    width:auto;
    z-index:8;
}
.banniere_fiche_date
{
    position:absolute;
    display: inline-block;
    left:6px;
    margin-bottom: 0px;
    width:150px;
    height:24px;
    z-index:-8;
    padding: 0px;
    top: 0px;
}
.banniere_fiche_date_texte
{
    position:absolute;
    display: inline-block;
    color: #6D6253; 
    font-size: 0.8em; 
    font-weight: bold;
    letter-spacing: 0.09em;
    width: 93px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    bottom: -1px;
}

.banniere_fiche_date_img
{
    position:absolute;
    display: inline-block;
    z-index: -5;
    margin: 0px;
    padding: 0px;
    bottom: 0px;
}

.banniere_description
{
    position:absolute;
    left:0px;
    bottom:0px;
    background:#000;
    background: -webkit-linear-gradient(to right, #000, rgba( 0,0,0, 1), rgba( 0,0,0, 0.05), rgba( 0,0,0, 0)); 
    background: -moz-linear-gradient(to right, #000, rgba( 0,0,0, 1), rgba( 0,0,0, 0.05), rgba( 0,0,0, 0)); 
    background: -ms-linear-gradient(to right, #000, rgba( 0,0,0, 1), rgba( 0,0,0, 0.05), rgba( 0,0,0, 0)); 
    background: -o-linear-gradient(to right, #000, rgba( 0,0,0, 1), rgba( 0,0,0, 0.05), rgba( 0,0,0, 0)); 
    background: linear-gradient(to right, #000, rgba( 0,0,0, 1), rgba( 0,0,0, 0.05), rgba( 0,0,0, 0));
    color:#fff;
    opacity:0.8; /* Overridden by captionOpacity setting */
    width:100%;
    z-index:8;
    border-radius: 0 0 5px 5px;
}
.banniere_description p 
{
    padding:5px;
    margin:0;
}



/* Banniere des sorties génériques sur la page d'accueil  */

#generic_bannieres
{
    margin-bottom: 10px;
}

.banniere_prog_generic
{
    margin-top: 15px;
    height: 100px;
    border-radius: 15px 0px 15px 0px;
    position: relative;
    display: block;
    -moz-box-shadow:  0 0 20px #728393 inset, 0 0 2px #111111;  
    -webkit-box-shadow:  0 0 20px #728393 inset, 0 0 2px #111111;  
    -ms-box-shadow:  0 0 20px #728393 inset, 0 0 2px #111111;  
    -o-box-shadow:  0 0 20px #728393 inset, 0 0 2px #111111;
    box-shadow:  0 0 20px #728393 inset, 0 0 2px #111111;
}

.banniere_prog_generic_description
{
    position:absolute;
    display: inline-block;
    right:0px;
    top:0px; 
    color:#fff;
    opacity:1; /* Overridden by captionOpacity setting */
    width:80%;
    height:100%;
    z-index:8;
    border-radius: 0px 10px 10px 0px;

}
.banniere_prog_generic_description p
{
    font-size: 0.9em;
    padding-right: 4px;
    padding-top: 2px;
    margin-top: auto;
    margin-left: 200px;
    color: #555;
    border-radius: 0px 10px 10px 0px;
    vertical-align:middle;
    display:inline-block;
}
.banniere_prog_generic_description span { 
  vertical-align:middle;
  display:inline-block;
  line-height:1.2; /* on rétablit le line-height */
  text-align:left; /* ... et l'alignement du texte */
}
.banniere_prog_generic_activite_sortie
{
    position:absolute;
    right:-5px;
    top:-5px;
    color:#fff;
    width:auto;
    z-index:8;
}
.banniere_prog_generic_titre
{
    position:absolute;
    display: inline-block;
    left:0px;
    width: 100%;
    padding-left: 10px;
    top:0px;
    font-family: "Fredoka One", "lucida grande", tahoma, sans-serif;
    text-shadow: 0px 0px 10px #6B6B6B;
    font-size: 1.5em;
    font-weight: bold; 
    background: -webkit-linear-gradient(to right, #000, rgba( 0,0,0, 1), rgba( 0,0,0, 0.1), rgba( 0,0,0, 0)); 
    background: -moz-linear-gradient(to right, #000, rgba( 0,0,0, 1), rgba( 0,0,0, 0.1), rgba( 0,0,0, 0)); 
    background: -ms-linear-gradient(to right, #000, rgba( 0,0,0, 1), rgba( 0,0,0, 0.1), rgba( 0,0,0, 0)); 
    background: -o-linear-gradient(to right, #000, rgba( 0,0,0, 1), rgba( 0,0,0, 0.1), rgba( 0,0,0, 0)); 
    background: linear-gradient(to right, #D8D8D8, rgba( 0,0,0, 0));

    border-radius: 10px 0px 0px 0px;

    color: rgba( 20,20,20,1);
    opacity: .7;
}

.banniere_prog_generic_categorie
{
    position:absolute;
    display: inline-block;
    right:0px;
    padding-right: 10px;
    width: 50%;
    bottom:0px;
    z-index:3;
    font-family: "Fredoka One", "lucida grande", tahoma, sans-serif;
    text-shadow: 1px 1px 0px #999;
    text-align: right;
    font-size: 1.1em;
    letter-spacing: 0.03em;
    border-radius: 0px 0px 10px 0px;
    background: -webkit-linear-gradient(to left, #D8D8D8, rgba( 0,0,0, 1), rgba( 0,0,0,0.01), rgba( 0,0,0, 0)); 
    background: -moz-linear-gradient(to left, #D8D8D8, rgba( 0,0,0, 1), rgba( 0,0,0,0.01), rgba( 0,0,0, 0)); 
    background: -ms-linear-gradient(to left, #D8D8D8, rgba( 0,0,0, 1), rgba( 0,0,0,0.01), rgba( 0,0,0, 0)); 
    background: -o-linear-gradient(to left, #D8D8D8, rgba( 0,0,0, 1), rgba( 0,0,0,0.01), rgba( 0,0,0, 0)); 
    background: linear-gradient(to left, #D8D8D8, rgba( 0,0,0, 1), rgba( 0,0,0,0.01), rgba( 0,0,0, 0));

    color: rgba( 255,255,255,1);
    opacity: .8;
    
}



/* ASIDE */
aside
{
    margin-left:15px;
}
aside.mobile
{
    display: inline-block;
    vertical-align: middle;
    text-align: justify;
    position: absolute;
    width: 210px;
    background-color: #D8D8D8;
    box-shadow: 0px 2px 5px #1c1a19;
    -moz-box-shadow:  0px 2px 5px #1c1a19;  
    -webkit-box-shadow:  0px 2px 5px #1c1a19;  
    -ms-box-shadow:  0px 2px 5px #1c1a19;  
    -o-box-shadow:  0px 2px 5px #1c1a19;
    border-radius: 0px;
    padding: 10px;
    color: white;
    font-size: 0.9em;
    top:0;
    z-index:999;
    margin-top: 465px;
}
aside.floatable {
    position:fixed;
    top:0;
    margin-top: 35px;
}

aside img
{
    margin-right: 5px;
}
aside h1
{
    font-family: "Open Sans", "lucida grande", tahoma, sans-serif;
    font-style: normal;
    font-size: 1.3em;
    text-align: center;
    letter-spacing: 0.1em;
    color: #333333;
}

#photo_oliv
{
    text-align: center;
}

#logos_autres
{
    text-align: center;
    text-shadow: 1px -1px 0px #eee;
    color: #444;
}

#photo_oliv img
{
    border: 1px solid #181818;
    box-shadow: 0px 0px 5px #393939;
}
