/* Color theme of the home page => header of the page. */
.home_headerColor { background-color: #2290f2; }
/* Color theme of the home page => caracters of the page. */
.home_fontColor { color: #0c6db6; }


/* Color theme of the presentation page => header of the page. */
.presentation_headerColor { background-color: #f53400; }
/* Color theme of the presentation page => caracters of the page. */
.presentation_fontColor { color: #ec5e34; }
/* Color theme of the presentation page => actives buttons colors of the menu left page. */
.presentation_buttonMenuLeftActive { background-color: #cd5333; }
/* Color theme of the presentation page => buttons colors of the menu left page. */
.presentation_buttonMenuLeft { color: #ecbfb4; }


/* Color theme of the meeting page => header of the page. */
.meeting_headerColor { background-color: #b3d6ff; }
/* Color theme of the meeting page => caracters of the page. */
.meeting_fontColor { color: #719cc7; }
/* Color theme of the meeting page => actives buttons colors of the menu left page. */
.meeting_buttonMenuLeftActive { background-color: #8ba9c7; }
/* Color theme of the meeting page => buttons colors of the menu left page. */
.meeting_buttonMenuLeft { color: #bdc4e5; }


/* Color theme of the church life page => header of the page. */
.churchLife_headerColor { background-color: #907fa7; }
/* Color theme of the church life page => caracters of the page. */
.churchLife_fontColor { color: #918094; }
/* Color theme of the church life page => actives buttons colors of the menu left page. */
.churchLife_buttonMenuLeftActive { background-color: #7d7090; }
/* Color theme of the church life page => buttons colors of the menu left page. */
.churchLife_buttonMenuLeft { color: #b6aebc; }


/* Color theme of the contact us page => header of the page. */
.contactUs_headerColor { background-color: #dc974e; }
/* Color theme of the contact us page => caracters of the page. */
.contactUs_fontColor { color: #ac9072; }


/* Color theme of the find us page => header of the page. */
.findUs_headerColor { background-color: #e64200; }
/* Color theme of the find us page => caracters of the page. */
.findUs_fontColor { color: #e66100; }


/* Color theme of the our links page => header of the page. */
.ourLinks_headerColor { background-color: #76adda; }
/* Color theme of the our links page => caracters of the page. */
.ourUtilsLinks_fontColor { color: #6697ca; }



/* ****************** */
/* Liens. */
/* ****************** */
a.albumTitle:link, 
a.albumTitle:visited, 
a.albumTitle:active 
{
	color: #7d757f;
	text-decoration: none;
}
a.albumTitle:hover, 
a.albumTitle:focus 
{	 
	text-decoration: none;
	background-color: #ebe9eb; 
}
a.eventTitle:link, 
a.eventTitle:visited, 
a.eventTitle:active 
{
	color: #719cc7;
	text-decoration: none;
}
a.eventTitle:hover, 
a.eventTitle:focus 
{	 
	text-decoration: none;
	background-color: #e3f0ff; 
}




