table#menu{
	border-collapse:collapse;
	border-style:solid;
	border-width:1px;
	text-align:center;
	position:fixed;

}
td.instru
{
	background-color: rgb(102, 102, 102); 
	text-align: center; 
	color: rgb(255, 255, 255);
	width:100%;
}

body {
	/*marge dans head*/
	color: black;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	opacity: 0.95;
	filter: “alpha(opacity=95)”;
	background-image: url("fond2.jpg");
	text-align: left;
	font-size: 12pt;
	width:1000px;
	margin-left:auto;
	margin-right:auto;

}

nav {
	width:200px;
	float:left;
	border:3px dashed white;
	-moz-border-radius: 1em; 
	-webkit-border-radius: 1em;
	-khtml-border-radius: 1em; 
	border-radius:1em;
	background-color:#CBF4FF;

}
footer {
	height:10px;
	visibility:visible;
	display:block;
	float:left;
	width:100%;
}
#corps {
	margin-left:220px;
	padding-left:10px;
	padding-right:10px;
	border:3px dashed white;
	-moz-border-radius: 1em; 
	-webkit-border-radius: 1em;
	-khtml-border-radius: 1em; 
	border-radius:1em;
	background-color:#CBF4FF;

}


a {
	color:black;
}
h1 {
	font-family: Times New Roman, Times, serif;
	font-size: 18pt;
	text-align: center;
	text-decoration: underline;
	margin: 0cm;
	margin-bottom:0.5cm;
	color:black;
}
h2 {
	text-align: center;
	text-decoration:underline;
	font-size: 16pt;
	margin: 0cm;
	color:black;
}
h3 {
	text-align: center;
	font-style: italic;
	font-size: 14pt;
	margin: 0cm;
}
h4 {
	text-align: left;
	text-decoration:underline;
	font-size: 16pt;
	margin-top:1em;
	margin-bottom:1em;
}
h5 {
	text-align: left;
	text-decoration:underline;
	font-size: 12pt;
	margin: 0cm;
	margin-left:1cm;
}
table.tbl_mid {
	margin-left:auto; 
	margin-right:auto;
	text-align:center;
}
td.role_comite {
	width: 159px; 
	background-color:#666666; 
	color:#FFFFFF; 
	text-align:center;
}
table#tbl_profs { /*table tbl_profs*/
	width:300px;
	border-collapse:collapse;	
}
#tbl_profs td { /*cellules td contenu dans la table tbl_profs*/
	border-width:1px; 
	border-style:solid; 
	padding-left:5px;
}
table#tbl_prix_ecole {
	border-collapse:separate;
	width:600px;
	border:1px solid;
	text-align:center;
}
#tbl_prix_ecole td,th {
	border:1px solid;
}
#tbl_prix_ecole th {
	font-weight:bold;
}
table#distinctions_fondateur {
	text-align:center; 
	border-width:1px;
	border-style:solid;
	border-collapse:separate;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
#distinctions_fondateur td {
	border-width:1px; 
	border-style:solid;
}
#evt li {
	margin:1em;
}
table#tbl_img {
	border:1px solid;

}
#tbl_img td {
	border:1px solid;
	text-align:center;
	width:20%;
}
table#tbl_musiciens {
	width:70%; 
	border-width:1px;
	border-style:solid;
	border-collapse:separate;
	text-align: left; 
	margin-left: auto; 
	margin-right: auto;
}
td.tbl_musiciens_in {
	border:1px solid;
	vertical-align:top;
}
table#tbl_calendrier {
	border-collapse:separate;
	border:1px solid;
}
#tbl_calendrier td {
	border:1px solid;
}

