:root {
  --var-a-color: #06c;
  --var-a-hover-color: #006;
  --my-color: #0066CC;
}


/*BODY */
body
{
    /*background: url('images/fond_jaune.png');*/
    /*background: url('../images/fond_hiver_2013.jpg');*/
    /*font-family: 'Trebuchet MS', Arial, sans-serif;*/
    font-family: "Open Sans", "lucida grande", tahoma, sans-serif;
    color: #181818;
    padding: 0px;
    margin: 0px;
}
.main-background
{
    background: url('../images/fond_hiver_2015.jpg');
    background-position: top;
    position: fixed;
    padding: 0px;
    margin: 0px;
    height: 100%;
    width: 100%;
    z-index: -99999;
}
#bloc_page
{
    position: relative;
    width: 800px;
    margin: auto;
    margin-top:0px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-top: 20px;
    /*background: url('../images/fond_bleu.png');  */
    background-color: white;
    box-shadow: 0px 0px 10px #1c1a19;
    -webkit-box-shadow: 0px 0px 10px #1c1a19; 
    -moz-box-shadow: 0px 0px 10px #1c1a19; 
    -ms-box-shadow: 0px 0px 10px #1c1a19; 
    -o-box-shadow: 0px 0px 10px #1c1a19;
    z-index: 0;
}



img 
{
    vertical-align:middle;
}

a
{
    text-decoration: none;
    color: #004976;
    font-weight: normal;
}

a:hover
{
    color: #2989BA;
    /*text-decoration: underline;*/
}

a img 
{
    border : none;
}
ul.nolist
{
    list-style-type: none;
}
.Centrer 
{
    text-align: center;
    margin: auto;
    margin-top:10px;
    display: block;
}
/* SECTION */

section
{
    padding-top:10px;
    padding-bottom:10px;
}
section h1
{
    font-family: Dayrom, serif;
    font-style: italic;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
    list-style-position:inside;
    color: #333333;
    font-size: 1.3em;
}
h2, h3
{
    /*font-family: "Fredoka One", "lucida grande", tahoma, sans-serif;*/
    font-family: "Open Sans", "lucida grande", tahoma, sans-serif;
    font-weight: 100;
    letter-spacing: 0.08em;
}
h2
{
    font-size: 1em;
    text-align: center;
}

h3
{
    font-size: 0.8em;
}
ul.Liste
{
    list-style-type: none;
    padding-left:30px;
}
p
{
    padding-left:10px;
    text-align: justify;
}


/* ARTICLE */
.margeplus
{
    margin-top: 3em;
}
article
{
    display: inline-block;
    vertical-align: top;
    text-align: justify;
    width: 100%;
    margin-right: 15px;
    /*background: url('images/fond_bleu.png');*/
    /*box-shadow: 0px 2px 5px #1c1a19;*/
    /*border-radius: 5px;*/
}
article.bloc {
    padding:10px;
    margin:0 10px; /* espacement horizontal entre les blocs */
    height:auto;
    width:55%;
    display:inline-block;
    vertical-align:top;
}
article.billet {
    padding:10px;
    padding-top: 0px;
    height:auto;
    width:auto;
    display:block;
    vertical-align:top;
    margin:auto;
    margin-top: 0px;
    text-align: justify;
}
article.billet a img
{
    /*border: 1px solid black;*/
    border-color: black;
}
article.billet h1
{
    font-size: 1.3em;
    font-style: normal;
}
article.billet h2
{
    font-size: 0.9em;
    font-style: italic;
}
article.billet h3
{
    letter-spacing: 0.15em;
    line-height: 5em;
    font-size: 0.8em;
    font-weight: bold;
}
article.billet h4
{
    font-size: 0.8em;
    font-weight: bold;
    font-style: italic;
    margin-left: 0.5em;
}
article p
{
    font-size: 0.9em;
}
.article_ss_titre
{
    color: #999999;
    margin-bottom: 17px;
    line-height: .1em;
    font-size: .8em;
}
.article_ss_titre a
{
   color: #999999; 
}
.article_date
{
    position:absolute;
        margin-top: 20px;
    right: 30px;
    color:#fff;
    width:auto;
    height: 25px;
    margin-bottom: 0px;
    display: inline-block;
}
.next, .prev
{
    margin-top: 20px;
    position:absolute;
    font-weight: bold;
    width:100px;
    height: 20px;
    font-size: 13px;
    display: inline-block;    
}
.next a, .prev a
{
    color:grey;
}
.next
{
    margin-right: 10px;
    right:0px;
    text-align: right;
}
.prev
{
    margin-left: 10px;
    left:0px;
    text-align: left;
}
.bottom
{
margin-left: 340px;
margin-right: 340px;
}
.article_date_texte
{
    position:absolute;
    display: inline-block;
    color: #6E664A; 
    font-size: 0.75em; 
    font-weight: bold;
    width: 90px;
    height: 25px;
    z-index: 1;
    /*padding-top: 5px;*/
    padding-left:13px;
    padding-top: 5px;
    margin: 0;
    text-align: center;
    text-shadow: -1px 1px 0px rgba( 255, 255, 255, 0.2);
    text-align: center;
}
.article_date_img
{
    position:absolute;
    display: inline-block;
    z-index: 0;
    margin: 0px;
    padding: 0px;
    top: 0px;
}
.rss
{
    position:absolute;
    display: inline-block;
    right: 0px;
}

