@charset "UTF-8";
/* CSS Document */

#menu{
	height:42px;
	line-height:42px;
}

#menu ul li{
	list-style-type:none;
	float:left;
}

#menu ul li a{
	display:block;
}

#menu ul li a p{
	display:none;
}

#menu h3{
	display:none;
}

.agenda a{
	background-image:url(../images/bt_agenda.jpg);
	background-position:50% 0%;
	height:42px;
	width:125px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.agenda a:hover{
	background-position:50% 100%;
}
.cours a{
	background-image:url(../images/bt_cours.jpg);
	background-position:50% 0%;
	height:42px;
	width:165px;
	border-right: 1px solid #000;
}
.cours a:hover{
	background-position:50% 100%;
}
.evenement a{
	background-image:url(../images/bt_evenement.jpg);
	background-position:50% 0%;
	height:42px;
	width:140px;
	border-right: 1px solid #000;
}
.evenement a:hover{
	background-position:50% 100%;
}

.partenaires a{
	background-image:url(../images/bt_partenaires.jpg);
	background-position:50% 0%;
	height:42px;
	width:140px;
	border-right: 1px solid #000;
}
.partenaires a:hover{
	background-position:50% 100%;
}

.artistes a{
	background-image:url(../images/bt_artistes.jpg);
	background-position:50% 0%;
	height:42px;
	width:130px;
	border-right: 1px solid #000;
}
.artistes a:hover{
	background-position:50% 100%;
}
.who a{
	background-image:url(../images/bt_who.jpg);
	background-position:50% 0%;
	height:42px;
	width:140px;
	border-right: 1px solid #000;
}
.who a:hover{
	background-position:50% 100%;
}

#boutons ul li{
	list-style-type:none;
}

#boutons ul li a{
	display:block;
	width:210px;
}

#boutons ul li a p{
	display:none;
}

#boutons h4{
	display:none;
}

.contact a{
	background-image:url(../images/bt_contact.png);
	height:84px;
}
.medias a{
	background-image:url(../images/bt_medias.png);
	height:84px;
}
.liens a{
	background-image:url(../images/bt_liens.png);
	height:84px;
}
.facebook a{
	background-image:url(../images/bt_facebook.png);
	height:84px;
}
.myspace a{
	background-image:url(../images/bt_myspace.png);
	height:84px;
}
.presse a{
	background-image:url(../images/bt_presse.png);
	height:84px;
}

.historique a{
	background-image:url(../images/bt_histo.png);
	height:84px;
}

.miaoumix a{
	background-image:url(../images/bt_miaoumix.png);
	height:84px;
}
.illegal a{
	background-image:url(../images/bt_illegal.png);
	height:84px;
}
.admin a{
	background-image:url(../images/bt_admin.png);
	height:84px;
}

#infos_content h3{
	color:#CF0B0C;
	font-size:1.2em;
}

#infos_content address{
	font-style:normal;
	font-size:1em;
	}
	
#infos_content p{
	font-size:1em;
}

#infos_content a{
	text-decoration:none;
	color:#000;
}

#infos_content a:hover{
	color:#CF0B0C;
}