/* Mise en page globale */

body {
margin: 0;
padding: 0;
background: white;
color: #330066;
font-size: 80%;
font-family: Verdana, Arial, Helvetica, serif;

}


/* Formulaire de contact */

#coordonnees {
border:none;
padding:.2em;
margin-left:5.5em;
}

#coordonnees h2 {
margin-left:.1em;
margin-bottom:0;
}

#coordonnees h4 {
margin-left:.1em;
margin-bottom:0;
}

#message {
padding:.2em;
margin-left:5.5em;
}

#message h2 {
margin-left:.1em;
margin-bottom:0;
}

#boiteimage {
margin-left:5.5em;
}

input[type="submit"], input[type="reset"] {
  background:#DED983;
  font:1.2em "Trebuchet MS", Verdana, sans-serif;
  color:#345071;
}






