@charset "iso-8859-1";

#trouver {
	float: left;
	margin: 0;
	padding: 0;
}

#trouver a {
	display: block; 
	width: 112px;
	line-height: 20px;
	background: url("buttons/trouver.gif") no-repeat 0 0; 
	text-decoration: none;
}

#trouver a:hover {
	background: url("buttons/trouver.gif") no-repeat 0 -20px; 
	text-decoration: none;
}

#trouver a:active {
	background: url("buttons/trouver.gif") no-repeat 0 -40px; 
	text-decoration: none;
}

#proposer {
	float: left;
	margin-right: 10px;
	padding: 0;
}

#proposer a {
	display: block; 
	width: 112px;
	line-height: 20px;
	background: url("buttons/proposer.gif") no-repeat 0 0; 
	text-decoration: none;
}

#proposer a:hover {
	background: url("buttons/proposer.gif") no-repeat 0 -20px; 
	text-decoration: none;
}

#proposer a:active {
	background: url("buttons/proposer.gif") no-repeat 0 -40px; 
	text-decoration: none;
}

#aide {
	float: left;
	padding: 0;
}

#aide a {
	display: block; 
	width: 112px;
	line-height: 20px;
	background: url("buttons/help.gif") no-repeat 0 0; 
	text-decoration: none;
}

#aide a:hover {
	background: url("buttons/help.gif") no-repeat 0 -20px; 
	text-decoration: none;
}

#aide a:active {
	background: url("buttons/help.gif") no-repeat 0 -40px; 
	text-decoration: none;
}

#testify {
	padding: 0;
	margin-top: 10px;
	margin-bottom: 2px;
}

#testify a {
	display: block; 
	width: 112px;
	line-height: 20px;
	background: url("buttons/testify.gif") no-repeat 0 0; 
	text-decoration: none;
}

#testify a:hover {
	background: url("buttons/testify.gif") no-repeat 0 -20px; 
	text-decoration: none;
}

#testify a:active {
	background: url("buttons/testify.gif") no-repeat 0 -40px; 
	text-decoration: none;
}