.container-fluid
{
    padding:0px;
}

.divEntete
{
    padding:15px;
     background: rgb(238,238,238); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

.divLogoCSS
{

}

.logoCSS
{
    width:100%;
}

.form_caseCocher
{
    margin-right:5px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) 
{
    .titrePage
    {
        text-align:center;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .titrePage
    {
        text-align:right;
        margin-right:20px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 993px) {
    
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1281px) 
{
   
}

@media only screen and (min-width : 1378px) 
{
   
}





/*Impression*/

.sautPageAvant
{
    page-break-before: always;
}

tr > td
{
    padding:6px;
    font-size:12px;
}

tr > td > input[type="checkbox"]
{
    margin-left:10px;
}

.adressePostaleImprimer
{
    vertical-align:top;
    height:100px;
}

.descriptionImprimer
{
    vertical-align:top;
    height:200px;
}

.questionFinImprimer
{
    vertical-align:top;
    height:50px;
}

.conteneurImpression
{
   margin:20px;
    
}

.parImprimer, .parConteneur
{
    text-align:justify;
    font-size:12px;
}

.spanSignature
{
    display:inline-block;
    width:66%;
}

.spanDate
{
    display:inline-block;
    width:33%;
    text-align:right;
}
