
/* FORMULAIRE */
#form_contact
{
    margin-top: 10px;
    margin-bottom: 30px;
    padding-left: 10px;
    height:450px;
}


#formulaire{
    float:left;
    width : 308px;
    margin-left: 50px;
}

#formulaire h2
{
    font-weight: normal;
    font-size: 15px;
    width:400px;
}

#formulaire input[type=text]{
background-color: white;
border: 1px solid black;
margin-bottom:15px;
width:308px;
color:gray;
height: 27px;
}

#formulaire textarea{
background-color: white;
border: 1px solid black;
margin-bottom:15px;
width:308px;
color:black;
height: 155px;
}

#formulaire input[type=button] {
background-color:fuchsia;
border:none;
color: white;
}

#formulaire input[type=button]:hover {
background-color:white;
cursor: pointer;
color: fuchsia;
}

#formulaire .boutons{

}

#formulaire .envoyer{
float: left;
}

#formulaire .restart{
float: right;
}

#google_map
{
    padding-top: 10px;
    margin-bottom: 10px;
    width: 954px;
}

#google_map small a
{
    color: black;
    font-size: 12px;
}

/* CONTACT */

#contact
{
    float:right;
    text-align: center;
    margin-right: 150px;
    width: 350px;
    height:450px;
}

#adress
{
    height: 100px;
}

#imageX
{
    margin-right: 50px;
}
