/*CSS pour les pages d'inscription et de connexion */

h1{
font-family : Arial;
}

#zonetexte
{
    /*background-color: #ffd133;*/
    background-color: #d3dce3;
    width: 989px;
    height: 981px;
    top:50px;
    padding: 4px 8px 3px 30px;
    /*border:1px solid #8c8c8c;*/
    border-top: none;
}

.titrezonetexte
{
    background-color: #d3dce3;
    width: 989px;
    height: auto;
    padding: 0px 8px 0px 20px;
    border:1px solid #8c8c8c;
    border-bottom: none;
    border-top: none;
}

.fieldset
{
    border: #738080 1px solid;
    width:660px;
    height:auto;
}
.fieldsetbouton
{
    border-style: none;
    width:650px;
    height:auto;
    text-align: center;
}

.policetire
{
    font-family:"arial";
}
.policeerreur
{
    color:red;
}
.policetexte
{
    color:black;
}

.tableau
{
    display: block;
    width:260px
}
.tableaumodification
{
    display: block;
    width:400px
}

.inputexte
{
    width:273px;
}
.erreur
{
    color:red;
}
.erreurblack
{
    color:black;
}
.bouton
{
    width:150px;
}
.policeIndex
{
    color: #b64214;
}
.lienindex
{
    font-size:30px;

}