﻿
/* Valeurs par default
-----------------------------------------------------------------------------*/
*{margin:0;padding:0;list-style:none;}
body{ background:#e0e0e0; 	text-align:center; color:#e0e0e0;}
 
a{text-decoration:none;color:#FFF;}
a:hover, #copyright a:hover{color:#cab6b6;}
a img{border:0}
 
.clear{clear:both;visibility: hidden }

#wrapper {

	margin:0 auto;
	margin-top: 30px;
	width:900px;
	height:500px;
	background:url(./acceuil.jpg) no-repeat;

}


#bouton_site {
	margin-top: 30px;
	margin-left: 670px;
	float:left;
}


#bouton_forum {
	float:right;
	margin-top: 30px;
	margin-right: 50px;
}