﻿body 
{
    margin-left:50px;
    /*
    text-align:center;
    */
}
div#titrePage p[id="titre"]
{
    margin-top:20px;
    margin-bottom:20px;
    margin-left:130px;
    font-size:x-large;
    font-family :Times New Roman;
    font-weight:bold;
    color:Blue;
    /*
    text-align:center;
    */
    }

div#titrePage p
{
    text-align:left;
    margin-left:10px;
}
    
    
div#formulaire
{
}
    
form
{
    padding:10px;
    background-color:#FAFAFA;
    width:400px;
}
fieldset
{
    padding:1em;
    margin-top:10px;
    margin-bottom:10px;

}
legend 
{
    text-align:left;
    color:#a0522d;
    font-weight:bold;
    }
label 
{
    display:inline;
    float:left;
    width:100px;
    text-align:left;
    margin-top:5px;
    margin-bottom:5px;
    /*
    margin-top:20px;
    display:block;
    font-size:90%;
*/
    }
input 
{
    text-align:left;
    margin-top:5px;
    margin-bottom:5px;
    /*
    border:1px solid black;
    background-color:#A6BEDE;
    font-family:Trebuchet MS, Sans-Serif;
    */
    }

input[type=submit], input[type=reset] 
{
    text-align:center;
    border:2px;
    font-weight:bold;
    cursor:pointer;
    }
    
select, option 
{
    background-color:#A6BEDE;
    font-family:Trebuchet MS, Sans-Serif;
    }
textarea 
{
    text-align:left;
    border:1px solid black;
    font-family:Trebuchet MS, Sans-Serif;
    width:100%;
    /*
    background-color:#A6BEDE;
    */
    }