figure
{
    height: auto;
    width:auto;
    margin: auto;
}

figure img
{
    max-height: 400px;
    max-width: 500px;
    border: 1px; 
}

figure figcaption
{
    text-align: center;
    font-size: 0.8em;
}

a.img_billet
{
    data-lightbox="a";
}

ul.plus_info
{
    margin: -1em 0;
    list-style-type:none;
    font-size: 0.9em;
    color: black;
}

/* Eléments principaux de la page */




.fiche_titre li
{
    display: inline-block;
    margin-right: 15px;
}

#programme
{
    margin-top: 35px;
    height: auto;
    width:100%;
    border-radius: 5px;
    position: relative;
    box-shadow: 0px 4px 4px #1c1a19;
    margin-bottom: 25px;
    border: 1px solid black;
}
.liens_simple_blanc
{
    color:white;
    text-decoration: none;
}
.liens_simple_noir
{
    color:black;
    text-decoration: none;
}
.right
{
        float: left;
}


.ico_categorie
{
    vertical-align: middle;
    margin-right: 8px;
}

#bienvenue h1
{
   font-family: Dayrom, serif;
    font-weight: normal;
    text-align: center;
}
#bienvenue
{
    position: relative;
    display: inline-block;
}
#fleche_bulle
{
    position: absolute;
    top: 100px;
    left: -12px;
}


/* Banieres */
.banniere_fiche_contenant
{
    position: relative;
    display:inline-block;
    margin-bottom: 15px;
    margin-top: 10px;
    height: auto;
    width:100%;
}
    
.banniere_fiche
{
    background: url('../images/fond_bleu.png');
    position: relative;
    margin-bottom: 0px;
    height: 115px;
    width:100%;
    border-radius: 0px 0px 0 0 ;
    border: none;/*1px solid black;*/
    border-bottom-style:none;
    box-shadow: 0px 0px 4px #6E6E6E;
    -webkit-box-shadow: 0px 0px 4px #6E6E6E; 
    -moz-box-shadow: 0px 0px 4px #6E6E6E; 
    -ms-box-shadow: 0px 0px 4px #6E6E6E; 
    -o-box-shadow: 0px 0px 4px #6E6E6E;
}

.banniere_fiche_titre
{
    position: relative;
    display: inline-block;
    margin-bottom: 0.5em;
    margin-left:120px;
    width:auto;
    height: 20px;
    color:black;
    text-decoration: none;
    text-align:left;
    font-family: Dayrom, serif;
    font-size: 1.4em;
    font-weight: normal;
    font-style: normal;
    z-index: -999;
}

