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;
background-color:#58595A;
width:760px;
margin:0 auto 0 auto;
text-align: left;
}

#fondCadre-photos
{
position: absolute;
margin-top: 13px;
margin-left:487px;
}
.contenu
{
background-image: url(cadre-photo.gif);
background-repeat: no-repeat;
position: relative;
margin:34px auto 0 auto;
width:620px;
height:563px;
}



div.choix
{
position: absolute;
top: 536px;
height: 46px;
width:470px;
overflow: auto;
text-align:left;
}

select.choixDiaporamas
{
width: 450px;
font-size: 0.8em;
font-weight: bold;
color: #58595A;
}


#photo
{
position: absolute;
top: 60px;
}

td.image_pos
{
vertical-align : middle;
text-align:center;
height:460px;
width:720px;
}


span.prec
{
visibility: hidden;
}

span.precHid
{
display: none;
}

span.play
{
visibility: hidden;
}

span.playHid
{
display: none;
}


span.stop
{
visibility: hidden;
}

span.stopHid
{
display: none;
}



span.suiv
{
visibility: hidden;
}

span.suivHid
{
display: none;
}

#precedent
{
position: absolute;
top: 535px;
margin-left: 475px;
}

#suivant
{
position: absolute;
top: 535px;
margin-left: 580px;
}

#play
{
position: absolute;
top: 535px;
margin-left: 516px;
}

#pause
{
position: absolute;
top: 535px;
margin-left: 550px;
}

