* {
	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/header.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;
}

#texte {
	font-size:12px;
}

#texte p {
	width:240px;
	float:left;
	margin-left:15px;
}

#texte a {
	font-size:18px;
	color:#FF0000;
}

#texte a span {
	color:#0000FF;
}