/* CSS */

body{
	background-color:#000;
	color:#FFF;
	background: url('background.jpg') center bottom;
	background-attachment:fixed;
}

#header{
	text-align:center;
}

#main{
	text-align:center;
}

#footer{
	/*display:none;*/
	text-align:right;
	position:absolute;
	right:20px;
	bottom: 0;
}

.marge{
	margin-left:30px;
}

.lien-txt{
	text-decoration:none;
	color:#FFF;
}

.lien-txt:hover{
	text-decoration:underline;
	color:#999;
}
