html{
  margin: 0;
  font-family: Tahoma, Helvetica;
  font-size: 14px;
}

#liensMembres{
  width: 100%;
  background-color: grey;  
  overflow: hidden;/*nécessaire car float sur tous les fils sinon height 0*/
}

#liensMembres a{
  text-decoration: none;
  height: 20px;
  color: white;
  float: left;
  background-color: #b3b3b3;
  margin: 1px;
  padding: 2px;
}

#liensMembres a:hover{
  background-color: #a3a3a3;
}

.blocPersonne{
  width: 100%;
  height: 550px;
  background-color: #b3b3b3;
}

.blocPersonne .paddingHaut{
  background-color: #ffffff;
  width: 100%;
  height: 150px;
}

.blocPersonne .header{
  width: 100%;
  height: 115px;
}

.blocPersonne .header .gauche{
  width: 40%;
  height: 100%;
  float: left;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}

.blocPersonne .header .centre{
  width: 20%;
  float: left;
  position: relative;
}

.blocPersonne .header .droite{
  width: 40%;
  float: right;
  font-size:24px;
  font-weight: bold;
  color: white;
  padding-top: 15px;
}

.blocPersonne .header .centre img{
  border-style: solid;
  border-width: 15px;
  border-color: white;
  border-radius: 50%;
  height: 200px;
  position: absolute;
  bottom: -100px;
}

.blocPersonne .header .gauche a{
  text-decoration: none;
  color: white;
}

.blocPersonne .header .gauche div{
  margin-top: 26px;
}

#blocLaurent .header{
  background-color: #3f51b5;
}

#blocMarcel{
  background-color: red;
}


.blocPersonne .contenu{
  padding-top: 20px;
  overflow-y: auto;
  width: 100%;
}

.blocPersonne .contenu .gauche{
  width: 50%;
  float: left;
}

/*
.blocPersonne .contenu .centre{
  width: 20%;
  float: left;
  position: relative;
}
*/

.blocPersonne .contenu .droite{
  width: 50%;
  float: right;
}

.blocPersonne .contenu .gauche ul{
  width: calc(100% - 200px);
  background-color: white;
  padding: 30px;
  margin-left: 30px;
}

.blocPersonne .contenu .gauche div{
  width: calc(100% - 200px);
  background-color: white;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: 30px;
}

.rubriques span{
  height: 20px;
  float: left;
  color: white; 
  margin: 1px;
  padding: 2px;
  margin-top: 13px;
  font-size: 14px;
}

.rubriquesLL span{
  background-color: #7284e8;
}

.rubriquesLL span:hover, .rubriquesLL span.choix{
  background-color: #596bcf;
}

.resumeRubrique{
  display: none;
}

.resumeRubrique p{
  width: calc(100% - 200px);
  background-color: white;
  padding: 30px;
  margin-left: 30px;
}

.resumeRubrique div{
  width: calc(100% - 200px);
  background-color: white;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: 30px;
}

