﻿.titre 
{
	min-height: 36px;
	padding-top: 15px;
	padding-left: 55px;
}

a:hover.ButtonFleche .button
{
	background-image: url(./BoutonHover.png);
	background-repeat: no-repeat; 
	background-position: left center;
	width : 100px;
	height : 27px;
}

a:hover.ButtonFleche .G
{
	background-image: url(./boutongauche-hover.png);
	background-repeat: no-repeat; 
	background-position: left center;
}

a:hover.ButtonFleche .C
{
	background-image: url(./boutoncentre-hover.png);
	background-repeat: repeat-x;
	background-position: left center;
}

a:hover.ButtonFleche .D
{
	background-image: url(./boutondroite-hover.png);
	background-repeat: no-repeat;
	background-position: left center;
}

a.ButtonFleche .button
{
	background-image: url(./Bouton.png);
	background-repeat: no-repeat; 
	background-position: left center;
	width : 100px;
	height : 27px;
}

a.ButtonFleche .G
{
	width: 36px;
	background-image: url(./boutongauche.png);
	background-repeat: no-repeat; 
	background-position: left center;
}

a.ButtonFleche .C
{
	height: 27px;
	background-image: url(./boutoncentre.png);
	background-repeat: repeat-x;
	background-position: left center;
	padding-left: 12px;
	padding-right: 5px;
}

a.ButtonFleche .D
{
	width: 11px;
	background-image: url(./boutondroite.png);
	background-repeat: no-repeat;
	background-position: left center;
}