body.accueil { background: url("images/fond_accueil.png") ; margin-top:1px; background-color:#a39080; background-repeat: repeat-x }
body.paiement { background: url("images/fond_paiement.png") ; margin-top:1px; background-color:#c3bdba; background-repeat: repeat-x }

.menu_portes { width:800px; margin:0 auto; text-align:center; }

#dons { float: left;}
a.dons-button { background:url(images/porte_off_dons.png) 0 0 no-repeat; display:block; height:550px; text-decoration: none; width:198px; }
a:hover.dons-button { background:url(images/porte_on_dons.png) 0 0 no-repeat; text-decoration:none; }

#reserve { float: left; margin-left:100px; }
a.reserve-button { background:url(images/porte_off_reserve.png) 0 0 no-repeat; display:block; height:550px; text-decoration: none; width:198px; }
a:hover.reserve-button { background:url(images/porte_on_reserve.png) 0 0 no-repeat; text-decoration:none; }

#cotisation { float: left; margin-left:100px; }
a.cotisation-button { background:url(images/porte_off_cotisation.png) 0 0 no-repeat; display:block; height:550px; text-decoration: none; width:198px; }
a:hover.cotisation-button { background:url(images/porte_on_cotisation.png) 0 0 no-repeat; text-decoration:none; }

#tableau { width:754px; height:580px; background:url(images/tableau.png) 0 0 no-repeat; margin:0 auto;}

.info {
	background-position:left;
	background-repeat:no-repeat;
	padding:4px 0 4px 50px;
	background-image:url('images/info.png');
	color:#7CFC00;
	text-align: left;
	margin-left: 80px;
	margin-top: 20px;
}
