body {
background: #cecece;
background-image:url(img/background.png);
background-repeat: repeat-x;
}
.pop {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
font-weight: bold;
text-align: center;
}
.button {
text-align: center;
background-image: url("img/bouton.png");
background-repeat: no-repeat;
background-position: center;
height: 60px;
}
.button:hover {
text-align: center;
background-image: url("img/boutonappuye.png");
background-repeat: no-repeat;
background-position: center;
height: 60px;
}
.affichage {
width: 100%;
border: none;
}
.case_gauche {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
width: 50%;
}
.case_droite {
width: 50%;
text-align: right;
}
a img {
  border: none;
}
a:link {text-decoration: none; color: #3232CD}
a:visited {text-decoration: none; color: #3232CD}
a:active {text-decoration: none; color: #3232CD}
a:hover {text-decoration: none; color: #3232CD}
a.menu {
text-decoration: none;
color: black;
}


