@font-face {
   font-family: YDTCONCEPTfont;
   font-style:  normal;
   font-weight: normal;
   src: url("Font/cln55-webfont.woff");
}

@font-face {
   font-family: YDTCONCEPTfont;
   font-style:  normal;
   font-weight:  bold;
   src: url("Font/cln85-webfont.woff");
}

@font-face {
   font-family: YDTCONCEPTfont;
   font-style:  italic;
   font-weight:  normal;
   src: url("Font/cln56-webfont.woff");
}

@font-face {
   font-family: YDTCONCEPTfont;
   font-style:  italic;
   font-weight:  bold;
   src: url("Font/cln86-webfont.woff");
}

::selection{
  background-color: #888888;
  color: #fe2c2c;
}

:focus {
  outline: 0;
}

HTML { 
  margin:0;
  padding:0;
  background: url(Px/fdydtconcept.jpg) no-repeat center fixed; 
  -webkit-background-size: cover;
  background-size: cover;
}

DIV.bandeau {
  width: 1000px;
  height: 300px;
  position: relative;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px 6px 6px 6px;
  background-image: url(Px/bdydtconcept.jpg);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

DIV.classique {
  border-radius: 6px 6px 6px 6px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.8) 100%);
  box-shadow: 3px 3px 3px #000000;
  padding-top: 10px;
  padding-bottom: 12px;
  padding-right: 10px;
  padding-left: 10px;
  margin-left: 20px;
  font-family: YDTCONCEPTfont, Verdana, sans-serif;
  font-size: 14px;
  color: #ffffff;
}

DIV.cadre .infos {
   width: 574px;
   margin-top: -10px;
   margin-left: 10px;
   margin-right: 0px;
   border-radius: 0px 6px 6px 6px;
   background-color: rgb(255, 255, 255);
   font-family: YDTCONCEPTfont, Verdana, sans-serif;
   font-size: 10px;
   color: #000000;
   border-left: 1px solid rgb(104, 26, 26);
   border-top: 1px solid rgb(104, 26, 26);
   border-right: 1px solid rgb(104, 26, 26);
   border-bottom: 1px solid rgb(104, 26, 26);
   padding-top: 15px;
   padding-bottom: 5px;
   padding-right: 5px;
   padding-left: 5px;
   box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
   text-align: justify;
}

A {
    font-family: YDTCONCEPTfont, Verdana, sans-serif;
    color: #fcb868;
    font-size: 14px;
    text-decoration: none;
}

A:hover {
    font-family: YDTCONCEPTfont, Verdana, sans-serif;
    color: #f9a401;
    font-size: 14px;
    text-decoration: none;
}