a
{
text-decoration: none;
}
a:link {
color:#000000;
font-weight: bold;}
a:visited {color:#000080;
font-weight: bold;}
a:hover
{
color:black;
background-color:white;
}
body
{
background-image:url(arriere1long.jpg);
background-color:#C0C0C0;
}
.lien
{
color: black;
font-weight: bold;
font-size: 1.5em;
display: inline-block;
padding: 5px;
}
.fond
{
background-color:#94888C;
}
.titre
{
color:#94888C;
}
.new:link {color:white;}
.new:visited  {color:white;}
.bouton
{
display: inline-block;
padding: 5px;
margin-top: 5px;
border: 1px solid #000;
color: #000;
border-radius: 5px;
}
@media handheld, only screen and (max-width: 480px) and (orientation:portrait), only screen and (max-device-width: 480px) and (orientation:portrait) {
.bouton
{
display: inline-block;
padding: 10px;
margin-top: 10px;
border: 1px solid #000;
color: #000;
border-radius: 10px;
}
.lien
{
font-size: 1.2em;
}
}