/*@charset "iso-8859-1";
/*###############################################################################*/
/*# Auteur : ndia Technologies													 */
/*###############################################################################*/
	body{
		font-size: 14px;
		font-family: Arial;
		overflow-y:scroll;
	}
	table{
		font-size: 14px !important;
		font-family: Arial;
	}	
	a {
		color: #880015;
		font-weight:normal;
	}
/*classe pour le lien de la section "top right" */
/*en plus des css de sa page*/
	a.sectione {
		color: red;
		font-weight:normal;
	}
	a.sectione:hover {
		color: black;
	}	
	
	a:hover { 
		color: #FF0000;
	}
	a.active {
		color: white !important;
	}	
	td.active {
		background-color: #3a61c9;
	}	
/*menu gros*/
	td.menus {
		height: 30px !important;
		text-align: center;
		/*color: darkblue;*/
		padding: 0px 0px 0px 0px;
	}
	td.menus:hover {
		text-decoration: none;
		background-color: red;
		color: white;
	}
	a.menus, a.menus:link, a.menus:visited {
		text-decoration: none !important;
		/*width: 97px;*/
		/*padding-left: 12px;*/
		color: white;
		font-family: Arial;
		font-weight:normal;
		font-size: 14px !important;
	}

/*menu petit*/
	td.menu {
		height: 30px !important;
		text-align: center;
		/*color: darkblue;*/
		padding: 10px 0px 0px 0px;
	}
	td.menu:hover {
		text-decoration: none;
		background-color: red;
		color: white;
	}
	a.menu, a.menu:link, a.menu:visited {
		text-decoration: none !important;
		/*width: 97px;*/
		/*padding-left: 12px;*/
		color: white;
		font-family: Arial;
		font-weight: bold;
		font-size: 18px !important;
	}	
	
	
  /*CSS pour la switch*/
	.switch {
				margin: 2;
	  position: absolute;
	  display: inline-block;
	  width: 66px;
	  height: 30px;
	}

	.switch input { 
	  opacity: 0;
	  width: 0;
	  height: 0;
	}

	.slider {
	  position: absolute;
	  cursor: pointer;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  background-color: #ccc;
	  -webkit-transition: .4s;
	  transition: .4s;
	}

	.slider:before {
	  position: absolute;
	  content: "";
	  height: 22px;
	  width: 28px;
	  left: 4px;
	  bottom: 4px;
	  background-color: white;
	  -webkit-transition: .4s;
	  transition: .4s;
	}

	input:checked + .slider {
	  background-color: #2196F3;
	}

	input:focus + .slider {
	  box-shadow: 0 0 1px #2196F3;
	}

	input:checked + .slider:before {
	  -webkit-transform: translateX(28px);
	  -ms-transform: translateX(28px);
	  transform: translateX(28px);
	}


body {font-family: Arial, Helvetica, sans-serif;}

/* The Modal (background) */
.modal {
  display: none; 				/* Hidden by default */
  position: fixed; 				/* Stay in place */
  z-index: 1; 					/* Sit on top */
  padding-top: 10px; 			/* Location of the box */
  left: 0;
  top: 0;
  width: 100%; 								/* Full width */
  height: 100%; 							/* Full height */
  overflow: auto; 							/* Enable scroll if needed */
  background-color: rgb(0,0,0); 			/* Fallback color */
  background-color: rgba(0,0,0,0.4); 		/* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}



