*{ /*mise ŕ zéro pour compatibilité*/
margin: 0;
padding: 0;
border: none;
font-size: 1em;
font-family: arial;
font-weight: normal;
font-style: normal;
text-decoration: none;
} 

a:visited{
color:#000000;
text-decoration:none;
}
a:hover{
color:#003300;
text-decoration:none;
}
a{
font-family:arial;
color:#003333;
text-decoration:none;
}

body{
background-color:#e5fff6;
background-image:url('fond.png');
background-repeat:no-repeat;
background-position:top center;
}

#fond{
margin:auto;
background-image:url('fond.png');
background-repeat:no-repeat;
background-position:top center;
}

#bandeau{
width:1000px;
height:100px;
margin:auto;
}

#logo{
height:70px;
margin-top:60px;
margin-left:40px;
/*background-image:url('MM2Clogoptit.png');*/
background-repeat:no-repeat;
}

#corp{
width:998px;
height:560px;
margin:auto;
/*background-color:#fafafa;*/
}

#contenu{
display:inline-block;
float:left;
width:800px;
margin-left:10px;
/*background-color:#FFFFFF;*/
}

#boutons{
float:right;
margin-right:10px;
width:150px;
}

.bouton{
height:50px;
background-image:url('bouton.png');
background-repeat:no-repeat;
padding-top:15px;
/*padding-left:35px; (remplacé par le center)*/
text-align:center;
}

#bas{
text-align:center;
font-family:arial;
font-size:0.8em;
}

#grandstitres{
font-family:arial;
font-weight:bold;
text-align:center;
font-size:2em;
border:1px solid #000000;
width:300px;
margin:auto;
margin-top:50px;
margin-bottom:60px;
background-color:#DFFFEF;
}