#logo_musique img{
	width:205px; 
	height:200px;
	border:0;
	
}
#logo_musique a {
	border:0;
	text-decoration:none;
}
#logo_musique {
	float:left; 
	width:200px; 
	height:230px;
	-moz-border-radius: 1em; 
	-webkit-border-radius: 1em;
	-khtml-border-radius: 1em; 
	border-radius:1em;
	border:3px dashed white;
	padding-top:10px;
	text-align:center;
	margin-bottom:10px;
	background-color:#CBF4FF;
}
#logo_musique span {
	font-size:16pt;
	font-weight:bold;
	font-variant: small-caps;
	text-decoration:underline;
}
#head_img {
	border:3px dashed white;
	-moz-border-radius: 1em; 
	-webkit-border-radius: 1em;
	-khtml-border-radius: 1em; 
	border-radius:1em;
	margin-bottom:10px;
	padding:10px 10px 10px 10px;
	margin-left:220px;
	background-color:#CBF4FF;
}
#img_retour {
	border: 0px solid ; 
	width: 200px; 
	height: 31px;
	
}
.photo_event:hover img {
	filter:alpha(opacity=60);
	filter: “alpha(opacity=60)”;
	-moz-opacity:0.6;
	opacity: 0.6;
}

@-webkit-keyframes AutoSlide {
	0%, 15%, 100% {
		left: 0px; /* première image et dernière*/
	}
	35%, 50% {
		left: -150px; /*2ème image*/
	}
	70%, 85% {
		left: -300px; /*3ème image*/
	}
}
@-moz-keyframes AutoSlide {
	0%, 15%, 100% {
		left: 0px; /* première image et dernière*/
	}
	35%, 50% {
		left: -150px; /*2ème image*/
	}
	70%, 85% {
		left: -300px; /*3ème image*/
	}
}
@keyframes AutoSlide {
	0%, 15%, 100% {
		left: 0px; /* première image et dernière*/
	}
	35%, 50% {
		left: -150px; /*2ème image*/
	}
	70%, 85% {
		left: -300px; /*3ème image*/
	}
}



#slideshow #slidesContainer .slide {
 
  text-align:center;
  margin-right:auto;
  margin-left:auto;
}


/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:750px;
		height:530px;
		overflow:hidden; 
		text-align:center;
  margin-right:auto;
  margin-left:auto;
  margin-top:auto;
  margin-bottom:auto;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:750px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

/***** menu CSS *****/
@media print {
/*A l'impression on cache le menu, marche au moins pour IE, Moz et Opéra.*/
	.menu, .ssmenu {
		visibility:hidden;
	}
}

.menu, .ssmenu {
/* Il est important de laisser une largeur, au cas où le Javascript soit désactivé.
margin aussi */
	/*background-image: url(fond.jpg);*/
	font-size:13px;
	font-weight:bold;
	color:black;
	padding:1px;
	margin:1em;
}
.menu {
	border:2px dotted black;
	-moz-border-radius: 1em; 
	-webkit-border-radius: 1em;
	border-radius:1em;
	text-align:center;
	border-color:black;
	
}
.ssmenu {
	text-align:center;

}

.menu span, .ssmenu span {
/* pour cacher les ; en fin de <li>, ce qui permet aux synthèse vocales de prendre une
	pause dans l'élocution */
	display:none;
}

.ssmenu ul, .ssmenu li {
/* Les items (les <li>) des sous-menus, notamment pour enlever les puces des liste */
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu a, .ssmenu a, .menu a:visited, .ssmenu a:visited {
/* Les liens qui ne sont pas sous le curseur.
	Un width:100% fait planter Mozilla, sans le width:100% c'est IE et Opera...
	La combinaison aucun width et height:100% marche sur tous, donc ne pas toucher */
	font-family:MS Sans Serif, arial, sans-serif, Verdana;
	text-decoration:none;
	color:black;
	padding:2px 1px;
/* Ne pas modifier le block */
	display:block;
/*	Un width:100% fait planter Mozilla, sans le width:100% c'est IE et Opera... La combinaison
	aucun width et height:100% marche sur tous, donc ne pas toucher ces 2 lignes */
/*	height:100%;
	margin:0px;*/
	margin:0px;
	width:100%;
	voice-family: "\"}\"";
	voice-family:inherit;
}
html>body .menu a, html>body .menu a:visited, html>body .menu a:hover, html>body .menu a:active,
html>body .ssmenu a, html>body .ssmenu a:visited, html>body .ssmenu a:hover, html>body .ssmenu a:active {
	width :auto;
}

.ssmenu ul:hover, .ssmenu a:hover, .ssmenu a:focus, .menu a:hover, .menu a:focus {
/* Les liens sous le curseur.
	On change les couleurs du texte et de fond, et on enlève le soulignement.
	*/
	color:black;
	text-decoration:none;
}



