/* ============ bandeau Educnet =============== */
/* surcharge Zstandard.css */

#portal-header {
    background: none;
}

img, a img {
    border: none;
}

div#portal-header {
	overflow: auto;
	height: 170px;
	padding: 5px;
}
	div#portal-header a#portal-logo {
		float: left;
		margin: 0;
/*		padding-left: 125px; */
	}
	div#portal-header a#portal-logo img {
		position: static;
	}

div#bndmotif {
	/* logo disciplinaire */
	float: right;
    height: 66px;
    width: 298px;
    text-align: right;
    padding: 5px 10px;
}
	div#bndmotif h1 {
		margin-top: 0;
	}


/* fil d'Ariane */
div#bndbc {
	padding: 2px 0 2px 6px;
	background-color: #3229A7;
	color: #fff;
	font-size: 90%;
	overflow: auto;
}
	div#bndbc ul {
		float: left;
		border: none;
		margin: 0;
		padding: 0;
	}
	div#bndbc ul#nav_fiches {
		float: right;
		margin-right: 10px;
	}
	div#bndbc li {
		display: inline;
		margin-left: 4px;
		color: #fff;
	}
		div#bndbc li + li {
			padding-left: 15px;
			background: transparent url(imgstyle/fl-white.gif) no-repeat left center;
		}
		div#bndbc ul#nav_fiches li {
			background-image: none;
			color: #ddd;
			font-style: italic;
		}
	
	div#bndbc a {
		padding: 2px;
		font-size: 1em;
		color: #fff;
		font-weight:bold;
		letter-spacing:0.1em;
		text-decoration: none;
	}
	div#bndbc a:hover, div#bndbc a:focus { text-decoration: underline; }

