﻿@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow);

.center {text-align:center;}
.hide {display:none !important;}
img {border:none;}

.bandeau
{
    width:100%;
    height:400px;
    overflow:hidden;
}

/* ACCEUIL */
/************************************************/
.separateur_shadow{
    text-align:center;
    margin-top:30px;
}

#contentAcceuil{
    margin-top:20px;
}

/* SLIDER */
/***********************************************/
/* Permet de changer la taille des images du slider*/
.Slider .slides img 
{
    /*height:190px; 
    width: 840px; */
}             


/* Permet de changer la taille des images du slider*/
.Slider .slides 
{
    height:300px;
    overflow: hidden;
    position:relative;
} 

/* Permet d'afficher les boutton pour choisir le slide*/
.Slider 
{ 
    margin:0; 
    background: #fff; 
    position: relative;  
    zoom: 1;
    height:300px;
    width:100%;
}        

/* Permet de gérer l'emplacement des boutton pour choisir le slide*/
.slides,
.flex-control-nav,
.flex-direction-nav 
{
    margin:0; 
    padding: 0; 
    list-style: none;
}

.slides:after 
{
    content: "\0020"; 
    display: block; 
    clear: both; 
    visibility: hidden; 
    line-height: 0; 
    height: 0;
}

.flex-control-nav 
{
    width: 100%; 
    position: absolute; 
    bottom: -35px; 
    text-align: center;
}

.flex-control-nav li 
{
    margin: 0 6px; 
    display: inline-block; 
    zoom: 1; 
    *display: inline;
}

/* Permet de gérer la forme et la couleurs des boutton pour choisir le slide*/
.flex-control-paging li a 
{
    width: 11px; 
    height: 11px; 
    display: block; 
    background: #c3c3c3;
    cursor: pointer; 
    text-indent: -9999px; 
    -webkit-border-radius: 20px; 
    -moz-border-radius: 20px; 
    -o-border-radius: 20px; 
    border-radius: 20px; 
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
    -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
}

/* Permet de la couleur quand on survole les boutton pour choisir le slide*/
.flex-control-paging li a.flex-active 
{ 
    background: #7CA233; 
    cursor: default; 
}

/* Permet de masquer les fleches de navigation gauche droite*/
.flex-direction-nav a  
{ 
    width: 0px; 
    height: 0px; 
    margin: -20px 0 0; 
    position: absolute; 
    opacity: 0; 
}


/* MORE INFO */
/***********************************************/
#cadreMoreInfo{
    width:500px;
    margin:100px 350px 0 auto;
    padding-bottom:30px;
    text-align:left;
    font-size:16px;
    color:grey;
}

#cadreMoreInfo table{
    border-collapse:separate;
    border-spacing:10px;
    width:100%;
}
#cadreMoreInfo th{
    width:150px;
    text-align:inherit;
}

#cadreMoreInfo td{
    text-align:inherit;
}

#cadreMoreInfo input[type='text'],
#cadreMoreInfo textarea{
    width:250px;
}

#cadreMoreInfo input[type='submit'] {
    display: block;
    width: 200px;
    height: 30px;
    line-height: 30px;
    margin: 17px auto 10px auto;
    border: none;
    border-left: 20px solid #9EC842;
    background-color: #8AB42C;
    color: white;
    -webkit-box-shadow:0px 3px 4px #bbb;
   -moz-box-shadow:0px 3px 4px #bbb;
        box-shadow:0px 3px 4px #bbb;
    font-size: 17px;
}

/* CONTACT */
/***********************************************/
#cadreContact{
    width:500px;
    margin:100px 350px 0 auto;
    padding-bottom:30px;
    text-align:left;
    font-size:16px;
    color:grey;
}

#cadreContact table{
    border-collapse:separate;
    border-spacing:10px;
    width:100%;
}
#cadreContact th{
    width:150px;
    text-align:inherit;
}

#cadreContact td{
    text-align:inherit;
}

#cadreContact input[type='text'],
#cadreContact textarea{
    width:250px;
}

#cadreContact input[type='submit'] {
    display: block;
    width: 200px;
    height: 30px;
    line-height: 30px;
    margin: 17px auto 10px auto;
    border: none;
    border-left: 20px solid #9EC842;
    background-color: #8AB42C;
    color: white;
    -webkit-box-shadow:0px 3px 4px #bbb;
   -moz-box-shadow:0px 3px 4px #bbb;
        box-shadow:0px 3px 4px #bbb;
    font-size: 17px;
}

#cadreContact table tr td.Field table{
    display:none;
}