.notes,li{
  list-style:none;

}
.notes{
  margin-top:50px;
  margin-bottom:20px;
  overflow:hidden;
  padding:50px 50px;
  z-index:10;
 

 
}




.notes li a{
  text-decoration:none;
  color:#000;
  background:#ffc;
  display:block;
  height:300px;
  width:310px;
  padding:20px 0px;
  -moz-box-shadow:5px 5px 7px rgba(33,33,33,1);
  -webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  -moz-transition:-moz-transform .15s linear;
  -o-transition:-o-transform .15s linear;
  -webkit-transition:-webkit-transform .15s linear;
  border-radius:10px; 
  text-align:center;
  


}
.notes li{
 margin:30px;
  float:left;
  font-size:30px;

}
.notes li h2{
  font-size:200%;
  font-weight:bold;
  margin-top:-30px;
  margin-bottom:-5px;
  text-align:center;

}



.notes li a{
  -webkit-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  -moz-transform:rotate(-6deg);
  cursor:context-menu;

  

}
.notes li:nth-child(even) a{
  -o-transform:rotate(4deg);
  -webkit-transform:rotate(4deg);
  -moz-transform:rotate(4deg);
  position:relative;
  top:5px;
  background:#cfc;

}
.notes li:nth-child(3n) a{
  -o-transform:rotate(-3deg);
  -webkit-transform:rotate(-3deg);
  -moz-transform:rotate(-3deg);
  position:relative;
  top:-5px;
  background:#CCFFFC;
}
.notes li:nth-child(5n) a{
  -o-transform:rotate(0deg);
  -webkit-transform:rotate(0deg);
  -moz-transform:rotate(0deg);
  position:relative;
  top:-10px;
}


/* legere rotation en hoover */

/*

.notes li a:hover,.notes li a:focus{
  /*box-shadow:10px 10px 7px rgba(0,0,0,.7);
  -moz-box-shadow:10px 10px 7px rgba(0,0,0,.7);
  -webkit-box-shadow: 10px 10px 7px rgba(0,0,0,.7);

  
  -webkit-transform: scale(1.00);
  -moz-transform: scale(1.00);
  -o-transform: scale(1.00);
  
  position:relative;
  z-index:5;
}

*/


ol{text-align:center;}
ol li{display:inline;padding-right:1em;}
ol li a{color:#fff;}


#texte {
  width: 890px;
  height:592px; 
  margin:auto;
  margin-top:55px;
  margin-right:10px;  
  background-color: rgb(183,235,255); /* couleur de base (183,221,255)*/

  
}




.notes li p{
  font-family:"Reenie Beanie",arial,sans-serif;
  font-size:10px;
  min-width:280px;
  padding:0;
}

