/* AFFICHAGE DU FOND D ECRAN ======================= */
html {
	background: 	black;
	overflow-x: 	hidden; 
	overflow-y:		hidden;
}

a:link{ 
 text-decoration:none; 
}

/* AFFICHAGE DU BOUTON POUR RETOURNER VERS LE PLAN DU SITE POR LES DIAPORAMA - PARTIES GAUCHE et DROITE ============= */
.conteneur{
	/* positions du bouton */
			list-type-style	:	none;
		/*	margin-top		:	auto;*/
			margin-left		: 	auto;
			margin-right	: 	0px;
	
	/*	dimensions du bouton */
			width			:	150px;
			height			: 	30px; 
			border			:	3px #DDDDDD ridge;
			overflow		:	hidden;		
			border-radius 	: 	25px;
			background		: 	linear-gradient(#00FF00, #FFFF00);

	/* le texte du bouton */
			padding-left	: 	28px;		/* padding-left pour un centrage horizontal */
			font-size		:	1em;
			FONT-WEIGHT		:	bold;
			font-family		:	'Comic Sans MS';
			color			: 	red;
		
}


