﻿/* Styles pour le menu de gauche, section "L'Organisation" */

/* Les Organisateurs */
div.organisation_Organisateurs 
{
	width: 146px; height: 48px;
	background: url( '../images/organisateurs_on.gif' ) top left no-repeat;
}

div.organisation_Organisateurs a 
{
	display: block;
	width:100%; height:100%;
	background: url( '../images/organisateurs.gif' ) top left no-repeat;
}

div.organisation_Organisateurs a:hover 
{
	background-image: none;
}

/* Les Animateurs */
div.organisation_Animateurs 
{
	width: 146px; height: 48px;
	background: url( '../images/animateurs_on.gif' ) top left no-repeat;
}

div.organisation_Animateurs a 
{
	display: block;
	width:100%; height:100%;
	background: url( '../images/animateurs.gif' ) top left no-repeat;
}

div.organisation_Animateurs a:hover 
{
	background-image: none;
}

/* Messagerie */
div.organisation_Forums
{
	width: 146px; height: 48px;
	background: url( '../images/messagerie_on.gif' ) top left no-repeat;
}

div.organisation_Forums a 
{
	display: block;
	width:100%; height:100%;
	background: url( '../images/messagerie.gif' ) top left no-repeat;
}

div.organisation_Forums a:hover 
{
	background-image: none;
}

/* Photos */
div.organisation_Photos
{
	width: 146px; height: 48px;
	background: url( '../images/photos_on.gif' ) top left no-repeat;
}

div.organisation_Photos a 
{
	display: block;
	width:100%; height:100%;
	background: url( '../images/photos.gif' ) top left no-repeat;
}

div.organisation_Photos a:hover 
{
	background-image: none;
}

/* Liens */
div.organisation_Liens
{
	width: 146px; height: 48px;
	background: url( '../images/liens_on.gif' ) top left no-repeat;
}

div.organisation_Liens a 
{
	display: block;
	width:100%; height:100%;
	background: url( '../images/liens.gif' ) top left no-repeat;
}

div.organisation_Liens a:hover 
{
	background-image: none;
}