 html,
  body {

    width: 95%;
    height: 100%; 
    font-family: Copperplate, sans-serif;
    background-color: #FFFFFF;
    
}

.logo {
  margin-top: -5%;
  padding-top: 0;
  float: left;
  width: 20%;
  height: auto;
}


/*menu*/

nav { 

  margin-top: 0px;
  padding-top: 0px;
  text-align: center;
}

nav ul li 
{  
    display: inline-block;
}

nav ul a 
{
  
  text-decoration: none;
  font-variant: small-caps;
  color: #C4414E;
  margin: 50px;
  font-size: 140%;

}

nav ul a:hover 
{
  color: #B059E3;
  }

#a_propos {
  color: #B059E3;
}



/*deux colonnes*/

#actualite{
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}

#global {  
  display: flex;
  flex-wrap: wrap;
 }

#cadre1 { 
  flex: 30%; 
  margin-top: 0;
}

#cadre2 {  
  flex: 60%;
  text-align: justify;
}

#actuellement {
  margin-top:14%; 
}


/*Deux colonnes*/

/*titre*/
h2 {
    
    margin-top: 5%; 
    margin-bottom: 2%;

    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;

    font-family: old standard TT;
    font-variant: small-caps;
    font-size: 1.5em;    
    font-weight: normal;
    line-height: 2em;
}

/*cadre gauche artiste 1*/
h3 {

    margin-top: 2%; 
    margin-bottom: 1%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;

    font-family: old standard TT;
    font-variant: small-caps;
    font-size: 1.5em;    
    font-weight: normal;
    line-height: 2em;
}

/*image artistes*/
.pdcpdf {
  margin-top: 0%;
  width: 70%;
  margin-left: 10%;
 
}

.lien {}

/*
.perform_text {
  width: 30%;
  text-decoration: none;
  color: black;
  font-weight: bold;
  font-variant: small-caps;
}
*/

#liste {
  text-decoration: none;
  color: black;  
  font-variant:;
}


#liste li {  
font-family: old standard TT;
list-style : none ;
line-height: 2em;
margin-bottom: 1em;
}



 











