
@font-face {
    font-family: 'geosanslightregular';
    src: url('../fonts/geosanslight-webfont.eot');
    src: url('../fonts/geosanslight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geosanslight-webfont.woff2') format('woff2'),
         url('../fonts/geosanslight-webfont.woff') format('woff'),
         url('../fonts/geosanslight-webfont.ttf') format('truetype'),
         url('../fonts/geosanslight-webfont.svg#geosanslightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sansation_lightregular';
    src: url('../fonts/sansation_light-webfont.eot');
    src: url('../fonts/sansation_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sansation_light-webfont.woff2') format('woff2'),
         url('../fonts/sansation_light-webfont.woff') format('woff'),
         url('../fonts/sansation_light-webfont.ttf') format('truetype'),
         url('../fonts/sansation_light-webfont.svg#sansation_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}



#param-titre {
  /* background-color:#9DC4FC; */
  background-color: #454545;
  height:34px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  border:none;
  clear:both;
  line-height: 35px;
  /* text-indent: 10px; */
  color: white;
  font-weight: bold;
  font-family: 'geosanslightregular', Verdana;
  letter-spacing: 2px;
  font-size: 22px;
  text-align: center;
}

#param-p01, #param-p03 {
  color: black;
  padding: 00px 15px 00px 20px;
  font-size: 16px;
  margin: 0px auto 0px auto;
  font-family: 'sansation_lightregular', Verdana;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 2px;
  text-align: center;
}
#param-p02 {
  color: red;
  padding: 0px 0px 0px 0px;
  font-size: 20px;
  margin: 0px auto 0px auto;
  font-family: 'sansation_lightregular', Verdana;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 2px;
  text-align: center;
  font-variant: small-caps;
}
#param-p04 {
  color: black;
  padding: 0px 0px 0px 0px;
  font-size: 20px;
  margin: 0px auto 0px auto;
  font-family: 'sansation_lightregular', Verdana;
  font-weight: bold;
  line-height: 10px;
  letter-spacing: 2px;
  text-align: center;
}
#param-facebook {
  color: black;
  padding: 0px 0px 0px 0px;
  font-size: 12px;
  font-style: italic;
  margin: 0px auto 0px auto;
  font-family: 'sansation_lightregular', Verdana;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 2px;
  text-align: center;
  /*font-variant: small-caps;*/
}


#param-img01 {
  border: 2px solid gray;
  -moz-box-shadow: 3px 3px 6px #aaa;
  -webkit-box-shadow: 3px 3px 6px #aaa;
  box-shadow: 3px 3px 6px #aaa;
  width: 180px;
  height: 255px;
  padding: 0px 0px 0px 0px;
  margin: 00px auto 0px auto;
}


.couleur1 {
  color: red;
}
.souligne {
  text-decoration: underline;
}
a {
  color: #277ef1;
  text-decoration: none;
}
a:visited {
  color: #277ef1;
  text-decoration: none;
}
a:hover {
  color: #df3b91;
  text-decoration: underline;
}

#param-bouton {
  /* float:right; */
  height:30px;
  width:50%;
  margin: 30px auto 0px auto;
  /*border: 2px solid blue;*/
  text-align: center;
}

#param-bouton1 {
  /* float:right; */
  height:30px;
  width:100px;
  color: black;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  background-color: #dbdbdb;
  cursor: pointer;
}
