/************ STYLES DES ELEMENTS DE LA PAGE D'ACCUEIL ************/
/******** COLONNES *********/
#colonne1 {
	width : 256px ;
	padding : 30px 0 0 50px ;
	float : left ;
}
#colonne2 {
	width : 256px ;
	padding : 0px 0 0 50px ; /* paddin-top de 0 pour le Toujours plus loin */
	float : left ;
}
#colonne3 {
	width : 256px ;
	padding : 30px 0 0 50px ;
	float : left ;
}
/******* CATALOGUE ********/
#home_catalogue {
	width : 256px ;
}
.home_onglet_catalogue {
	height : 37px ;
	background-image : url('../images/homepage/home_catalogue.gif') ;
	font-size : 30px ;
}
.home_onglet_catalogue span {
	display : none ;
}

/******* COMPOSITEURS ********/
#home_compositeurs {
	width : 256px ;
}
	
.home_onglet_compositeurs {
	/* width : 256px ; */
	height : 37px ;
	margin-top : 10px ;
	background-image : url('../images/homepage/home_compositeurs.gif') ;
	font-size : 30px ;
}
.home_onglet_compositeurs span {
	display : none ;
}

/******* CONCERTS ********/
#home_concerts {
	width : 256px ;
}
.home_onglet_concerts {
	/* width : 256px ; */
	height : 37px ;
	background-image : url('../images/homepage/home_concerts.gif') ;
	font-size : 30px ;
}
.home_onglet_concerts span {
	display : none ;
}

/******* ANNIVERSAIRES ********/
#home_anniversaires {
	width : 256px ;
	margin-top : 20px ;
}
.home_onglet_anniversaires {
	/* width : 256px ; */
	height : 37px ;
	background-image : url('../images/homepage/home_anniversaires.gif') ;
	font-size : 30px ;
}
.home_onglet_anniversaires span {
	display : none ;
}

/******* AU 76 ********/
#home_au_76 {
	width : 256px ;
	margin-top : 20px ;
}
.home_onglet_au_76 {
	/* width : 256px ; */
	height : 37px ;
	background-image : url('../images/homepage/home_au_76_rue_quincampoix.gif') ;
	font-size : 30px ;
}
.home_onglet_au_76 span {
	display : none ;
}

/******* LIVRES, CD ********/
#home_livres_cd {
	width : 256px ;
	margin-top : 20px ;
}
.home_onglet_livres_cd {
	/* width : 256px ; */
	height : 37px ;
	background-image : url('../images/homepage/home_livres_cd.gif') ;
	font-size : 30px ;
}
.home_onglet_livres_cd span {
	display : none ;
}

/******** TOUJOURS PLUS LOIN ********/
#toujoursplusloin {
	width : 256px ;
	height : 65px ; /* 53 */
	/* margin-bottom : 30px ; */
	/* padding : 3px 3px 4px 4px ; */
	/* margin : 0 ; */
	/* margin : 16px 6px 0px 7px ; */
	background : #cbd0e6 url('../images/homepage/toujours_plus_loin.jpg') no-repeat ;
	/* background-position : top center ; */
	background-position : center center ;
}
/******** CLASS DES PARAGRAPHES ********/
.classhome {
	padding : 10px ;
	text-align : left ;
	background : white url('../images/homepage/home_bulle_bas.gif') no-repeat bottom ;
	font-size : 9pt ;
}
.classhome a {
	font-size : 8pt ;
	color : #486698 ;
	/* text-decoration : underline ; */
	text-decoration : none ;
}
.classhome a:hover {
	color : #e89800 !important ;
	/* color : green !important ; */
}
.classhome a:visited {
	color : #486698 ;
}
