/**
 * CSS globale
 */

a.button
{
	display:block;
	float: left;
	margin: 0 4px 0 0;
	width: auto;
	text-align: center;
	background:url('../images/onglet.jpg') center repeat-x;
	cursor:pointer;
	color:white;
	padding:5px;
	border:1px solid #333;
	font-size:11px;
	font-weight: normal !important;
}
a.button:hover
{
	background-image:url('../images/ongletover.jpg') center repeat-x;
}
