/* Fonts from Google Fonts - more at https://fonts.google.com */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');

body {
  background-color: white;
  font-family: "Open Sans", sans-serif;
  padding: 5px 25px;
  font-size: 18px;
  margin: 0;
  color: #444;
}

h1 {
  font-family: "Merriweather", serif;
  font-size: 32px;
}
.line1 {
  border-width:1px; 
  border-style:solid; 
  border-color:black;
  width:100%;
}
.col1 { 
  border-width:2px;
  border-style:solid; 
  border-color:black;
  width:400px;
  height: 500px
}
.entete {
  width:100%;
  height: 50px;
}
.formulaire{
  width:100%;
  height: 150px; 
}
