* {
	margin:0;
	padding:0;
}

body {
	font: 100% trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	background: #fff3c3;
}

#fond {
	background:url("img/bg.jpg") repeat-x top #fff3c3;
}

#page {
	text-align:left;
	width:780px;
	margin:auto;
}

#header {
	background:url("img/headerdiscla.jpg") no-repeat top #000000;
	width:780px;
	height:320px;
}

#promo {
	text-align:center;
	font-size:28px;
}

#promo a {
	color:#000000;
}

#promo a span{
	color:#FF3366;
}

#promo a:hover {
	color:#FF3366;
}

#discla {
	text-align:center;
}

#entrer {
	text-align:center;
	font-size:36px;
	font-weight:lighter;
}

#entrer a {
	color:#7bca19;
	text-decoration:none;
	border-bottom:1px dotted #FF3366;
}

#entrer a:hover{
	color:#7bca19;
	text-decoration:none;
	border-bottom:3px dotted #FF3366;
}