<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
color:white;
background-image: url("fond.jpg");
background-repeat: repeat-y ;
margin: 0cm 2mm 0cm 1cm ;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 24px;
}
.content {
  width: 100%;
  text-align: center;
  padding: 1em 1%;
}

.bouton
{
padding: .2em 0;
margin: 0;
list-style-type: none;
background-color: #000;
color: #FFF;
font: normal arial, helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
line-height: 24px;
text-align: center;
display:inline; 
cursor:pointer;
border-left-color:#ffffff;
border-bottom-color:#000000;
border-right-color:#000000;
border-top-color:#ffffff;
}
.bouton:hover
{
text-decoration: underline;
background-color: gray;
}
.bouton:link
{
text-decoration: underline;
background-color: gray;
} 
.bouton:visited
{
text-decoration: underline;
background-color: red;
} 
.myBox {
    margin: 0 auto;
    border: 0px solid #fff;
    color: #000000;
   	width: 65%; 
    padding: 5px;
    text-align: left;
    background-color:#ffffff;
    border-top: 5px solid #000000;
    border-bottom: 5px solid #000000;
 
    border-left: 5px solid #000000;
    border-right: 5px solid #000000;
 
    border-radius: 20px;
    
}
 
</pre></body></html>