html, body
{
margin: 0;
padding: 0;
width: 100%;
height: 100%;
font-family: Arial;
font-size: 13px;
color: #FFFFFF;
}

#MEP
{
background-image: url(../commun/fond.jpg);
background-repeat: no-repeat;
background-color: #58595A;
width: 760px;
margin: 0 auto 0 auto;
text-align: left;
}


#fondCadre-horaires
{
position: absolute;
margin-top: 32px;
margin-left: 383px;
}

#contenu
{
position: relative;
margin: 47px auto 0 auto;
background-image: url(cadre-horaires.gif);
background-repeat: no-repeat;
width: 470px;
height: 317px;
}

#eteAdultes{
  position: absolute;
  width: 305px;
  margin-top: 110px;
  margin-left: 140px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #38AADC;
}

#eteEnfants{
  position: absolute;
  width: 305px;
  margin-top: 130px;
  margin-left: 140px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #008A2D;
}
#infos{
  position: absolute;
  width: 305px;
  margin-top: 150px;
  margin-left: 140px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}

#hiverSemaine{
  position: absolute;
  width: 185px;
  margin-top: 200px;
  margin-left: 130px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
#hiverMatin{
  position: absolute;
  width: 140px;
  margin-top: 200px;
  margin-left: 323px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
#hiverAprem{
  position: absolute;
  width: 140px;
  margin-top: 220px;
  margin-left: 323px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
#complementaires{
  position: relative;
  margin-top: 20px;
  margin-left: 80px;
  font-size: 13px;
  font-weight: bold;
}

