@charset "utf-8";
/* CSS Document */
body{
	background:#9C0226;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
*{
	list-style:none;
}
.home{
	width:800px;
	margin:100px auto 0 auto;
}
.logo{
	width:383px;
	height:105px;
	margin:0 auto;
}
h1{
	width:780px;
	height:40px;
	font-size:16px;
	text-decoration:none;
	color:#FFFFFF;
	margin:0 0 0 10px;
	text-align:center;
}
p{
	width:780px;
	font-size:14px;
	color:#FFFFFF;
	margin:0 0 0 10px;
	text-align:center;
}
a{
	color:#fff;
}
a:hover{
	color:#000;
}
.liens a{
	font-size:11px;
	color:#fff;
	text-decoration:none;
}
.liens a:hover{
	font-size:11px;
	color:#000;
}
