
html {FONT-FAMILY: Verdana; margin:0; padding:0; color:#000000;
	}

body, tr, td {FONT-FAMILY: Verdana; margin:0; padding:0; color:#000000;}
body {
 background-color: #fafafa;
/* background-image: linear-gradient(rgba(0,0,0,0),rgba(100,100,100,0.1)), url("../img/background.png?11");*/
 background-image: url("../img/background.png?11"); 
  background-position: center;  /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */  
  background-attachment: fixed;
  /*background-size: cover;*/ /* Resize the background image to cover the entire container */
}
.className {border : '4em solid red';}
td.case {
	color:#000000;
	}
	
body::before {
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    z-index: 100;
    box-shadow: 0px 0px 22px rgba(0,0,0,1);
  }	
  
  

.sexy_line{ 
    display:block;
    border:none;
    color:white;
    height:1px;
    background:black;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#000), to(#fff));
}


.BoutonSubmit{
	background: #ffffff;
    color:black;
	border: 1px solid #000000;
	border-radius: 5px;
    cursor: pointer; 
    padding: 5px 32px;
    transition: 0.2s;
  }
.BoutonSubmit:hover{
	background: #952f22;
    color:white;
	border: 1px solid #952f22;
  }

.BoutonSubmit_2{
	background: #ffffff;
    color:black;
	border: 1px solid #000000;
	border-radius: 5px;
    cursor: pointer; 
    padding: 5px 32px;
    transition: 0.2s;
  }
.BoutonSubmit_2:hover{
	background: #575757;
    color:white;
	border: 1px solid #575757;
  }



.eval_btn {
  background-color: #274f42; 
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  font-size: 16px;
  margin: 4px 2px;
  opacity: 0.8;
  transition: 0.4s;
  cursor: pointer; 
}

.eval_btn:hover {opacity: 1}


.eval_btn_2 {
	border: 1px solid #aaaaaa; 
	border-radius: 7px;
  background-color: #fdfdfd; 
  color: #000000;
  padding: 5px 5px;
  text-align: center;
  font-size: 12px;
  margin: 30px 5px;
  transition: 0.2s;
  cursor: pointer; 
}

.eval_btn_2:hover {
	border: 1px solid #417261; 
	border-radius: 7px; 
	background-color: #417261; 
    color: white;

}

.eval_btn_3 {
	border: 1px solid #aaaaaa; 
	border-radius: 7px;
  background-color: #fdfdfd; 
  color: #000000;
  padding: 6px 0px;
  text-align: center;
  font-size: 12px;
  transition: 0.2s;
  cursor: pointer; 
}

.eval_btn_3:hover {
	border: 1px solid #417261; 
	border-radius: 7px; 
	background-color: #417261; 
    color: white;

}



.strikethrough {
  position: relative;
}
.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;

  -webkit-transform:rotate(-5deg);
  -moz-transform:rotate(-5deg);
  -ms-transform:rotate(-5deg);
  -o-transform:rotate(-5deg);
  transform:rotate(-5deg);
}























