@charset "utf-8";
/* CSS Document */
body{
margin:0px;
text-align:right;
background-color: #CCCCCC;

}

#menulist div{
cursor:pointer;


}
#menulist li{
list-style:none;

}
/* Lien activé*/
#accueil.activeVid {
width:98px;
height:40px;
background-image:url(../btimages/accueil_a.gif);

} 
#guide.activeVid {
	width:98px;
height:40px;
background-image:url(../btimages/guide_a.gif);
} 
#partie1.activeVid {
	width:98px;
height:40px;
background-image:url(../btimages/partie1_a.gif);
} 
#partie2.activeVid {
	width:98px;
height:40px;
background-image:url(../btimages/partie2_a.gif);
} 
#partie3.activeVid {
	width:98px;
height:40px;
background-image:url(../btimages/partie3_a.gif);
} 
#partie4.activeVid {
	width:98px;
height:40px;
background-image:url(../btimages/partie4_a.gif);
} 
#production.activeVid {
	width:98px;
height:40px;
background-image:url(../btimages/production_a.gif);
} 
#artiste.activeVid {
	width:98px;
height:40px;
background-image:url(../btimages/artiste_a.gif);
} 
#contact.activeVid {
	width:98px;
height:40px;
background-image:url(../btimages/contact_a.gif);
} 
/*lien over*/
#accueil.overVid {
	width:98px;
	height:40px;
	background-image:url(../btimages/accueil_o.gif);
} 
#guide.overVid {
	width:98px;
	height:40px;
	background-image:url(../btimages/guide_o.gif);
} 
#partie1.overVid {
	width:98px;
	height:40px;
	background-image:url(../btimages/partie1_o.gif);
} 
#partie2.overVid {
	width:98px;
	height:40px;
	background-image:url(../btimages/partie2_o.gif);
} 
#partie3.overVid {
	width:98px;
	height:40px;
	background-image:url(../btimages/partie3_o.gif);
} 
#partie4.overVid {
	width:98px;
	height:40px;
	background-image:url(../btimages/partie4_o.gif);
} 
#production.overVid {
	width:98px;
	height:40px;
	background-image:url(../btimages/production_o.gif);
} 
#artiste.overVid {
	width:98px;
	height:40px;
	background-image:url(../btimages/artiste_o.gif);
} 
#contact.overVid {
	width:98px;
	height:40px;
	background-image:url(../btimages/contact_o.gif);
} 
/* lien mort*/

#accueil.nonActiveVid {
	width:98px;
	height:40px;
	background-image:url(../btimages/accueil.gif);
} 
#guide.nonActiveVid {
	width:98px;
	height:40px;
	background-image:url(../btimages/guide.gif);
	
} 
#partie1.nonActiveVid {
	width:98px;
	height:40px;
	background-image:url(../btimages/partie1.gif);
	
} 
#partie2.nonActiveVid {
	width:98px;
	height:40px;
	background-image:url(../btimages/partie2.gif);
	
} 
#partie3.nonActiveVid {
	width:98px;
	height:40px;
	background-image:url(../btimages/partie3.gif);
	
} 
#partie4.nonActiveVid {
	width:98px;
	height:40px;
	background-image:url(../btimages/partie4.gif);
	
} 
#production.nonActiveVid {
	width:98px;
	height:40px;
	background-image:url(../btimages/production.gif);
	
} 
#artiste.nonActiveVid {
	width:98px;
	height:40px;
	background-image:url(../btimages/artiste.gif);
	
} 
#contact.nonActiveVid {
	width:98px;
	height:40px;
	background-image:url(../btimages/contact.gif);
	
}
/***********************************************************/
#menulist{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF99;
	font-weight: 400;
	text-align:center;
	text-decoration: none
	
	
}
.titre{
	position:relative;
	top:10px;
	text-decoration: none
	color: #FFFF99;
	
}
.titrep {
	text-decoration: none
	font-size:12px;
	position:relative;
	top:8px;
	color: #FFFF99;
}
.a:visited{
	position:relative;
	top:10px;
	text-decoration: none
	color: #FFFF99;
	
}
.titrep a:visited{
	text-decoration: none
	font-size:12px;
	position:relative;
	top:8px;
	color: #FFFF99;
}

.activeVid {
	color: #FFFFFF;
	width:98px;
	height:40px;
	background-image:url(../btimages/blank_click.gif);
} 
.overVid {
	color: #FFFFFF;
	width:98px;
	height:40px;
	background-image:url(../btimages/blank_over.gif);
} 
.nonActiveVid {
	color: #FFFF99;
	width:98px;
	height:40px;
	background-image:url(../btimages/blank_norm.gif);
} 
#topicList li{
	 color: #FFFF99;
	width:98px;
	height:40px;
	background-image:url(../btimages/blank_norm.gif);	 
 }
 #topicList li:hover{
	color: #FFFFFF;
	width:98px;
	height:40px;
	background-image:url(../btimages/blank_over.gif);
 }
 #topicList li.current{
	color: #FFFFFF;
	width:98px;
	height:40px;
	background-image:url(../btimages/blank_click.gif);
	 
 }
