html, body { 
overflow: auto;
}

body {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  font-family:  Helvetica,Arial,Trebuchet MS,sans-serif;
  font-size: 12px;
}

a{
text-decoration: none;
color: #1E22D0;
}

a:hover {
text-decoration: underline;
color: #1E22D0;
}

.cadre_blanc_grand{
border : 1px solid #000000;
border-width : 1px 5px 5px 1px;
}

