
/* _sequences.css • emusicale */


	html{background-color:#E6E6E6;}

/* == CONTENEUR GLOBAL ================================================== */

	#global{
		display:block;
		position:relative;
		width:auto;
		height:auto;
		margin:auto;
		}
		
	#page{
		display:block;
		width:1200px;
		margin:auto;
		height:auto;
		padding-bottom:50px;
		background-color:white;
		font-family: 'Oxygen', sans-serif;}

/* == CADRE EMUSICALE ==================================================== */
		
		#box-emusicale{
			display:block;
			width:100%;
			height:120px;

			background-color:#ffffff;			
			background:linear-gradient(to right,#ffffff,#1171d1);/* degrade bleu clair */
			background: -webkit-linear-gradient(left,#ffffff,#1171d1);
			background: -moz-linear-gradient(right,#1171d1,#ffffff);
			background: -o-linear-gradient(right,#1171d1,#ffffff);}
		
		.logo{
			float:left;
			display: block;
			position: absolute;
			width:90px;
			margin:17px 20px 30px 20px;
			-webkit-animation: logo 3s 1;
			 animation: logo 3s 1;}
					 
		/* Animation du logo */
		
		 @-webkit-keyframes logo {
					 	0% {opacity: 0;
					 		-webkit-transform: rotate(0deg) scale(0);}
					 	100% {opacity: 1;
					 		-webkit-transform: rotate(360deg) scale(1);}
					 		}
		@keyframes logo {
					 	0% {opacity: 0;
					 		transform: rotate(0deg) scale(0);}
					 	100% {opacity: 1;
					 		transform: rotate(360deg) scale(1);}
					 	}
				
		.titre{
			vertical-align: middle;}
		.titre h1{
			float:left;
			display: inline-block;
			position: relative;
			font-family: 'Peralta', cursive;
			width:500px;
			height:80px;
			text-shadow: 3px 3px 5px black;
			font-size: 3em;
			font-weight:normal;
			margin: 0 0 0 130px;
			color: red;}
		.titre h1:first-letter{
			font-size: 1.5em;
			font-weight:bold;
			color: #1171d1;}

/* SEQUENCE */

#titreSequence {
	display: block;  
	height: auto; 
	vertical-align: middle; 
	text-align: left; 
	letter-spacing: 2px; 
	width: 1180px; 
	background: #2E2E2E; 
	padding: 10px 0 10px 20px;
	color: white; 
	font-size: x-large;}

/* SEANCE */

#seance{	
	display:block;
	width:90%;
	margin:auto;  
	height: 100%; }
	

#consigne{
	color:blue;
	font-style:italic;
	font-size:2em;}
	
#consigne a{text-decoration:none;}

	

/* PLAN */


#planOrchestre {
  position:relative;
  height:580px;
  width:900px;
  margin:0 auto;
}
#planOrchestre img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 2s ease-in-out;
  -moz-transition: opacity 2s ease-in-out;
  -o-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
}

#planOrchestre img.transparent {
	opacity:0;
}
#cf_onclick {
	cursor:pointer;}
	
/* Lecteur */
	
	.navigation button, input[type="button"] {
	  	background-image:-webkit-linear-gradient(top, #FAFAFA, #F4F4F4 40%, #E5E5E5);
	  	background-position:initial initial;
	  	background-repeat:initial initial;
	  	border:1px solid #AAAAAA;
	  	border-radius:5px;
	  	box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 3px;
	  	color:#444444;
	  	cursor:pointer;
	  	font-size:12px;
	  	font-weight:bold;
	  	min-width:80px;
	  	padding:3px 3px;}
	  	
	button, input[type="submit"] {
	  	background-image:-webkit-linear-gradient(top, #FAFAFA, #F4F4F4 40%, #E5E5E5);
	  	background-position:initial initial;
	  	background-repeat:initial initial;
	  	border:1px solid #AAAAAA;
	  	border-radius:5px;
	  	box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 3px;
	  	color:#444444;
	  	cursor:pointer;
	  	font-size:12px;
	  	font-weight:bold;
	  	min-width:80px;
	  	padding:3px 3px;}
	  	
	button:hover, input[type="button"]{
	  	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 1px 3px;
	  	background-color:#EBEBEB;
	  	background-image:-webkit-linear-gradient(top, #FEFEFE, #F8F8F8 40%, #E9E9E9);
	  	background-position:initial initial;
	  	background-repeat:initial initial;;
	  	border-color:#999999;
	  	color:#222222;}
	  	
	button:hover, input[type="submit"]{
	  	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 1px 3px;
	  	background-color:#EBEBEB;
	  	background-image:-webkit-linear-gradient(top, #FEFEFE, #F8F8F8 40%, #E9E9E9);
	  	background-position:initial initial;
	  	background-repeat:initial initial;
	  	border-color:#999999;
	  	color:#222222;}
	  	
	.control {
		display:inline-block;
		height:auto;
	  	width:50px;
	  	position:relative;
		vertical-align:top;
	  	padding:8px;
	  	margin:5px;}


/* TABLEAU  */
		
.popup_block table {
	width:1100px;
	margin:auto;
	padding:10px;
	border:1px solid black;
	border-collapse:collapse;
	font-size:1.8em;}
	
.popup_block td{
	text-align:center;
	padding:10px;
	border:1px solid grey;}
	
.popup_block td:nth-child(1){
	background:rgba(150,150,230,0.2);}
	
.popup_block tr:nth-child(even){background:#E6E6E6;}

.popup_block tr:hover{
	background:yellow;}
	
.popup_block tr{
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-o-transition-duration:0.5s;}
	
.popup_block tr:first-child{
	background:#2E2E2E;
	color:white;
	margin:10px;}
	
.popup_blocks tr:not(:firstchild):hover{
	background:rgba(250,250,0,0.6);}
	



/* Cadre déroulant */

article{display:block;width:90%;
margin:auto;}


.infoderoulant { 
display:block;
overflow: hidden;
list-style:none;
height:180px;
width: 100%;
background-color: white;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius:0 10px;
border: 2px #1171d1 solid;
transition: height 0.8s ease-in-out;
-moz-transition: height 0.8s ease-in-out;
-webkit-transition: height 0.8s ease-in-out;
-o-transition: height 0.8s ease-in-out;}

.infoderoulant>img {
margin: 5px 0 5px 20px;}

.infoderoulant>h3 {
display:block;
margin: auto;
height:30px;
padding:5px;
text-align: center;
color: #1171d1;
background: white;}

.infoderoulant>div { 
margin: auto;
overflow: auto;
padding:9px;}

.infoderoulant:hover { height: auto;}

.infoderoulant:hover:hover>h3 { 
color:white;
background: #1171d1;}
.infoderoulant>h3:hover { cursor:pointer;}

.classesequence{
height: 25px;
font-weight: bold;
font-size:1em;
text-align: left;
margin: 10px 10px 5px 10px;
padding-left: 20px;
background-color: gold;
border-radius:0 10px;
color:white;
}
.infotext{
font-size:0.8em;
margin: 5px 30px 5px 250px;
color: black;
}
/* MENU DEROULANT */





.classesequence
{
font-weight: bold;
text-align: left;
margin: 10px;
padding:5px 0 0 20px;
font-size:0.8em;
color:black;
background-color: gold;
}
.infotext
{
padding: 5px;
margin: 5px 40px;
color: black;
}
hr
{
color: #1171d1;
height: 1px;
}
