.blocDescription
{
    padding: 10px;
    border:1px solid #CCC;
    border-bottom: 3px solid #CCC;
    background:white;
    margin-top: 15px;
    border-radius: 5px;
    box-shadow: 0 0 4px rgba(0,0,0,.2);
}
.titreDescription
{
    padding-bottom: 5px;
    border-bottom: 2px solid #3B5998;
    color:#3B5998;
    font-weight: bold;
}
.titreDescription .prix
{
    font-size: 13px;
    float: right;
}

.contientBoutonDescription
{
    margin-top: 5px;
    padding-top: 10px;
    border-top: 1px solid #CCC;
}
.btnReserver
{
    float: right;
    font-size: 13px;
    padding: 4px 8px;
    border: 1px solid #CCC;
    border-radius: 3px;
}
.btnReserver .flecheBtn
{
    display: none;
}
.shareFacebook
{
    float: right;
    background:#3B5998;
    padding: 4px 8px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    border:1px solid #3B5998;
    margin-right: 5px;
    border-radius: 3px;
}
.texteDescription
{
    padding: 5px;
}
#ResaForm
{
   padding: 10px;
   background: #CCC;
   border-left: 1px solid #999;
   box-shadow: inset 0 0 8px rgba(0,0,0,.4);
   font-size: 13px;
   color: #676662;
   font-family: Arial;
}
#ResaForm .starRequire
{
    color:red;
}
#ResaForm .closeResaForm
{
    background: white;
    display: block;
    text-decoration: none;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    color: #333;
    font-size: 15px;
    margin: 10px;
    padding: 4px;
    border-radius: 3px;
    border: 1px solid #999;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}
#ResaForm table
{
    width: 100%;
}
#ResaForm .titreForm
{
    font-size: 18px;
    font-style: italic;
    padding: 5px;
    background:#333;
    margin-bottom: 10px;
    color:#FFF;
}
#ResaForm input[type='text']
{
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid #999;
    padding: 4px;
    margin-bottom: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btnRetour
{
    display: none;
}