@charset "utf-8";
/* CSS Document */
<style>

.global {
  margin-left: auto;
  margin-right: auto;
  width: 80%; /* largeur obligatoire pour être centré */
}


@media only screen and (max-width:620px) {
  /* For mobile phones: */
  .menu, .main, .right {
    width:100%;
  }
}
.texte1
{
	font-family:verdana;
	font-size:16px;
	color:#000000;
	text-align: center;	
}

.texte2
{
	font-family:verdana;
	font-size:20px;
	color:#000000;
	font-weight: bold;
	text-align: center;
}
.texte3
{
	font-family:verdana;
	font-size:18px;
	color:#000000;
}
.centre{
  text-align: center;
}

.pied
{
background-color:#e5e5e5;
text-align:center;
padding:20px;
margin-top:7px;
font-family:verdana;
font-size:15px;
color:#000000;
font-weight: bold;
}


img.ri
{	
	max-width: 100%;
}



.table { // Cible le tableau directement
  border:2px solid black; width:70%;
    margin: 0 auto; // Pour le centrage
} 
</style>
