/*------------------------------------
* La feuille de style du site Films
*------------------------------------
*/

/* Le fond est toujours en blanc    */

BODY {background-color: white}

/* On utilise une couleur rouge pour les ancres
 * et les ent�tes
 */

/*A,*/ H1, H2, H3 {color: #ca0000}

CAPTION {font-size:large; color: #ca0000}

/* Alternance des couleurs pour les lignes des tables */

TR.A0 {background-color:white}
TR.A1 {background-color:yellow}


/* Pour le menu : le fond est rouge, les ancres ne sont pas soulign�es
 *  et apparaissent en blanc   
 */
TR.MENU {background-color:#ca0000}
A.MENU {color:white;text-decoration:none;
             font-weight:bold;font-family:sans-serif;font-size:medium} 

/* Pour le titre : couleur rouge, police de grande taille */

TD.TITRE {color:#ca0000;font-weight:bold;text-align:center;
                 font-family:sans-serif;font-size:x-large}

/* Alignement du contenu d'une cellule */

TD.DROITE {text-align:right}
TD.CENTRE {text-align:center}
INPUT.CENTRE {text-align:center}
.CENTRE {text-align:center}
H4.CENTRE {text-align:center; text-decoration:underline}

.ERREUR { font-weight:bold; color:#FF0000}
.OK {font-weight:bold; color:green/*#12FF59*/}
.AVERT {font-weight:bold; color:#FFCC33;}

TR.ALERTE { background-color:#FFCC33 }
TR.DEPASSE { background-color: #FF3300}
TR.VIDE { background-color: white}
TR.VALIDE { background-color: #8EFF51}
TR.EXPORT { background-color: #00BAB7}
TR.NOTES_RESTANTES { background-color: #BDFFEB}
.abs_tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}
.abs_tooltip .abs_tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -100px;
}
.abs_tooltip .abs_tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}
.abs_tooltip:hover .abs_tooltiptext {
    visibility: visible;
}

.ABS_LETTRE { background-color: #00BAB7;}
.ABS_RETARD { background-color:#FFCC33; }
.ABS_REFUS { background-color: #FF3300; }
.ABS_JUSTIF { background-color: #8EFF51;}
.ABS_JUSTIF_JOURNEE { background-color: green;}

TR.COLOR1,TD.COLOR1 { background-color:#9BE9FF;}
TR.COLOR2,TD.COLOR2 { background-color:#F2FF81;}

TABLE.PETIT{ font-size:12px;}

TABLE.MINI{ font-size: 8px;}
.columns{
	-moz-columns: 2;
    columns: 2;
}

LI.LISTE { margin-top: 100px; }
IMG.LISTE { text-align:center; }

.CACHER { display: none; }

.BLOC_G {
	float:left;
	margin: 1em;
}
.spacer {
	clear:both;
}

.tampon {
	cursor:pointer;
	display:inline-block;
	width: 21px;
	height: 21px;
	color: white;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	background-image: url('images/pagination.png');
	}
	
	
.tooltip {
	cursor:pointer;
	display:inline-block;
	width: 21px;
	height: 21px;
	color: white;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	background-image: url('images/pagination.png');
	position: relative;
}

.tooltip span {
	margin-left: -999em;
	position: absolute;
}

.tooltip:hover span {
   border-radius: 5px;
   box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
   font-family: Calibri,Tahoma,Geneva,sans-serif;
   left: 1px;
   margin-left: 5px;
   position: absolute;
   top: 2em;
   width: 200px;
   z-index: 99;
   text-align: left;
   font-size: 0.8em;
   font-weight: normal;
}

.tooltip:hover img {
	border: 0; margin: -10px 0 0 -55px;
	float: left; position: absolute;
}
.tooltip:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
	display: block; /*padding: 0.2em 0 0.6em 0;*/
}
.classic { padding: 0.8em 1em; color:black; }
.custom { padding: 0.5em 0.8em 0.8em 2em; }
.classic {background: #FFFFAA; border: 1px solid #FFAD33; }
.critical { background: #FFCCAA; border: 1px solid #FF3334;	}
.help { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.info { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.warning { background: #FFFFAA; border: 1px solid #FFAD33; }


.imgSuppr { 
background-image: url('images/suppr.png');

background-size: 100% auto;
/*background-position:  0px 0px;*/
background-repeat: no-repeat;
display: block;
margin-left: auto;
margin-right: auto;
width: 20px;
height: 20px;
border: 0px;
cursor: pointer;
/*background-color: none;
outline: 0;*/
}
.imgSuppr:hover{ 
  /*background-position:  0px -52px;
  width: 30px;
  height: 30px;*//
  
}

.imgSuppr:active{
  /*background-position:  0px -52px;*/
  width: 30px;
  height: 30px;
}