body{
	background-color: #2E2EFE;
	padding: 0;
	margin: 0;
	color:white;

}

header{
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 10000;
overflow: hidden;
}

.headerstandard{
	background-color: #F2F5A9;
	color: black;

}

.headerstandard a{
	 text-decoration: none;
	 color:black;
	 margin: 0 50px;
	 padding: 8px 10px;
	 border-radius: 5px;
	 -webkit-transition: background-color 2E2EFE; /* Safari */
    transition: background-color 2E2EFE;
}

.headerstandard h1{
	margin-left: 10%;
	display: inline-block;
	
}

nav.menustandard {
	display: inline-block;
	margin-left: 10%;
font-size:20px;
}

.headerstandard a:hover{
	background-color: white;
	
	color:black;

}

.headerstandard a.current{
	background-color: white;
	
	color:black;
	height: 50px;
	width: 50px;
}

#main{

}

#main section{
	padding: 110px 4% 20px 4%;
	margin: 5% 0 0% 0px;

}

#section0{
	min-height: 580px;
}

#main section#section4{
	margin-top:10px;
	padding-top:0;
	padding-bottom: 100px;
}



#main section:nth-child(even){
	background-color: #2E2EFE;
	color:white;
}

.title{
	font-size: 50px;
	margin:0;
}

.subtitle{
	font-size: 40px;
}

.title, .subtitle{
	text-align: center;
}

#main #section0{
	margin-top: 0;
	padding-top:200px;
}

.circle{
	display: inline-block;
	margin: auto;
	width: 48%;
	text-align: center;
	


	vertical-align:top;

}

.infos{
	width: 90%;
	margin: auto;
	overflow: hidden;
}

.infos a{
	cursor: pointer;
}

.infos a:hover{

    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
}

.circle-img{
	width: 139px;
	height: 139px;
	border-radius: 150px;
	border : 2px solid white;
	margin: auto;
	text-align: center;
	overflow: hidden;
}
.circle p{

}

.name{
	font-size: 20px;
	font-weight: bold;
}

.circles{
	margin-top: 5%;
}

#voix-p, #flute-p, #piano-p{
	opacity: 0;
	height: 0;
	width: 100%;
}

.col{
	margin-bottom: 5%;
}

#section2.repertoire{
	
}

#div-repertoire{

	margin: auto;
	
	
}

.col-right, .col-left{
	display:inline-block;
	width: 49%;
	vertical-align: top;
}

.col-right{
	text-align: right;
}

#left{
	vertical-align: top;
	background-size: 100%;
	height: 20%;
}



#right{
	vertical-align: top;
	background-size: 100%;

}

#right p, #left p{
	display: inline-block;
	z-index:100;
    position:relative;
    margin:7% 0 1% 0;
	vertical-align: top;
    width: 120px;
}


#right p:nth-child(2n+1), #left p:nth-child(2n+1){
	
}

#div-repertoire h2, #section2 h2,#section1 h2, h2{
	font-size: 3em;
	text-align: center;
	margin-bottom: 50px;
}

#left1, #right1{
    margin:auto;
    margin-bottom:9%;
    width:1024px;
    position:relative;
}

.padding{
	padding-left: 5%;
}

.slideshow {
   width: 534px;
   height: 465px;
   overflow: hidden;
   
   margin-bottom: 100px;
   margin-left:auto;
   margin-right:auto;
}

.slideshow ul {
    /* 4 images donc 4 x 100% */
   width: 400%;
   height: 200px;
   padding:0; margin:0;
   list-style: none;
}
.slideshow li {
   float: left;
}

.slideshow.articles{
	 width: 534px;
   height: 600px;
   border:none;
}

.slideshow.articles img{
	max-width: 534px;
	max-height: 600px;
}

.buttons{
	width: 100%;
	margin: auto;
	cursor: pointer;
	text-align: center;
}


#slide{
	width: 80%;
	margin: auto;
}

.buttons a.selectedlink{
	font-weight: bold;
	color:white;
}

#variableslide{
	margin: auto;
	vertical-align:middle;
	width: 100%;
	height: 800px;
}

#wholeslide{
	width: 60%;
	margin-top:5%;
	vertical-align:middle;
	display: inline-block;
}
#precedent, #suivant{
	width: 19%;
	vertical-align:top;
	margin-top: 25%;
	display: inline-block;
    font-size: 50px;
}

#precedent{
	text-align: right;
}

#icones{
	width: 690px;
	margin:auto;

}

#icones img{
	margin:50px 5% 5% 5%;
}

#contact{
	text-align: center;
}

img#portee1, img#portee2{
    position:absolute;
    display:inline-block;
    height:650px;
    width: 50%;
}

img#portee2{
    margin-left:50%;
}

#composers{
    width: 100%;
    margin:auto;
   
}

#composers p{
    text-align:center;
    color:black;
}

#section4 a{
	color:black;
}