body{background:url(../img/env_stars.jpg) fixed;}

#contenu{
    margin: auto;
    width:800px;
}
#entete
{
    color:#ccf;
    text-align: center;
}
p{
    color:#dd0;
}
fieldset
{
    border-color: #ccf;
    border-radius:15px;
    background-color: rgba(0,0,200,0.5);
    margin-bottom: 30px;
    box-shadow: 0px 0px 30px #4af;
}
fieldset div{
    margin-bottom: 10px;

}
legend
{
    text-align: center;
    color: #fff;
    font-size: 120%;
}
label{
    color:#dd0;  
    float:left;
    width:30%;
}
input{
    background:#003;
    color:#0e0;
    border:#0033AA solid 1px;
    width:50%;
}
select{
    background:#000033;
    color:#00aa00;
    border:#9999FF solid 1px;
    width:50%;
}
textarea{
    width:50%;
    height:80px;
}
input[type=submit]
{
    color:dd0;
    text-align: center;
    width:50%;
    margin-left: 25%;

}

#details_profil{
    width:40%;
    margin-left: 40%

}