/* banner */

.banner
	{
		height: 0;
    padding-bottom: 25%;
    padding-top: 25px;
    position: relative;
		color: #fff;
	}
	
.bannerhome{
    height: 0;
    padding-bottom: 25%;
    padding-top: 25px;
    position: relative;

}	

a.no_opacity{opacity: 1;}

/* Les boutons d'admin survolent la page (sauf # FORMULAIRE_ADMIN) */
.spip-admin-bloc,
.spip-admin-float { z-index: 100; position: fixed; right: 20%; top: 0; white-space: nowrap; }

/* Couleurs et design des boutons d'admin */
.rettangolo { margin: 0; padding: .4em 1em; background: #666; border: 0; font-weight: bold; border-radius: 0 0 .3em .3em; opacity: .7; }
.rettangolo,
a.rettangolo,
.rettangolo a { color: #FFF; text-decoration: none; }
a:focus.rettangolo,
.rettangolo a:focus,
a:hover.rettangolo,
.rettangolo a:hover { opacity: 1; }
a:active.rettangolo,
.rettangolo a:active { background-color: #333; opacity: 1; }
.rettangolo:hover { background: #000; } 