.gab_ligne {
	margin:0;          /* pour éviter les marges */
	margin-top:70px;  
	text-align:center; /* pour corriger le bug de centrage IE */
}
.gab_bloc {
	margin-left: auto;
	margin-right: auto;
	width : 200px;
	border:1px solid #EE6209; 
	-moz-border-radius:0 0 1em 0;
	background:#E7E9FE;
	text-align:left;
}
.gab_bloc h3 {
	margin:0px;	
	background:#4AAAFF;
	text-align:center;
	font-size:120%;
	}
table {
	font-size:100%; 	// pour ce con d'ie qui change la taille du texte ds les tab
    }
