﻿/* Styles pour le menu de gauche, section "Le Monde" */

/* Création du monde */
div.monde_Creation 
{
	width: 146px; height: 48px;
	background: url( '../images/creation_on.gif' ) top left no-repeat;
}

div.monde_Creation a 
{
	display: block;
	width:100%; height:100%;
	background: url( '../images/creation.gif' ) top left no-repeat;
}

div.monde_Creation a:hover 
{
	background-image: none;
}

/* Races et royaumes */
div.monde_Races 
{
	width: 146px; height: 48px;
	background: url( '../images/races_on.gif' ) top left no-repeat;
}

div.monde_Races a 
{
	display: block;
	width:100%; height:100%;
	background: url( '../images/races.gif' ) top left no-repeat;
}

div.monde_Races a:hover 
{
	background-image: none;
}

/* Contexte historique */
div.monde_Scenario 
{
	width: 146px; height: 48px;
	background: url( '../images/scenario_on.gif' ) top left no-repeat;
}

div.monde_Scenario a 
{
	display: block;
	width:100%; height:100%;
	background: url( '../images/scenario.gif' ) top left no-repeat;
}

div.monde_Scenario a:hover 
{
	background-image: none;
}