
body {
	text-align: center;
	font: 12px Arial;
	color: #4e4e4e;
	background: #f6f6f6 url(images/background.gif) repeat-x 0 0;
}
/***************************************************** AUTEUR **/
.infos_auteur {
	color:#ababab;
	padding:10px;
	margin-top:20px;
	margin-right:20px;
	border:solid 1px #ababab;
}
li.nopuce{
	list-style:none;
}




span.auteur {
	color:#ababab;
	font-size:12px;
	background: url(images/auteur.png) no-repeat top left;
	padding-left:25px;
	font-style:italic;
}
a {
	text-decoration: none;
	color: #0099CC;
}
a:hover {
	text-decoration: underline;
	color: #0099CC;
}
#header h1 {
	clear: both;
	float: left;
	padding: 33px 0 0 12px;
}
#header h1 a {
	display: block;
	text-indent: -9999px;
	outline: none;
	width: 900px;
	height: 64px;
	background: url(images/logo.png) no-repeat 0 0;
}

