a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
body {
     margin: 0; /* pour éviter les marges */
     text-align: center;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 color: #333333;
	 text-decoration: none;
     }
#global {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 460px;
	height: 100px;
	text-align: center;
	top: 220px;
	}
.norm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	}