#prog_accueil .banniere_fiche_titre
{
    font-size: 1.2em;
    letter-spacing: 0.1em;
}
.banniere_fiche_inscription
{
    display:inline-block;
    top: -5px;
    right:-5px;
    position: absolute;
    margin-top: 0px;
    z-index: 3;
}
.banniere_fiche_inscription img
{
    border: none;
}
.banniere_fiche_activite
{
    display:inline-block;
    top: -6px;
    right:-5px;
    position: absolute;
    margin-top: 0px;
    z-index: 2;
}
.banniere_fiche_image
{
    display:inline-block;
    position: absolute;
    background:#000;
    left: -10px;
    top:-10px;
    overflow: hidden;
    border-radius: 10px;
    width: 110px;
    height:110px;
    color: black;
    box-shadow: 0px 2px 4px #1c1a19;
    -moz-box-shadow: 0px 2px 4px #1c1a19;
    -webkit-box-shadow: 0px 2px 4px #1c1a19;
    -ms-box-shadow: 0px 2px 4px #1c1a19;
    -o-box-shadow: 0px 2px 4px #1c1a19;
}
.zone_zoom_sur
{
    width:100%;
}
#prog_accueil
{
    width: 525px;
    max-width: 525px;
}
#prog_accueil .banniere_fiche_image
{
    width: 108px;
    height:108px;
    left: -10px;
    top:-10px;
}
.banniere_fiche_info
{
    display:inline-block;
    position: absolute;
    top:15px;
    right: 30px;
    width: 185px;
    height: 80%;
    color: black;
    padding-left: 5px;
    font-weight: normal;
    line-height: 1.5;
}
#prog_accueil .banniere_fiche_info
{
    top: 70px;
    right: 0px;
    width: 155px;
    height: 80%;
    line-height: 0.9;
    font-size: 0.9em;
}
#prog_activite .banniere_fiche_info
{
    top: 70px;
    right: 0px;
    width: 145px;
    height: 80%;
    line-height: 0.9;
    font-size: 0.8em;
}
.banniere_fiche_massif
{
    display:inline-block;
    position: absolute;
    bottom:20px;
    right: 50px;
    width: 140px;
    color: #222;
    padding-left: 5px;
    font-weight: normal;
    text-decoration: underline;
    font-family: Dayrom, serif;
    text-align: center;

}
#prog_accueil .banniere_fiche_massif, #prog_activite .banniere_fiche_massif
{
    display:inline-block;
    position: absolute;
    top:35px;
    right: 35px;
    width: 140px;
    color: #222;
    padding-left: 5px;
    font-weight: normal;
    text-decoration: underline;
    font-family: Dayrom, serif;
    text-align: center;
}
.banniere_fiche_description
{
    display:inline-block;
    position: absolute;
    left: 115px;
    width: 55%;
    max-height: 90%;
    margin-top: 5px;
    color: black;
    padding-left: 5px;
    font-weight: normal;
    text-align: justify;
}
#prog_accueil .banniere_fiche_description
{
    left: 110px;
    width:240px;
    line-height: 1em;
    font-size: 0.9em;
    text-align: left;

}
#prog_activite .banniere_fiche_description
{
    left: 105px;
    width:39%;
    line-height: 1;
    font-size: 0.8em;

}
.rubrique
{
    display: inline-block;
    vertical-align: top;
    width: 47%;
    height: auto;
    margin-left: 15px;
    text-align: center;
}
.ss_rubrique
{
    background-color: rgba(250,250,250,1);
    position: relative;
    margin-top: 10px;
    height: auto;
    width:auto;
    padding: 5px;
    border-radius: 0 0 0 0 ;
    box-shadow: 0px 0px 2px #1c1a19;
    -webkit-box-shadow: 0px 0px 2px #1c1a19; 
    -moz-box-shadow: 0px 0px 2px #1c1a19; 
    -ms-box-shadow: 0px 0px 2px #1c1a19; 
    -o-box-shadow: 0px 0px 2px #1c1a19;
}

.bleu
{
    color: #4083A4;
    border-width: 0px;
    border-color: #4083A4;
    border
}

.toggleSubMenu
{
    width: 100%;
    z-index: -20;
}

.toggleSubMenu h2
{
    font-family: "Open Sans", "lucida grande", tahoma, sans-serif;
    font-weight: normal;
    font-size: 0.8em;
    color: #4083A4;
    text-align: left;
}
.toggleSubMenu h3
{
    font-family: Dayrom, serif;
    font-size: 0.95em;
    letter-spacing: 0.01em;
}
.toggleSubMenu a:hover
{
    text-decoration: none;
    color: rgba( 0,0,0, 0.6);
}
.toggleSubMenu p
{
    font-size: 0.9em;
}

