html{
  height: 100%;
  margin: 0;
  width: 100%;

}

body{
  background-color: #414241;
  height: 100%;
  margin: 0;
  width: 100%;
}

img{
  border: none;
}

a{
  color: #00a3dd;
  text-decoration: underline;
}

a:hover{
  text-decoration: none;
}

#clearTop{
  height: 90px;
}

#photo{
  float:left;
}

#logo{
  margin: 0 auto 0 auto;
  text-align: center;
}

#container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -75px;
}

#topContainer{
  border-bottom: 5px #00a3dd solid;
  border-top: 5px #00a3dd solid;
  height: 341px;
  margin: 0 auto 0 auto;
  width: 100%;
}

#bottomContainer{
  margin-top: 8px;
  width: 800px;

}

#Yannick{
  float: left;
  margin-left: 50px;
  margin-right: 50px;
}

#sutton{
  height: 75px;
  position: relative;
  width: 500px;
}

#logoSutton{
  float: left;
  height: 100%;
  margin-right: 10px;
  width: 60px;
}

#coordonnesSutton{ 
  color: #9fa09f;
  font-family:"Lucida Grande";
  font-size: 9pt;

}

.nom{
  color: #ffffff;
  font-family:"Lucida Grande";
  font-size: 16pt;
}

.titre{
  font-family:"Lucida Grande";
  font-size: 10pt;
}

.lnkLinsting{
  font-family:"Lucida Grande";
  font-size: 10pt;
}

.coordonnes{
  color: #9fa09f;
  font-family:"Lucida Grande";
  font-size: 12pt;
}

.clearfooter {
  height: 75px;
  clear: both;
}