/*=== Patch #entete-de-page h1 ===*/
#entete-de-page h1 {
	width: 327px; height: 124px;
	background: url(img/logo-ala.png) no-repeat;
	position: absolute;
	z-index: 500;
	margin: 13px 0 0 21px;
}

/*=== Patch #personnages-haut ===*/
#bandeau #personnages-haut {
	width: 485px; height: 98px;
	float: right;
	background: url(img/personnages-haut.png) no-repeat;
}


/*=== Patch #entete-de-page ul li ===*/
#entete-de-page #menu-haut ul {
	float: right;
	margin-top: 12px;
	margin-right: 25px;
}
/* CSS3 browsers : Opera 9 - Safari */
@media all and (min-width: 0px){
  #entete-de-page #menu-haut ul {
	float: right;
	margin-top: 18px;
	margin-right: 25px;
	}
}

#entete-de-page #menu-haut ul li {
	display: inline;
	padding-left: 20px;
	background: url(img/puce-menu-haut.png) no-repeat left 3px;
}
#entete-de-page #menu-haut ul li a:active, #entete-de-page #menu-haut ul li a:link, #entete-de-page #menu-haut ul li a:visited {	font-size: 11px; color: #fff; }
#entete-de-page #menu-haut ul li:first-child { background: none; }

/*=== Patch #pied-de-page ===*/
#pied-de-page {
	width: 910px;
	height: 47px;
	margin: -10px auto 10px auto;
	background: url(img/fd-pied.gif) no-repeat;
}

/*=== Patch #blocs-bas-droite ===*/
#blocs-bas-droite {
	width: 58px; height: 82px;
	background: url(img/blocs-bas-droite.png) no-repeat;
	position: absolute;
	bottom: 10px;
	right: -20px;
	z-index: 150;
}

/*=== Patch #pied-de-page ul li ===*/
#pied-de-page ul li {
	float: left; list-style: none;
	margin-right: 3px;
	padding-left: 18px;
	background: url(img/puce-menu-bas.png) no-repeat left 3px;
}
/* CSS3 browsers : Opera 9 - Safari */
@media all and (min-width: 0px){
  #pied-de-page ul li {
	float: left; list-style: none;
	margin-right: 3px;
	padding-left: 18px;
	background: url(img/puce-menu-bas.png) no-repeat left;
	margin-top: 2px;
	}
}

#pied-de-page ul li a:link, #pied-de-page ul li a:visited, #pied-de-page ul li a:active {
	font-size: 11px; color: #5F5F62;
}
#pied-de-page li:first-child { background: none; }
