/* #PRODUIRE{fond=theme_landed.css}
   md5:54daf603b9a8ead8a20f29a3043409f8 */

	
/* Bandeau (header) */

#header {
	background: #1a1a1a;
}

/* opacité de l'image de fond de l'article banner */
#banner:after {
	background-image: -moz-linear-gradient(top, rgba(24, 24, 24, 0.95), rgba(24, 24, 24, 0.95));
	background-image: -webkit-linear-gradient(top, rgba(24, 24, 24, 0.95), rgba(24, 24, 24, 0.95));
	background-image: -ms-linear-gradient(top, rgba(24, 24, 24, 0.95), rgba(24, 24, 24, 0.95));
	background-image: linear-gradient(top, rgba(24, 24, 24, 0.95), rgba(24, 24, 24, 0.95));
}

/* Liens et menus actifs */

a {
	color: #009ee0;
}
a:hover {
	color: #0086be !important;
}

.dropotron .on > a {
color: #009ee0!important;
}
.dropotron .on > a:hover {
color: #0086be !important;
}

/* Rubrique active */

#header nav > ul > .on > a {
	background-color: #009ee0!important;
}
#header nav > ul > .on > a:hover {
	background-color:  #0086be !important;
}

/* Sous rubrique active */

.dropotron > li.active > a, .dropotron > li.active > span {
	color: #009ee0;
}

#header nav ul li.active > a, #header nav ul li.active > span {
	color: #009ee0;
}

/* bordure sous les titre et sections de la home */

header.major:after {
	background: #009ee0;
}

.spotlight .content {
	border-color: #009ee0;
}

/* bouton menu sur petits écrans */

#titleBar .toggle {
	background: #009ee0;
}
#titleBar .toggle:before {
	background: linear-gradient(to bottom,
	#004f70 0%, #004f70 20%,
	transparent 20%, transparent 40%,
	#004f70 40%, #004f70 60%,
	transparent 60%, transparent 80%,
	#004f70 80%, #004f70 100%);
}