.carrosserie-industrielle, h1.titre-carrosserie-industrielle{
				background-color : rgb(58,157,35); /* Pour les anciens navigateurs qui ne gèrent pas rgba */
				background-color : rgba(58,157,35,0.8);
			}
			h1.titre-carrosserie-industrielle{
				background-color : #61B14F;
			}
			.carrosserie-industrielle:hover, figure:hover .carrosserie-industrielle, .li-carrosserie-industrielle:hover {
				background-color : #3A9D23;
			}
			.carrosserie-industrielle-border {
				border : 2px solid #4BB749;
			}.gamme-agricole, h1.titre-gamme-agricole{
				background-color : rgb(241,142,0); /* Pour les anciens navigateurs qui ne gèrent pas rgba */
				background-color : rgba(241,142,0,0.8);
			}
			h1.titre-gamme-agricole{
				background-color : #F4A533;
			}
			.gamme-agricole:hover, figure:hover .gamme-agricole, .li-gamme-agricole:hover {
				background-color : #F18E00;
			}
			.gamme-agricole-border {
				border : 2px solid #CC554C;
			}