/* #PRODUIRE{fond=css/style_cfg_odaiba.css}
   md5:f1ddb074557d7f44055387a9d1396a2d */


/* barre laterale */
.odaiba-aside {
	background-color:#87000e;
}

/* barre haute fixe */
.navbar {
	background-color: #87000e;
}

/* ps */
.ps-wrapper {
	background-color: #560009;
}

/* pied de page */
.footer {
	background-color: #1b1d1e;
}

/* sous-rubriques */
.rubrique-title a {
	background-color: #0e3083;
}

/* sous-rubriques survol */
.rubrique-title a:hover {
	background-color: #071c50;
}

/* liens */
a,
.article-texte a {
	color: #ff686b;
}

a:hover,
.headline-link:hover,
.article-texte a:hover {
	color: #fe4b50;
}

/* Survol des liens de catégories & puces */
.article-preview-titre::before,
.article-preview-texte:hover, 
.article-preview-texte:hover .article-preview-titre {
	color:#70a7d9;
}