﻿/* Styles pour la navigation des chapitres */

/* Précédent */
div.nav_Previous 
{
    float: left;
	width: 98px; height: 23px;
	background: url( '../images/precedent_on.gif' ) top left no-repeat;
}

div.nav_Previous a 
{
	display: block;
	width:100%; height:100%;
	background: url( '../images/precedent.gif' ) top left no-repeat;
}

div.nav_Previous a:hover 
{
	background-image: none;
}

/* Suivant */
div.nav_Next
{
    float: right;
	width: 98px; height: 23px;
	background: url( '../images/suivant_on.gif' ) top left no-repeat;
}

div.nav_Next a 
{
	display: block;
	width:100%; height:100%;
	background: url( '../images/suivant.gif' ) top left no-repeat;
}

div.nav_Next a:hover 
{
	background-image: none;
}

/* Chapitres */
div.nav_Chapters
{
    float: none;
	width: 69px; height: 23px;
	background: url( '../images/chapitres_on.gif' ) top left no-repeat;
}

div.nav_Chapters a 
{
	display: block;
	width:100%; height:100%;
	background: url( '../images/chapitres.gif' ) top left no-repeat;
}

div.nav_Chapters a:hover 
{
	background-image: none;
}
