.taille1 {
font-size: 18px;
}
.taille2 {
font-size: 16px;
}
.coin {
background-color:#E4EFFF;
border:1px solid #9FC6FF;
padding:5px;
/*arrondir les coins en haut à gauche et en bas à droite*/
-moz-border-radius:10px 0;
-webkit-border-radius:10px 0;
border-radius:10px 0;
}

.menu-devant {
  position:relative;z-index:10000;
 }

.tck-container {
  padding: 0 20px;
  position:relative;z-index:10000;
}
.tck-container2 {
  padding: 0 20px;
  position:relative;z-index:10;
}

#topmenu-row:not(.istopfixed) {
  background: none; 
  box-shadow: none;
}

ul.maximenuck li {
vertical-align: middle;
}


  
/* Taille normale des titres sur un ordinateur */
.elem1 {
font-size: 1em;
}
/* Si on utilise un petit écran (que ce soit avec un ordinateur dans une petite fenêtre ou avec un smartphone), les titres sont réduits */
@media only screen and (max-width: 540px) {
.elem1 {
font-size: 0.7em;
}
}
/*@media only screen and (max-width:800px) {
 .tabsck > ol > li {
    width: 100%;
}
}