.flash{
line-height: 0.3em;
margin-bottom: 7%;
}
.studio{
	border: solid 1px #eac89d;
	margin-top: 0%;
}
.studioH{
	text-align: center;
	margin-top:3%;
	padding-top: 17%;
}
.studioP {
    text-align: center;
	margin-top: -15%;
	padding-bottom: 13%;
}
@-webkit-keyframes background {
    from {background-color: #eac89d;}
    to {background-color: black;}
}
/*----------FLASH bleu------------*/
#studioBleu.active{
	-webkit-animation-name: background;
    -webkit-animation-duration: 0.01s;
	/*background-color: white;*/
}
/*----------FLASH vert------------*/
#studioVert.active{
	-webkit-animation-name: background;
    -webkit-animation-duration: 0.01s;
}
/*----------FLASH rouge-----------*/
#studioRouge.active{
	-webkit-animation-name: background;
    -webkit-animation-duration: 0.01s;
}