/* Ceci est la feuille de style attachée au forum.
** Elle est nécessaire pour le bon affichage des éléments 
** internes au forum, ne la suppriméz pas. */

body {
	background-color:#CD9524;
	margin-left:0;	
	margin-top:0;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

a img { border:0; }
a { text-decoration:none; font-weight:bold; }
label:hover { cursor:pointer; }

.bg_ac { 
	background-image:url(../accueil_back.jpg); 
	background-repeat: no-repeat;
	position: absolute;
	width:800px;
	height:566;
	left:50%;
	margin-left:-400px;
	top:50%;
	margin-top:-283px;
	}