﻿/* Styles pour le menu du haut */

td.topmenu
{
    background-color: #020202;
    background-image: url(../images/topmenu_back.png);
    background-position: left;
    background-repeat: no-repeat;
    height: 30px;
}

/* Accueil */
div.top_Accueil 
{
    margin-left: 19px;
    float: left;
	width: 64px; height: 30px;
}

div.top_Accueil a 
{
	display: block;
	width:100%; height:100%;
	background: url( '../images/menu_accueil.png' ) top left no-repeat;
}

div.top_Accueil a:hover 
{
	background-image: none;
}

/* Le Monde */
div.top_Monde
{
    margin-left: 32px;
    float: left;
	width: 81px; height: 30px;
}

div.top_Monde a 
{
	display: block;
	width:100%; height:100%;
	background: url( '../images/menu_monde.png' ) top left no-repeat;
}

div.top_Monde a:hover 
{
	background-image: none;
}

/* Les Règles */
div.top_Regles
{
    margin-left: 30px;
    float: left;
	width: 87px; height: 30px;
}

div.top_Regles a 
{
	display: block;
	width:100%; height:100%;
	background: url( '../images/menu_regles.png' ) top left no-repeat;
}

div.top_Regles a:hover 
{
	background-image: none;
}

/* Les Événements */
div.top_Evenements
{
    margin-left: 33px;
    float: left;
	width: 123px; height: 30px;
}

div.top_Evenements a 
{
	display: block;
	width:100%; height:100%;
	background: url( '../images/menu_evenements.png' ) top left no-repeat;
}

div.top_Evenements a:hover 
{
	background-image: none;
}

/* L'Organisation */
div.top_Organisation
{
    margin-left: 32px;
    float: left;
	width: 121px; height: 30px;
}

div.top_Organisation a 
{
	display: block;
	width:100%; height:100%;
	background: url( '../images/menu_organisation.png' ) top left no-repeat;
}

div.top_Organisation a:hover 
{
	background-image: none;
}