html, body
{
margin: 0;
padding: 0;
width:100%;
height: 100%;
font-size: 100%;
}

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


#contenu
{
position: relative;
margin:0 auto 0 auto;
height:360px;
}

.liensPos
{
position: absolute;
margin-top: 100px;
margin-left: 15px;
}
.liensPos a:link { color:#FFFFFF; text-decoration:none }
.liensPos a:visited { color:#FFFFFF; text-decoration:none }
.liensPos a:hover { color:#FFFFFF; font-weight:bold; text-decoration:none }
