/**
 * STYLE PAR DEFAUT
 * CSS DEFINIT LES ATTRIBUTS SPECIFIQUES
 */
	#styleswitcher  a{
		color:				black;
	}
	#styleActif{
		margin-top:		9px;
		margin-left:	34px;
		height:		 	27px;
		width:			28px;
		border:			1px solid yellow;
	}
	
		a#switcher1 {
			margin-top:		20px;
			margin-left:	65px;
			background:		url('http://medias.jeuxonline.info/hyperiums/images_v2/hyp_switcher_flecheBas.png') top left no-repeat; 
		}
			a#switcher1:hover{
				background:		url('http://medias.jeuxonline.info/hyperiums/images_v2/hyp_switcher_flecheBas_mouseover.png') top left no-repeat; 
			}
	/**
	* Calque titre du site
	*/
	div#banniere{
		background:		url('http://medias.jeuxonline.info/hyperiums/images_v2/hyp_banniere_header.jpg') top left no-repeat;
	}

	/**
	 * Calque du pied-de-page
	 */	
	#piedDePage {	
		background:		url('http://medias.jeuxonline.info/hyperiums/images_v2/hyp_banniere_footer.jpg') top left no-repeat; 
	}		