body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color:white;
	background:#2B85BB;
}
p{
	line-height:17px;
	margin-top:8px;
	}
	
#img_welcome{
	position:absolute;
	left: 50%;
	margin-left: -275px; /*moité largeur img */
	/* Hack CC pour IE MAC \*/
	top: 45%;
	margin-top: -215px; /*moitié hauteur img*/
	/* fin hack CSS pour IE MAC */
}

a:hover img, a img{
	text-decoration: none;
	border:none;
}


