/* 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   (inutilisé)
*  #31798b   bleu        (Actualités)
*  #7c5434   marron      (Jobs)
*  #ff4e00   orange      (TV)
*
*/
a:link, a:visited {
	color: #31798b;
	text-decoration: none;
}
a:hover, a:active {
	color: #aaa;
	text-decoration: none;
}
#header #topsection {
	color: #31798b;
}
#copyright A:active, #copyright A:hover {
	color: #31798b;
}

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

.ss-titre {
	font-size: 16px;
	font-weight: bold;
	color: #31798b;
}

.titre-media-p1 {
	font-size: 24px;
	font-weight: bold;
	color: #aaa;
	background-image: url(../images/ico-actus.png);
	background-position: center left;
	background-repeat: no-repeat;
	height: 42px;
	line-height: 42px;
	padding-left: 46px;
}

.titre-media-p2 {
	font-size: 24px;
	font-weight: bold;
	color: #4a4a4a;
}

.titre-feed {
	font-size: 14px;
	font-weight: bold;
	color: #aaa;
}

.feed {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #666;
	padding: 8px 12px;
	background-color: #EFEFEF;
}