/* Project : MyNokoo
*  Author  : PL
*  History : 2009-05-31 Original version
*
*  Subject : Styles for the Front End (specific by category)
*
*  #9eb62f   vert        (Pages diverses)
*  #edb311   jaune       (Vacances)
*  #c30d19   rouge       (Immobilier)
*  #a71554   magenta     (Associations)
*  #12acca   turquoise   (Sports)
*  #31798b   bleu        (Actualités)
*  #7c5434   marron      (Jobs)
*  #ff4e00   orange      (TV)
*  #5e45a9   prune       (Festivités)
*
*/
a:link, a:visited {
	color: #12acca;
	text-decoration: none;
}
a:hover, a:active {
	color: #aaa;
	text-decoration: none;
}
#header #topsection {
	color: #12acca;
}
#copyright A:active, #copyright A:hover {
	color: #12acca;
}

.titre-section-sejours {
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	color: #aaa;
	background-image: url(../images/ico-sejours.png);
	background-position: center left;
	background-repeat: no-repeat;
	height: 42px;
	line-height: 42px;
	padding-left: 46px;
}