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

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


/*News */

/* Bloc récupération des news */
#mynews1, #mynews2{
  display: none;
}
/* Conteneur */
.news_border{
  position: absolute;
  margin-top: 0px;
  margin-left: 0px;
  width:335px;
  height:220px;
  overflow: hidden;	
}
/* Affiche la news en cours */
.news_show{ 
  width:335px;
  height:220px;
  overflow: hidden;	
}
/* Bouton de navigation */
.buttondiv{
  float: left;
  margin-top: 120px;
  margin-left: 0px;
  width: 335px;
  font-size: 1em;
  text-align: center;
}


#contenu
{
position: relative;
width:279px;
height:194px;
z-index: 2;
}


#Cadre-accueil
{
position: absolute;
margin-top: 45px;
margin-left: 400px;
}

#fondCadre-accueil
{
position: absolute;
margin-top: 28px;
margin-left: 500px;
}
#accueil_pos
{
position: absolute;
margin-top: 92px;
margin-left: 425px;
width:275px;
height:140px;
overflow: auto;
}
#accueil_txt
{
margin: 2px 0px 0px 0px;
font-size: 0.8em;
text-align: justify;
line-height:15px;
width:229px;
}



#info_pos
{
position:absolute;
margin-top: 92px;
margin-left: 40px;
width:360px;
height:150px;
overflow: hidden;
}
.info_txt
{
margin: 2px 0px 0px 12px;
font-weight: bold;
font-size: 1em;
text-align: center;
line-height:15px;
width:335px;
color: #C40318;
}



#plan
{
background-image: url(commun/plan.gif);
background-repeat: no-repeat;
position: relative;
margin-top: 45px;
margin-left:70px;
width:429px;
height:400px;
z-index: 1;
}

#planTel{
position: absolute;
margin-top: 370px;
width: 429px;
text-align: center;
text-decoration: underline;
font-weight: bold;
}
