@charset "utf-8";
/* CSS Document */

body{
	background-color:#000000;
	color:#BC98B7;
	background-image:url(../images/fond_logo.png);
	background-position:center;
	font-family:tahoma, verdana, myriad, arial;
}

#page{
	width:975px;
	height:100%;
	margin:auto;
}

#titre{
	width:789px;
	height:270px;
	background-image:url(../images/logo.png);
	background-position:center;
	margin:auto;
	margin-top:30px;
}

h1{
	display:none;
}

#corps{
	margin:70px;
}

h2{
	text-align:center;
	margin:60px;
	font-weight:bold;
	font-size:1.4em;
}

p{
	font-weight:normal;
	font-size:0.85em;
	text-align:center;
	line-height: 2em;
}

a{
	text-decoration:none;
	color:#BC98B7;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
	color:#BC98B7;
	font-weight:bold;
}
