body {
	background-image: url(../images/fondtraits.gif);
	width: 780px;
	margin: auto;
}

#fondbody {
	background-image: url(../images/en_tete.gif);
	background-repeat: no-repeat;
	height: 320px;
	margin-top: 0px;
	padding-top: 230px;
	padding-right: 20px;
	padding-left: 230px;
}

#bulle_tradermen, #bulle_homemotionstyle, #bulle_powermarketing, #bulle_fetpformation {
	background-image: url(../images/lien_tradermen_anim.gif);
	height: 150px;
	width: 250px;
	margin: 3px;
	float: left;
}

#bulle_tradermen:hover, #bulle_homemotionstyle:hover, #bulle_powermarketing:hover, #bulle_fetpformation:hover  {
	background-image: url(../images/lien_tradermen_hover.gif);
}

a {
	font-family: Arial, Verdana, serif;
	text-decoration: none;
	color: white;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}

a:hover { /* Quand la souris passe sur les liens */
	color: rgb(253,197,0);
}