.banniere_fiche_liens
{
    position: absolute;
    width:100%;
    margin-top: -5px;
    height: 20px;

    border-radius: 0px 0px 0px 0px;
    border: none;/*1px solid black;*/
    border-top-style:none;

    color:rgba( 0,0,0, 0.6);
    font-weight: bold;
    text-decoration: none;
    text-align:center;
    text-shadow: 1px 1px 0px rgba( 255,251,249, .4);
    letter-spacing: 2px;
    padding-bottom:2px;

    background-color: rgb(100,99,88); /* Pour les anciens navigateurs */
    background-color: #D8D8D8;/*706b64;*/
    box-shadow: 0px 1px 4px #6E6E6E;
    -webkit-box-shadow: 0px 1px 4px #6E6E6E; 
    -moz-box-shadow: 0px 1px 4px #6E6E6E; 
    -ms-box-shadow: 0px 1px 4px #6E6E6E; 
    -o-box-shadow: 0px 1px 4px #6E6E6E;

    z-index: 1;
}

.subMenu
{
    position: relative;
    display:block;
    margin-left: 5px;
    margin-right: 5px;
    right: 0px;
    padding: 15px;
    height: auto;
    color:black;
    border-radius: 0 0 5px 5px;
    z-index: 0;
}

.navigation {
  position: relative;
  margin:0;
  margin-bottom: 40px;
}


#prog_banniere {
  position: relative;
  margin:0;
  margin-bottom: 40px;
  margin-top: -10px;
}

.simpleShadow {  
    -moz-box-shadow: 0 0 65px #eeeeee inset, 0 0 20px #728393 inset, 0 1px 5px #111111;  
    -webkit-box-shadow: 0 0 65px #eeeeee inset, 0 0 20px #728393 inset, 0 1px 5px #111111;  
    -ms-box-shadow: 0 0 65px #eeeeee inset, 0 0 20px #728393 inset, 0 1px 5px #111111;  
    -o-box-shadow: 0 0 65px #eeeeee inset, 0 0 20px #728393 inset, 0 1px 5px #111111;
    box-shadow: 0 0 65px #eeeeee inset, 0 0 20px #728393 inset, 0 1px 5px #111111;  
} 


/* TAGS */
.tags
{
    position: absolute;
    right: 0px;
    text-align: right;
    font-size: 0.6em;
    line-height: 2.5em;
    transition:All 0.3618s ease;
    -webkit-transition:All 0.3618s ease;
    -moz-transition:All 0.3618s ease;
    -o-transition:All 0.3618s ease;
}
.tags:hover
{
    transform:translate(0px, -100%) translate(0px, 2.5em);
    -webkit-transform:translate(0px, -100%) translate(0px, 2.5em);
    -moz-transform:translate(0px, -100%) translate(0px, 2.5em);
    -o-transform:translate(0px, -100%) translate(0px, 2.5em);
    -ms-transform:translate(0px, -100%) translate(0px, 2.5em);
}

.tag_fiche_programme .tags
{
    top: -2.5em;
    margin-top:0px;
    margin-right: 10px;
    z-index: -99;
}

.categories
{
    z-index:8;   
    display: inline-block;
    /*max-height: 20px;*/
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    
    padding: 5px;
    text-align: center;
    font-family: 'Trebuchet MS', Arial, sans-serif;
}
a.categories:hover
{
    
    border-radius: 0px;
}




/* POLICES */
/* Définition des polices personnalisées */

