﻿/* Styles pour le menu de gauche, section "Les Règles" */

/* Règles de base */
div.regles_Base 
{
	width: 146px; height: 48px;
	background: url( '../images/regles_base_on.gif' ) top left no-repeat;
}

div.regles_Base a 
{
	display: block;
	width:100%; height:100%;
	background: url( '../images/regles_base.gif' ) top left no-repeat;
}

div.regles_Base a:hover 
{
	background-image: none;
}

/* Modifications aux règles */
div.regles_Modifications
{
	width: 146px; height: 48px;
	background: url( '../images/modif_regles_on.gif' ) top left no-repeat;
}

div.regles_Modifications a 
{
	display: block;
	width:100%; height:100%;
	background: url( '../images/modif_regles.gif' ) top left no-repeat;
}

div.regles_Modifications a:hover 
{
	background-image: none;
}

/* Armes et armures */
div.regles_Armes
{
	width: 146px; height: 48px;
	background: url( '../images/armes_armures_on.gif' ) top left no-repeat;
}

div.regles_Armes a 
{
	display: block;
	width:100%; height:100%;
	background: url( '../images/armes_armures.gif' ) top left no-repeat;
}

div.regles_Armes a:hover 
{
	background-image: none;
}

/* Création de personnages */
div.regles_Creation_Perso
{
	width: 146px; height: 48px;
	background: url( '../images/personnages_on.gif' ) top left no-repeat;
}

div.regles_Creation_Perso a 
{
	display: block;
	width:100%; height:100%;
	background: url( '../images/personnages.gif' ) top left no-repeat;
}

div.regles_Creation_Perso a:hover 
{
	background-image: none;
}

/* Manuel du joueur */
div.regles_Manuel
{
	width: 146px; height: 48px;
	background: url( '../images/manuel_on.gif' ) top left no-repeat;
}

div.regles_Manuel a 
{
	display: block;
	width:100%; height:100%;
	background: url( '../images/manuel.gif' ) top left no-repeat;
}

div.regles_Manuel a:hover 
{
	background-image: none;
}