/*------------------------------------------------------------------------------------------------------------------*/
ul.petitMenu{
	margin: 0px ;
	padding: 0px ;
	list-style-type: none ;
}

/*------------------------------------------------------------------------------------------------------------------*/
.petitAccueil {
	width: 15px;
	height: 32px;
	background: url(/canal_tv/petitMenu/accueil2.gif) top left no-repeat;	/* placement de l'image 2 au second plan */

}
.petitHisoire {
	width: 15px;
	height: 38px;
	background: url(/canal_tv/petitMenu/histoire2.gif) top left no-repeat;
}
.petitVisites {
	width: 15px;
	height: 36px;
	background: url(/canal_tv/petitMenu/visites2.gif) top left no-repeat;
}
.petitInfos {
	width: 15px;
	height: 28px;
	background: url(/canal_tv/petitMenu/infos2.gif) top left no-repeat;
}
.petitPlan {
	width: 15px;
	height: 28px;
	background: url(/canal_tv/petitMenu/plan2.gif) top left no-repeat;
	margin-top:23px;
}

/*------------------------------------------------------------------------------------------------------------------*/
/* définition du lien qui occupera toute la place du conteneur */
.petitAccueil a {
	display: block;
	width: 100%;
	height: 100%;
	background: white url(/canal_tv/petitMenu/accueil1.gif) top left no-repeat;	/* placement de l'image 1 au premier plan */
	color: #000;
}
.petitHisoire a {
	display: block;
	width: 100%;
	height: 100%;
	background: white url(/canal_tv/petitMenu/histoire1.gif) top left no-repeat;
	color: #000;
}
.petitVisites a {
	display: block;
	width: 100%;
	height: 100%;
	background: white url(/canal_tv/petitMenu/visites1.gif) top left no-repeat;
	color: #000;
}
.petitInfos a {
	display: block;
	width: 100%;
	height: 100%;
	background: white url(/canal_tv/petitMenu/infos1.gif) top left no-repeat;
	color: #000;
}
.petitPlan a {
	display: block;
	width: 100%;
	height: 100%;
	background: white url(/canal_tv/petitMenu/plan1.gif) top left no-repeat;
	color: #000;
}

/*------------------------------------------------------------------------------------------------------------------*/
.petitAccueil a:hover {	/* masquage de l'image1 au survol */
	background: transparent none;
} 
.petitHisoire a:hover {
	background: transparent none;
} 
.petitVisites a:hover {
	background: transparent none;
} 
.petitInfos a:hover {
	background: transparent none;
} 
.petitPlan a:hover {
	background: transparent none;
} 

/*------------------------------------------------------------------------------------------------------------------*/
.masque{
	visibility:hidden;
}