@font-face
{
    font-family: 'BallparkWeiner';
    src: url('polices/ballpark.eot');
    src: url('polices/ballpark.eot?#iefix') format('embedded-opentype'),
         url('polices/ballpark.woff') format('woff'),
         url('polices/ballpark.ttf') format('truetype'),
         url('polices/ballpark.svg#BallparkWeiner') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Dayrom';
    src: url('polices/dayrom.eot');
    src: url('polices/dayrom.eot?#iefix') format('embedded-opentype'),
         url('polices/dayrom.woff') format('woff'),
         url('polices/dayrom.ttf') format('truetype'),
         url('polices/dayrom.svg#Dayrom') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* PAGINATION */

.pagination
{
    text-align: center;
}
.pagination li
{
    display: inline-block;
    font-size: 1em;
    padding-bottom: 3px;
}
.active
{
  /* color: #760001;*/
  text-decoration: underline;
}
.passive
{
   color: grey;
}

/*.pagination a:hover
{
    color: #760001;
}

.pagination a
{
    text-decoration: none;
}*/


/* MENU */

nav.floatable {
    position:fixed;
    top:0px;
    margin-left: -30px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0px;
    padding-bottom: 3px;
    background-color: white;
    z-index: 9999;
    width: 800px;
    height:1.9em;
     box-shadow: 0px 0px 10px #1c1a19;
    -webkit-box-shadow: 0px 0px 10px #1c1a19; 
    -moz-box-shadow: 0px 0px 10px #1c1a19; 
    -ms-box-shadow: 0px 0px 10px #1c1a19; 
    -o-box-shadow: 0px 0px 10px #1c1a19;
}

nav a, .ss_menu a
{
    font-family: Dayrom, serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.2em;
    color: #181818;
    padding-bottom: 3px;
    text-decoration: none;
    letter-spacing: 0.14em;
}

.ss_menu a
{
    font-size: 1em;
    letter-spacing: 0em;
    margin-top: 0px;
}

nav a:hover, .ss_menu a:hover
{
    color: #2989BA;
    border-bottom: 3px solid #2989BA;
    text-decoration: none;
}
nav li, .ss_menu li
{
    margin-right: 15px;
    display: inline-block;
}
nav ul, .ss_menu ul
{
    list-style-type: none;
    padding-left:0px;
    text-align: center;
    margin-top: 0px;
}

.menuActif a
{
    color: #760001;
}




/* HEADER */

header
{
    background: url('../images/separateur_noir.png') repeat-x bottom;
    position: relative;
}

#titre_principal
{
    display: inline-block;
    vertical-align:top;
}

#logo_uiagm
{
    display: inline-block;
    vertical-align:middle;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#titre_principal h1
{
    font-family: 'BallparkWeiner', serif;
    font-size: 2.3em;
    font-weight: normal;
}

#logo, #titre_principal h1
{
    display: inline-block;
    margin-bottom: 0px;
}

#titre_principal h2
{
    font-family: Dayrom, serif;
    font-size: 1.2em;
    margin-top: 0px;
    font-weight: normal;
}
#titre_tel
{
    margin-top: -10px;
}

/* Footer */

footer
{
    background:  url('../images/separateur_noir.png') repeat-x top;
    padding-top: 25px;
    position: relative;
}

footer p, footer ul
{
    font-size: 0.8em;
}

footer h1
{
    font-family: Dayrom, serif;
    font-size: 1.1em;
    font-weight: normal;
    text-transform: uppercase;
}
footer h2
{
    font-family: Dayrom, serif;
    font-weight:bold;
    font-size: 1em;
}
footer h3
{
    font-family: Dayrom, serif;
    font-weight:normal;
    font-size: 1em;
}
#mes_photos, #infos
{
    display: inline-block;
    vertical-align: top;
}

#mes_photos
{
    width: 49%;
}

#infos
{
    width: 49%;
}

#mes_photos img
{
    border: 1px solid #181818;
    margin-right: 2px;
}

#infos ul
{
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    width: 48%;
    list-style-image: url('../images/ico_liensexterne.png');
    padding-left: 2px;
}

#infos a
{
    text-decoration: none;
    /*color: #760001;*/
}
ul.tarifs, ul.link
{
    list-style-type: none;
    padding-left:0px;
    line-height: 1.6em;
}
.link li
{
    display: inline-block;
}


#conditions_vente h1 {
    counter-reset: h2counter;
}
#conditions_vente h2:before
{
    content: counter(h2counter) ".\0000a0\0000a0";
    counter-increment: h2counter;
    counter-reset: h3counter;
}
#conditions_vente h3:before
{
    content: counter(h2counter) "." counter(h3counter) ".\0000a0\0000a0";
    counter-increment: h3counter;
}

.prepa_sortie h2 
{
    text-align: left;
    font-weight: bold;
    margin-top: 50px;
}
.prepa_sortie h3
{
    font-weight: bold;
}
.prepa_sortie p, .prepa_sortie ul
{
    margin-left: 20px;
}

/* BOUTONS */
.bouton_rouge
{
    z-index:8;  
    display: inline-block;
    height: 50%;
    max-height: 20px;
    position: absolute;
    right: 5px;
    bottom: 3px;
    background: url('../images/fond_degraderouge.png') repeat-x;
    border: 1px solid #760001;
    border-radius: 5px;
    font-size: 0.8em;
    text-align: center;
    padding: 3px 3px 4px 8px;
    color: white;
    text-decoration: none;
}
.bouton_rouge_ajouter
{
    z-index:8;  
    display: inline-block;
    height: 50%;
    max-height: 20px;
    position: relative;
    left: 5px;
    bottom: 3px;
    background: url('../images/fond_degraderouge.png') repeat-x;
    border: 1px solid #760001;
    border-radius: 5px;
    font-size: 0.8em;
    text-align: center;
    padding: 3px 3px 4px 8px;
    color: white;
    text-decoration: none;
}
.bouton_rouge_plus
{
    display: inline-block;
    height: 25px;
    position: absolute;
    right: 50%;
    /*bottom: 5px;*/
    background: url('../images/fond_degraderouge.png') repeat-x;
    border: 1px solid #760001;
    border-radius: 30px;
    font-size: 0.8em;
    text-align: center;
    vertical-align: top;
    padding: 3px 8px 0px 8px;
    color: white;
    text-decoration: none;
}
.bouton_rouge img
{
    border: 0;
}
.bouton_rouge:hover, .bouton_rouge_ajouter:hover
{
    color: #FFFFFF;
}

.btn_inscription
{
    color: #024200; 
    background: #BBF7BF;

    font-size: 1em; 
    font-weight: bold;
    height: auto; 
    padding: 5px;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center; 
    border-radius: 2px;
    text-shadow: 0px 1px 0px rgba( 255, 255, 255, 0.2);
    box-shadow: 0 0 2px #585858;
}
a.btn_inscription:hover
{ 
    color: #457E43; 
}
a.btn_inscription:active
{ 
    color: #457E43; 
    background: #8CFE88; 
    box-shadow: 1px 1px 2px black inset, 0 1px 0 rgba( 255, 255, 255, 0.4);
}
.btn_complet
{
    color: #4F0000; 
    background: #EC0000;
}

.btn_exterieur
{
    display: inline-block;
    font-size: 0.9em; 
    font-weight: bold;
    height: auto; 
    padding: 2px;
    margin-top: 4px;
    text-align: center; 
    border-radius: 2px;
    border: solid 1px #ccc;
    text-shadow: 0px 1px 0px rgba( 255, 255, 255, 0.2);
    color: #585858; 
    background: #FFFFFF;
}
a.btn_exterieur:hover
{
    color: #2989BA;
}
a.btn_exterieur:active
{ 
    color: #2989BA; 
    background: #EFF2FB; 
    /*background: -webkit-linear-gradient( #EFF2FB, #BDBDBD); 
    background: -moz-linear-gradient( #EFF2FB, #BDBDBD); 
    background: -ms-linear-gradient( #EFF2FB, #BDBDBD); 
    background: -o-linear-gradient( #EFF2FB, #BDBDBD); 
    background: linear-gradient( #EFF2FB, #BDBDBD); 
    box-shadow: 1px 1px 1px black inset, 0 1px 0 rgba( 255, 255, 255, 0.4);*/
}

.btn_complet
{
    
    font-size: 0.9em; 
    font-weight: bold;
    height: auto; 
    padding: 4px;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center; 
    border-radius: 2px;
    text-shadow: 0px 1px 0px rgba( 255, 255, 255, 0.2);
    box-shadow: 0 0 2px #585858;
}

.btn_voir_fiche
{
    font-size: 0.8em; 
    font-weight: bold;
    height: auto; 
    padding: 4px;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center; 
    border-radius: 2px;
    border: solid 1px #ccc;
    text-shadow: 0px 1px 0px rgba( 255, 255, 255, .8);
    color: #585858; 
    background: #FFFFFF;
    /*background: -webkit-linear-gradient( #EFF2FB, #BDBDBD); 
    background: -moz-linear-gradient( #EFF2FB, #BDBDBD); 
    background: -ms-linear-gradient( #EFF2FB, #BDBDBD); 
    background: -o-linear-gradient( #EFF2FB, #BDBDBD); 
    background: linear-gradient( #EFF2FB, #BDBDBD);*/
}
a.btn_voir_fiche:hover
{
    /*color: #B43104;*/
}
a.btn_voir_fiche:active
{ 
    color: #585858; 
    background: #EEEEEE; 
    /*background: -webkit-linear-gradient( #EFF2FB, #BDBDBD); 
    background: -moz-linear-gradient( #EFF2FB, #BDBDBD); 
    background: -ms-linear-gradient( #EFF2FB, #BDBDBD); 
    background: -o-linear-gradient( #EFF2FB, #BDBDBD); 
    background: linear-gradient( #EFF2FB, #BDBDBD); 
    box-shadow: 1px 1px 1px black inset, 0 1px 0 rgba( 255, 255, 255, 0.4);*/
}





