@media print 
{
	.violet, .fond {background-color: white !important; }
	body {background-color: white !important; }
	td {background-color: white !important; }
	
	 a[href]:after {
	    content: "";
	  }
}
.bt {padding-bottom: 5px; padding-left: 20px; background-repeat: no-repeat; cursor: pointer;}
#innerSplash
{
	width: 100%;
	height: 150px;
	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	color: black;
	opacity: 1;
	padding: 40px;
	 /*La div s'affichera au-dessus des autres éléments*/
   z-index: 950;
    position:fixed  ;
	text-align: center;
   display: none;
  

}
#splash
{
   /*Pour que le splash suive le scroll*/
   position: absolute;
   top: 0px;
   left: 0px;
   background-color: #000;
    
   /*Pour que ça prenne tout l'écran*/
   width: 100%;
   height: 100%;
  
   /*La div s'affichera au-dessus des autres éléments*/
   z-index: 900;
 
   /*Par défaut, on ne l'affiche pas :)*/
   display: none;
 
   /*Pour l'opacité, je ne sais plus
   comment on fait du cross-browser,
   à toi de chercher =D*/
   opacity: 0.7;
 
   /*Juste au cas où*/
   margin: 0px;
   padding: 0px;
}

form br {clear: both}
.form-limiter {display : inline-block; width: 350px; vertical-align: top}
.bootbox-body .form-limiter {display : inline-block; width: 250px; vertical-align: top}
.sepSolid {
    height: 1px;
    border-bottom: solid 1px #f6a80b;
    margin-bottom: 10px;
    padding-top: 10px;
}

.petit{ font-size: 11px; text-align: left; color: black; font-weight: normal;}
/* label {float: left; width: 250px;} */
label {float: left; width: 150px;}
a {color: black}

.pointer  {cursor: pointer;}
.red {color: red;}
.gray {color: gray;}
.green {color: green;}
.blue {color: #5f94f8;}
.pink {color: #fc9ee8;}


