.bouton_submit
{
    text-align:center;  
    cursor:pointer; 
    width:100px;
}

.LongBouton
{
    text-align:center;  
    cursor:pointer; 
    width:300px;
}

.titrePage
{

}

.avertissementJourMenu
{
    font-size:small;
    color:red;
}

.buttonLierParentEleve
{
    
}

.rangeeSurbriller
{
    background-color: lightskyblue !important;
}

.rangeeSurbriller.rouge
{
    color:red;
}

.boutonFiltreRapide
{
    width:80px;
    padding-left:2px;
    padding-right:2px;
}

.popup-overlay {
	padding: 10px;
    visibility: hidden;
    position: absolute;
    background-color: #ffffff;
    border: 2px solid #666666;

  width: 50%;
    left: 25%;
    border-radius: 15px;
    box-shadow: 4px 4px 6px 1px #777;
  resize: vertical;
 
}

.popup-content {
visibility:hidden;
}

.popup-overlay.active{
visibility:visible;
}

.popup-content.active {
visibility:visible;
right:0;
 bottom:0; 
}
.close {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 20px;
  height: 20px;
  opacity: 0.7;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #a90000;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

		
