/*
 * Page contact
 */

form{
/*border: dotted 1px black;*/
margin-right: 5px;
margin-top: 15px;
padding-left: 30px;
}

label{
/*border: solid 1px blue;*/

}

input{
border: solid 1px #158F00;
color: #104F05;
font-family: "Times New Roman";
width: 300px;
}

#contenu_mail{
border: solid 1px #158F00;
color: #104F05;
font-family: "Times New Roman";
width: 600px;
height: 200px;
}
#adresse{
border: solid 1px #158F00;
color: #104F05;
font-family: "Times New Roman";
width: 200px;
height: 100px;
}


input:hover, textarea:hover{
border: solid 1px black !important;
}

input#submit{
width: auto;
margin-top: 15px;
color: black;
font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
}

