body {
	background: #4E443D url(IMG/body_bg.jpg) repeat-y;
	font: 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #f0f0f0;
}

#logo {
	width: 288px;
	position: absolute;
	left: 30px;

}

#texte {
	width: 400px;
	position: absolute;
	left: 400px;
}

a{
	color: #f0f0f0;
	text-decoration: none;
}

a:hover{
	color: #f0f0f0;
	text-decoration: none;
}