/* CSS Document */
body {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
img {
	border: none;
}
ul, li {/*ul, li */
	list-style: square;
}
/*ul {
	margin-left: -15px;
}*/
.sousMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
/* pour les liens MENU */
a.sousMenu:link,a.sousMenu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
a.sousMenu:hover,a.sousMenu:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	background-color:#0099FF;
	text-decoration: none;
}
/* fin liens MENU */
/* tous les contenus */
.contenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 390px;
	margin-top: 4px;
}
.petit {font-size: 11px;}
/* liens des contenus */
a:link,a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
a:hover,a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #0099FF;
	text-decoration: underline;
}
/*fleches pour retours + menus*/
a.fleche:link,a.fleche:visited {background-color: #FFFFFF; text-decoration:none;}
a.fleche:hover,a.fleche:active {background-color: #FFFFFF; text-decoration:none;}
/* fin liens des contenus */
.pied {
	width: 453px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: justify;
	margin-top: 5px;
}
a.pied:link,a.pied:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
}
a.pied:hover,a.pied:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 9px;
	text-decoration: underline;
	background-color: #FFFFFF;
}
/*.pied::before {
	content:" concerts | l'ensemble | musique | photos | contact | liens | presse | partenaires | dernière mise à jour: 26/01/2009";
}*/
/* pour les players flash */
.object {
	/*border: thin dotted #666666; width: 126;height: 20;*/
	filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; 
}
.presse {
	border: thin solid;
	color: #000000;
}
/* légendes des photos + ? */
.legende {
	font-size: 9px;
	color:#333333;
	text-align:center;
}
.logo {
	border: 1px dotted #CCCCCC;	
}
.2collones{
	float:left;
}