/* CSS Document */
.banniere{
    /*border:#CCCCCC solid; */
}

.espace{
    height:60px;
}

.espace_seul{
    height:40px;
}

.contenu{
    text-align:center;
    height:800px;
    border-top:#CCCCCC solid;
    border-bottom:#CCCCCC solid;
    border-left:#CCCCCC solid;
    border-right:#CCCCCC solid;
    font-family:Arial, Helvetica, sans-serif;
    overflow:scroll;
}

.formulaire{
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
}

.titre{
    border-collapse:collapse;
    border:solid #CCCCCC 2px;
}

td{
    border-collapse:collapse;
}

.label{
    border-collapse:collapse;
    border:solid #CCCCCC 2px;
    border-collapse:collapse;
    text-align:left;
    width:200px;

}

.champs{
    border-collapse:collapse;
    border: #CCCCCC solid 2px;
    border-collapse:collapse;
    text-align:left;
}

.partie2{
    border:solid #CCCCCC 2px;
}

.table_contenu{
    border-collapse:collapse;
    border:#CCCCCC solid 2px;
}


.table_contenu table {
    border: medium solid #B4C900;
    border-collapse: collapse;
    width: 80%;
}
.table_contenu th {
    font-family: monospace;
    border: thin solid #B4C900;
    width: 30%;
    padding: 5px;
    background-color: #e8ea48;
}
.table_contenu td {
    font-family: sans-serif;
    border: thin solid #B4C900;
    width: 30%;
    padding: 5px;
    padding-left: 15px;
    text-align: center;
    background-color: #FEFFC3;

    
}


.table_contenu caption {
    font-family: sans-serif;
}

.table_contenu a{
    text-decoration: none;
    color: black;

}

.table_contenu a:hover{
    text-decoration: underline;
    font-style: italic;
    color: #6495ed;
}



.table_contenu{
    border-collapse:collapse;
    border:#CCCCCC solid 2px;
}


.table_contenu_rose table {
    border: medium solid white;
    border-collapse: collapse;
    width: 80%;
}
.table_contenu_rose th {
    font-family: monospace;
    border: thin solid white;
    width: 30%;
    padding: 5px;
    background-color: #DE91E1;
}
.table_contenu_rose td {
    font-family: sans-serif;
    border: thin solid white;
    width: 30%;
    padding: 5px;
    padding-left: 15px;
    text-align: center;
    background-color: #F0D8F2;


}

.table_contenu_rose caption {
    font-family: sans-serif;
}

.table_contenu_rose a{
    text-decoration: none;
    color: black;

}

.table_contenu_rose a:hover{
    font-weight: bold;
    font-style: italic;
    color: #F39402;
}


body {
    background-color:#FAFAFA;
}
#cadre_2 {



    margin-bottom:10px;
    margin:auto;
    width:900px;
    background:#FAFAFA ;
    border:solid 1px #000000;
    font-size:14px;
    padding:20px;
    height:700px;
}
.bouton{background-image:url(images/buttonSubmit.jpg);
        width:221px;
        height:29px;
        border:none;
}

.btn_home {
    display:block;
    text-align:center;
    color:#000;
    text-decoration:none;
    font-weight:bold;
    line-height:7px;
}
