/*----------------- FORMULAIRES -----------------*/
#champs
{
outline: none;
padding-left:10px;
width:440px;
height:45px;
line-height:45px;
border:1px solid #dddddd;
font-family: "Raleway", sans-serif; font-size:14px; color:#333333;
border-radius:10px;
}
#champs2
{
outline: none;
padding-left:10px;
width:300px;
height:45px;
line-height:45px;
border:1px solid #dddddd;
font-family: "Raleway", sans-serif; font-size:14px; color:#333333;
border-radius:10px;
}

textarea
{
outline: none;
border:1px solid #dddddd;
width:430px;
height:300px;
background-color:rgba(255,255,255,1);
font-family: "Raleway", sans-serif; font-size:14px; color:#333333;
padding:10px;
border-radius:10px;
}

#envoi
{
outline: none;
width:455px;
height:45px;
background-color:#000000;
border:0px solid;
font-family: "Raleway", sans-serif; font-size:14px; color:#ffffff; text-align:center; text-decoration:none;
border-radius:10px;
cursor:pointer;
}

#envoi:hover
{
background-color:#009900;
transition:background-color 0.7s;
}

#envoi2
{
outline: none;
width:100px;
height:45px;
background-color:#3bb9eb;
border:0px solid;
font-family: "Raleway", sans-serif; font-size:14px; color:#ffffff; text-align:center; text-decoration:none;
border-radius:10px;
cursor:pointer;
}