		<link href='https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
html{
    overflow: scroll;
  }

.textbloc  		{ font-size: 10px; font-family: 'Roboto', sans-serif; line-height: 12px }
.titrepetit 	{ font-size: 15px; font-family: 'Roboto', sans-serif; line-height: 18px }
.textbloc11px 	{ font-size: 11px; font-family: 'Roboto', sans-serif; line-height: 14px }
.Titre  		{ font-size: 21px; font-family: 'Roboto', sans-serif; line-height: 21px }

a{
text-decoration:none;
}
button.bouton1{
  border: 0;
  padding:3px;
  text-align: center;
  text-transform: uppercase;
  background-color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 14px;
  color : #708090;
  width: 105px;
}
button.bouton1:hover{
  color : #2f4f4f;
}
a.bouton:active{
  color : #1a693b;
}
button.bouton0{
  border: 0;
  padding:3px;
  text-align: center;
  text-transform: uppercase;
  background-color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 14px;
  color : #1a693b;
  width: 90px;
}
button.bouton2{
  border: 0.5;
  padding:5px;
  text-align: center;
  text-transform: uppercase;
  background-color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 14px;
  color : #708090;
  width: 100px;
}
button.bouton2:hover{
  color : white;
  background-color: #708090;
}
table
{
background-repeat: repeat;
}
