h4{
  font-family:Century Gothic;
  margin:0;
  padding: 10px 0px 0px 0px;
  font-weight:bold;
  font-size:20px;  
}
h6{
  font-family:Century Gothic;
  font-weight:normal;
  font-size:14px;
  top:-20px;
  position: relative;
  padding-left: 20px;
}
h8{
  font-family:Century Gothic;
  font-weight:normal;
  font-size:14px;
  top:-20px;
  position: relative;
  padding-left: 20px;
}
.titremag
{
  float: left;
  width:24%;
  margin-right: 5px;
}
.titremag h4
{
  background: #FFC600;
  text-align:center;
}
.titremag h5
{
  background: #FFC600;
  text-align:center;
   font-weight:bold;
  font-size:16px; 
}
.titreatelier
{
  float: left;
  width:24%;
  margin-right: 5px;
}
.titreatelier h4
{
  background: #00a7e1;
  text-align:center;
 }
 .titreatelier h5
{
  background: #00a7e1;
  text-align:center;
   font-weight:bold;
  font-size:16px; 
}
 
.titreergo
{
  float: left;
  width:24%;
  margin-right: 5px;
}
.titreergo h4
{
background: #afca04;
text-align:center;
}
 .titreergo h5
{
  background: #afca04;
  text-align:center;
   font-weight:bold;
  font-size:16px; 
}

.titreacoustique
{
  float: left;
  width:24%;
}
.titreacoustique h4
{
background: #e5007c;
text-align:center;
}
 .titreacoustique h5
{
  background: #e5007c;
  text-align:center;
   font-weight:bold;
  font-size:16px; 
}
.titredoc
{
  height: 40px;
  width:100%;
}
.listedoc
{
  width:100%;
  text-align:left;
  height: 40px;
  float:left;
  z-index: 2;
}

#mag.listedoc
{
 background: #ffeeb2;
}
#atelier.listedoc
{
 background: #b2e4f6;
}
#autres.listedoc
{
 background: #94a6b0;
}

#ergo.listedoc
{
 background: #e7efb3;
}
#acou.listedoc
{
 background: #f7b2d7;
}
.listedoc ul li
{
  display:none;
  padding-left:10px;
  padding-right:10px;
  background: white;
  z-index: 10;
}
.listedoc:hover ul li
{ font: #444;
  display:inline-block;
  min-width:68%;
  max-width:80%;
  position: relative;
  top:-70px;
  left:80px;
  background: white;
  box-shadow: 6px 6px 6px grey;
  text-decoration: none;
}
.listedoc:hover ul li a
{ color: #444;
  text-decoration: none;
  font-family:Century Gothic;
  font-weight:normal;
  font-size:12px;
}