/********************************************************************************************
FEUILLE DE STYLE CSS - ASPC - MENU PRINCIPAL 1.0
Copyright 2009 ASPC
Programmeur : Laborde Pierre
********************************************************************************************/

a.menu{
font-family:"Trebuchet MS";
color:#ffffff;
font-size:12px;
text-decoration:none;
}

a.menu:hover{
text-decoration:underline;
}

#menu{	/* div qui contient le menu principal du site */
width:1000px;
height:36px;
padding:6px 0 0 0;
background-image:url('../img/menuAspc.jpg');
background-repeat:no-repeat;
position:relative;
background-color:#f8f8f8;
z-index:2;
}

img.menu{	/* images cliquables qui composent le menu */
border:0;
}

#menuseniors,#menuequipefeminine,#menujuniors,#menucadets,#menulesarsouilles,#menuleclub,#menuecolederugby{
position:absolute;
visibility:hidden;
padding:5px;
background-repeat:no-repeat;
top:36px;
}

.bordGauche{ /*déplacement léger sur la droite du premier bouton du menu pour faire plus jolie */
margin:0 0 0 5px;
}

.bordGauche2{ /*déplacement léger sur la droite du bouton sénior pour aligner sous le logo avec l'ombrage */
margin:0 0 0 82px;
}

#menuseniors{ 	/* div du menu des séniors */
/* background-color:#040091; */
background-image:url('../img/menu/menuleclub.png');
height:155px;
width:335px;
left:391px;
}

#menuequipefeminine{
background-image:url('../img/menu/menuequipefeminine.png');
height:155px;
width:335px;
left:487px;
}

#menujuniors{
background-image:url('../img/menu/menujuniors.png');
height:155px;
width:335px;
left:652px;
}

#menucadets{
background-image:url('../img/menu/menucadets.png');
height:155px;
width:335px;
left:490px;
text-align:right;
}

#menulesarsouilles{
background-image:url('../img/menu/menulesarsouilles.png');
height:155px;
width:335px;
left:94px;
}

#menuleclub{
background-image:url('../img/menu/menuleclub.png');
height:155px;
width:335px;
left:5px;
}

#menuecolederugby{
background-image:url('../img/menu/menucadets.png');
height:155px;
width:335px;
left:656px;
text-align:right;
}
