/* ZAP : Zcode À Plusieurs
Copyright © 2006  Gabriel "bluestorm" Scherer
Du code a été proposé par phisto.

Ce programme est placé sous double licence CeCILL et GNU GPL
Pour plus d'informations : ../licence-notice.txt */

/* Liens de navigations */
a.nav:first-letter {
	text-transform: uppercase;
}

/* code proposé par Phisto */
a.nav, a.nav:visited {
	font-size: 0.8em;
	color:#969696;
	padding:2px;
	background:#FFFDDF;
	text-decoration:none;
	border:1px #D0D0D0 solid;
}

div.entete_1 a.nav { 
	background:#FFFBCF;
}

h2 + a.nav, h3 + a.nav {
	padding-left: 0%;
}

a.nav:hover {
	color: red;
	text-decoration: none;
}



/* Liens particuliers */
a.history:after { content: ' »'; }

a.prev, a.next { padding-left: 5%; }
a.prev + a.next { padding-left: 1%; }
a.next { padding-right: 5%; }

a.prev:before { content: "<< " }
a.next:after { content: " >>" }
