/****************************************************************************************************************************/
/*************************************** CSS PAGE DE BASE *******************************************************************/

/***** LIENS SURVOLES  ***************************************/

.lien-accueil {
	color:#00F; 
  text-decoration: underline; 
}
  
.lien-accueil:hover {
	font-family:"Comic Sans MS";
	color:#C0F; /* #0F0 */
	font-size:16px;
	text-decoration: underline; 
}

/***** TITRES GOOGLE MAPS ********************************/
.google-maps {
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size:18px;
	color:#000000;
	}

/************************** LIENS PRINCIPAUX - IMAGES SURVOLEES ********************************/

/***** MES PHOTOS *****/
.bouton-mes-photos{
	background-image: url(../elements-des-pages/accueil/boutons-page-de base/bouton-mes-photos-01.png);
	background-repeat:no-repeat;
	background-position:center;
}

.bouton-mes-photos:hover{
	background-image: url(../elements-des-pages/accueil/boutons-page-de base/bouton-mes-photos-02.png);
	cursor: default;
}

/***** PAYS BASQUE *****/
.bouton-pb{
	width:203px;
	height:54px;
	background-image: url(../elements-des-pages/accueil/boutons-page-de base/bouton-pays-basque-01.png);
	background-position:center;
	background-repeat:no-repeat;
}

.bouton-pb:hover{
	width:203px;
	height:54px;
	background-image: url(../elements-des-pages/accueil/boutons-page-de base/bouton-pays-basque-02.png);
	cursor: default;
}

/***** EUSKARA *****/
.bouton-euskara{
	width:203px;
	height:54px;
	background-image: url(../elements-des-pages/accueil/boutons-page-de base/bouton-langue-basque-01.png);
	background-repeat:no-repeat;
	background-position:center;
}
.bouton-euskara:hover{
	width:203px;
	height:54px;
	background-image: url(../elements-des-pages/accueil/boutons-page-de base/bouton-langue-basque-02.png);
	cursor:default;
	background-position:center;
}