/* #PRODUIRE{fond=theme_landed.css}
   md5:4a0e4bc3152ecfe0ae3589e419c69935 */


	
/* Bandeau (header) */

#header {
	background: #292526;
}

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

/* Liens et menus actifs */

a {
	color: #fece00;
}
a:hover {
	color: #d8af00 !important;
}

.dropotron .on > a {
color: #fece00!important;
}
.dropotron .on > a:hover {
color: #d8af00 !important;
}

/* Rubrique active */

#header nav > ul > .on > a {
	background-color: #065e9a!important;
}
#header nav > ul > .on > a:hover {
	background-color:  #055083 !important;
}

/* Sous rubrique active */

.dropotron > li.active > a, .dropotron > li.active > span {
	color: #065e9a;
}

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

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

header.major:after {
	background: #065e9a;
}

.spotlight .content {
	border-color: #065e9a;
}

/* bouton menu sur petits écrans */

#titleBar .toggle {
	background: #fece00;
}
#titleBar .toggle:before {
	background: linear-gradient(to bottom,
	#7f6700 0%, #7f6700 20%,
	transparent 20%, transparent 40%,
	#7f6700 40%, #7f6700 60%,
	transparent 60%, transparent 80%,
	#7f6700 80%, #7f6700 100%);
}