@charset "utf-8";
/* CSS Document */
body {
	width:850px;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#969696;
	margin:auto;}
	
#global {	
	background-image:url(images/bg_body.png);
	background-repeat:no-repeat;
	}
	
#logo {
	margin:50px 20px 20px 20px;
	width:810px;
	height:250px;
	padding-top: 20px;
}	
#texte {
	height:250px;
	margin:20px 20px 20px 20px;
	text-align: center;
}
.violet {
	color: #939;
}
#global #texte a {
	color: #939;
}
.police14px {
	font-size: 18px;
}
