.form_section_bordure
{
     border: 2px solid gray;
     border-radius: 5px;
}

.form_section 
{
    -moz-box-shadow:    3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow:         3px 3px 5px 6px #ccc;

    margin: 20px;
}

.titreSection
{
    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 */

    text-align:center;
    vertical-align:middle;
    padding:10px;
    font-size:larger;
    font-weight:bold;
}

.conteneurQuestions
{
    padding:15px;
}


.titreSectionTelephone
{
    padding-bottom:5px;
    text-align:center;
    border-bottom: 4px solid lightgray;
    margin-left:20px;
    margin-right:20px;
}

.label_caseCocher
{
    margin-right:5px;
}

textarea
{
     resize: none;
     width:100% !important;
}

input[type=text]
{
    width:100%;
}

.notice
{
    font-size:smaller;
}

/*Section données personnelles*/
.form_section_donneesPersonnelles
{

}

.erreur
{
    font-weight:bold;
    color:red;
}


/*Section informations*/
.form_section_intro 
{
}
.Form_Info_Section
{
    
}

/*Section participants*/
.form_section_participant
{

}

.form_section_participant_separateur, .form_section_personne_separateur
{
    padding-top:2px;
    border-top: 1px solid lightgray;
}

/*Section description*/
.form_section_description
{

}


