body {
	margin: 0;
	padding: 0;
	background: white;
	font-family: Verdana, sans-serif;
	margin: 0; /* pour éviter les marges */
    text-align: center; /* pour corriger le bug de centrage IE */
}
img {
	border-style: none;
	display: block;
}
#image_ADRD {
     margin-left: auto;
     margin-right: auto;
     width: 192px;
	 height:300px;
     text-align: left; /* on rétablit l'alignement normal du texte */
}
#image_BETA {
    margin-left: auto;
    margin-right: auto;
    width: 993px;
    text-align: center;
	font-size: 0.7em;
	color: #C7C7C7;
}
p#msg {
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	margin-top: 265px;
}
h2 {  
	text-transform:uppercase;
	font-weight: bold;
	font-size: 110%;
	background-color: #454545;
	color: white;
	height: 17px;
	padding-left: 32px;
}
ul {  
	list-style-type: square;
	padding-left: 2em;
	margin-bottom: 1.2em;
}
a {
	color: #C7C7C7;
}
a:hover {
	text-decoration: none;
}