/* menu.css : feuille de style pour le menu */

/* menu gauche */

.mgauche {
	width: 130px;
	height: 230px;
	background-image: url(img/menu_r1_c1.gif);
	background-repeat: no-repeat;
	position: absolute;
}

.mgauche p, .mgauche a {
	height: 230px; 
	display: block;
	margin: 0;
}

/* menu haut */

.mhaut {
	width: 640px;
	height: 80px;
	background-image: url(img/haut.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 130px; 
}

.mhaut p, .mhaut a {
	height: 80px; 
	display: block;
	margin: 0;
}

/* Syndicats */

.syndi {
	width: 130px;
	height: 32px;
	background-image: url(img/menu_r2_c1.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 230px;
}

.syndi p, .syndi a {
	height: 32px; 
	display: block;
	margin: 0;
}

.syndi a:hover {
	background-image: url(img/menu_r2_c1_f2.gif);
	background-repeat: no-repeat;
}

/* associations / regroupements */

.assoc {
	width: 130px;
	height: 48px;
	background-image: url(img/menu_r3_c1.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 262px;
}

.assoc p, .assoc a {
	height: 48px; 
	display: block;
	margin: 0;
}

.assoc a:hover {
	background-image: url(img/menu_r3_c1_f2.gif);
	background-repeat: no-repeat;
}

/* races */

.races {
	width: 130px;
	height: 32px;
	background-image: url(img/menu_r4_c1.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 310px;
}

.races p, .races a {
	height: 32px; 
	display: block;
	margin: 0;
}

.races a:hover {
	background-image: url(img/menu_r4_c1_f2.gif);
	background-repeat: no-repeat;
}

/* petites annonces */

.annon {
	width: 130px;
	height: 48px;
	background-image: url(img/menu_r5_c1.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 342px;
}

.annon p, .annon a {
	height: 48px; 
	display: block;
	margin: 0;
}

.annon a:hover {
	background-image: url(img/menu_r5_c1_f2.gif);
	background-repeat: no-repeat;
}

/* contact */

.conta {
	width: 130px;
	height: 32px;
	background-image: url(img/menu_r6_c1.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 389px;
}

.conta p, .conta a {
	height: 32px; 
	display: block;
	margin: 0;
}

.conta a:hover {
	background-image: url(img/menu_r6_c1_f2.gif);
	background-repeat: no-repeat;
}
