
.fadeImg {
    -webkit-transition: opacity 0.6s ease;
    -ms-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}
.fadeImg:hover {
	opacity: 0.4;
}

.bps_ombrL {   box-shadow: 16px 16px 16px #444; }
.bps_ombr {  box-shadow: 10px 10px 10px #666; }
.bps_ombrs {   box-shadow: 5px 5px 5px #666; }

.bps-corner-alls {  border-radius: 4px; }
.bps-corner-all {  border-radius: 12px; }
.bps-corner-allXL {  border-radius: 40px; }

.divnone { display:none; }

.txtNormXL { font-size:16px; color:#333; }
.txtNorm { font-size:14px; color:#333; }
.txtNormP { font-size:13px; color:#333; }
.txtPetit { font-size:10px; color:#333; }

.loaderB {
position : fixed;
z-index: 99999;
background : url('images/loading.gif') 50% 50% no-repeat; 
top : 0px;
left : 0px;
height : 100%;
width : 100%;
cursor : wait;
}

.hauteurChart { height: 300px;}

.image_fich   {  margin:10px 10px 10px 10px; padding:2px; border:1px outset #FFF; } /*// haut / right /  bas / left      margin-top:6px; margin-bottom:6px;*/  

.cadreList { padding:6px; margin:6px; background-color:#eee; border:1px solid #888; }

.cadreListPg { padding:6px;  background-color:#eee; border:1px solid #888; }
.cadreListPgV { padding:6px;  background-color: #93EA79; border:1px solid #888; }

.cadreListGrand  		{ padding:6px; margin:6px; background-color:#fff; border:1px solid #888; }
.cadreListGrand a 		{ padding:6px; margin:6px; background-color:#fff; border:1px solid #888;  border-radius: 12px;  }
.cadreListGrand a:hover { padding:6px; margin:6px; background-color:#eee; border:1px solid #222;  border-radius: 12px; }

.BPSlienP			{ font-size:16px;color: #FFF; text-decoration:none;}
.BPSlienP a 		{ font-size:16px;color: #FFF;}
.BPSlienP a:hover	{ font-size:16px;color: #d16a1f; font-weight:bold; text-decoration:none;}

.fondBlanc { background-color:#FFF;}
.fondVert { background-color: #C5F3BC;}

.inkRouge { color:#e34724;}
.inkVerte { color:#0F0;}
.inkNoir { color:#444;}
.inkBlan { color:#FFF;}



