.titresOptions{
	display: inline-block;
	float: left;
	text-align:left;
	padding:10px;
	padding-right:0px;
	margin-top: 20px;
	margin-left: 20px;
	border-radius: 18px;
	background-color: rgba(0,0,255,0.1);
}
#corpsOptions{
	display: inline-block;
	float: left;
	width: 870px;
	margin-top: 20px;
	margin-left: -1px;
	margin-bottom: 20px;
	border-radius: 18px;
	background-color: rgba(255,255,255,0.98);
	/*background-image: linear-gradient(rgb(255,255,255), rgb(255,255,255), rgba(255,0,0,0.02), rgba(255,255,255), rgb(255,255,255));*/
	box-shadow: 5px 5px 5px rgba(0,0,255,0.2);
}
.reglages{
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 160px;
	height: 18px;
	padding: 5px;
	font-family:"Franklin Gothic Book";
	font-size: 14px;
	border-radius: 10px;
	background-color: rgba(0,0,0,0.1);
}
.reglages:hover{
	cursor: pointer;
	font-weight: bolder;
	font-style: italic;
	background-color: rgba(255,255,255,0.98);
}
.imgOpt{
	display: inline-block;
	width: 18px;
	height: 18px;
	float: left;
	margin-right: 5px;
	border-radius: 5px;
	background-color: rgba(0,0,255,0.1);
}
#user{background-image: url('../img/userB.gif');}
#users{background-image: url('../img/users.gif');}
#user,#users{
	background-size: 100%;
}
/**************************************************************************/
.titrePara{
	font-family: "Bookman Old Style";
	font-size: 18px;
	padding-top: 10px;
	font-weight: bolder;
}
.corpsPara{
	text-align: center;
	width: 830px;
	padding-top: 5px;
	padding-bottom: 20px;
}
.t_lignePara{
	border: 1px solid rgba(0,0,0,0.5);
	border-radius: 5px;
	background-color: rgba(40,40,200,0.5);
	font-family: "Trebuchet MS","Tahoma","comic sans ms";
	font-weight: bolder;
	font-size: 15px;
	text-align: center;
}
.t_numPara,.t_nomPara,.t_fonction,.t_mdPass,.t_optionPara{
	display: inline-block;
	border-right: 1px solid rgba(0,0,0,0.2);
}
.t_numPara{width: 50px;}
.t_nomPara{width: 230px;}
.t_fonction{width: 150px;}
.t_mdPass{width:145px;}
.t_optionPara{width:249px;border:none;}
.lignePara1,.lignePara{
	border: 1px solid rgba(0,0,0,0.5);
	border-top: 1px solid rgba(0,0,0,0.2);
	border-radius: 5px;
	font-family: "comic sans ms";
	font-size: 14px;
	text-align: left;
	margin-top: -1px;
}
.lignePara1{
	border-top: 1px solid rgba(0,0,0,0.0);
	background-color: rgba(70,70,255,0.1);
}
.lignePara{
	background-color: rgba(255,255,255,0.7);
}
.lignePara:hover,.lignePara1:hover{
	background-color: rgba(200,0,70,0.2);
}
.numPara,.nomPara,.fonction,.mdPass,.optionPara{
	display: inline-block;
	border-right: 1px solid rgba(0,0,0,0.2);
}
.numPara{width: 50px;text-align:right;}
.nomPara{width: 230px;}
.fonction{width: 150px;}
.mdPass{width:145px;}
.optionPara{width:249px;border:none;text-align:center;}
.nomUser,.fctUser,.mdPassUser{
	background-color: rgba(0,0,0,0);
	border: none;
	border-radius: 5px;
	font-family: "comic sans ms";
	font-size: 14px;
}
.nomUser{width: 228px;}
.fctUser{width: 148px;}
.mdPassUser{width: 143px;}
.btnUser{
	display: inline-block;
	width: 100px;
	border: 1px outset rgba(0,0,0,0.7);
	border-radius: 5px;
	margin-left: 5px;
	font-size: 12px;
	text-align: center;
	background-color: rgba(0,0,0,0.2);
}
.btnUser:hover{
	color: white;
	cursor: pointer;
	font-weight: bolder;
	background-color: rgba(255,0,0,0.7);
}
#privileges{
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.1);
}
.corpsPrivileges{
	display: inline-block;
	width: 500px;
	height: 500px;
	background-color: rgba(0,0,0,0.97);
	background-image: linear-gradient(rgba(0,0,0,0.97), rgba(150,150,255,0.5), rgba(0,0,0,0.97));
	margin-top: 97px;
	color: rgba(255,255,255,0.8);
	text-align: left;
	box-shadow: 3px 3px 10px rgba(255,0,0,0.7);
}
#nomUtilisateur{
	display: inline-block;
	width: 470px;
	height: 30px;
	text-align: center;
	text-shadow: -1px 0 rgba(255,0,0,0.7), 0 1px rgba(255,0,0,0.7), 1px 0 rgba(255,0,0,0.7), 0 -1px rgba(255,0,0,0.7);
	color: rgba(255,255,255,1);
	border-bottom: 1px inset rgba(255,255,255,0.8);
	font-family: "Trebuchet MS","Tahoma","comic sans ms";
	font-size: 25px;
	font-weight: bolder;
}
.croix{
	width: 30px;
	height: 30px;
	float: right;
	color: white;
	text-align: center;
	font-size: 25px;
	border-bottom: 1px inset rgba(255,255,255,0.8);
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
}
.croix:hover{
	font-weight: bolder;
	color: red;
	cursor: pointer;
}
#corpsPrivileges{
	display: inline-block;
	width: 480px;
	max-height: 449px;
	overflow-y: scroll;
	padding: 10px;
}
.groupePara{
	font-family: "Tahoma","comic sans ms";
	font-weight: bolder;
	font-size: 15px;
	color: rgba(0,0,255,0.7);
	text-shadow: -1px 0 rgba(255,255,255,0.7), 0 1px rgba(255,255,255,0.7), 1px 0 rgba(255,255,255,0.7), 0 -1px rgba(255,255,255,0.7);
	-webkit-transition: color 1s, text-shadow 1s; /* Safari */
	transition: color 1s, text-shadow 1s;
}
.groupePara:hover{
	text-shadow: -1px 0 rgba(255,255,255,0.9), 0 1px rgba(255,255,255,0.9), 1px 0 rgba(255,255,255,0.9), 0 -1px rgba(255,255,255,0.9);
	color: rgba(0,100,100,0.9);
	cursor: pointer;
}
.lblPara{
	font-family: comic sans ms;
	font-size: 14px;
	font-weight: bolder;
	letter-spacing: 0px;
	-webkit-transition: letter-spacing 2s,font-weight 2s, color 2s; /* Safari */
	transition: letter-spacing 2s,font-weight 2s, color 2s;
}
.lblPara:hover{
	background-color: rgba(0,0,0,0);
	letter-spacing: 1px;
	color: rgb(100,100,255);
	cursor: pointer;
}
.lblParaX{
	display: none;
}
.btnPara{
	width: 110px;
	height: 25px;
	border-radius: 5px;
	color: rgba(255,255,255,0.95);
	background-color: rgba(0,0,255,0.1);
}
.btnPara:hover{
	background-color: rgba(255,255,255,0.1);
	cursor: pointer;
}
.ttrLstStock1,.ttrLstStock2,.ttrLstEts2,.ttrLstEts3,.ttrLstStock3{
	display: inline-block;
	background-color: rgba(0,0,0,0.2);
	border: 1px solid rgba(0,0,0,0.7);
	border-left: 0px;
	font-family: "Trebuchet MS","Tahoma","comic sans ms";
	font-size: 16px;
	font-weight: bolder;
}
.ttrLstEts2{width: 200px;}
.ttrLstEts3{width: 200px;}
.ttrLstStock1,.dnnLstStockA1,.dnnLstStockB1{
	width: 70px;
	border-left: 1px solid rgba(0,0,0,0.7);
}
.ttrLstStock2,.dnnLstStockA2,.dnnLstStockB2{width: 400px;}
.ttrLstStock3,.dnnLstStockA3,.dnnLstStockB3{width: 150px;}
.dnnLstEtsA2,.dnnLstEtsB2{width: 200px;}
.dnnLstEtsA3,.dnnLstEtsB3{width: 200px;}
.dnnLstStockA1,.dnnLstStockA2,.dnnLstEtsA2,.dnnLstEtsA3,.dnnLstEtsB2,.dnnLstEtsB3,.dnnLstStockA3,.dnnLstStockB3,.dnnLstStockB1,.dnnLstStockB2,.dnnLstStockB3{
	background-color: rgba(0,0,255,0.1);
	border: 0px;
	border: 1px solid rgba(0,0,0,0.2);
	border-top:0px;
	border-left:0px;
	font-family: Comic Sans Ms;
	font-size: 14px;
}
.dnnLstStockB1,.dnnLstStockB2,.dnnLstStockB3,.dnnLstEtsB2,.dnnLstEtsB3{
	background-color: rgba(0,0,0,0.2);
}
.dnnLstStockA1:focus,.dnnLstStockA2:focus,.dnnLstStockA3:focus,.dnnLstStockB1:focus,.dnnLstStockB2:focus,.dnnLstStockB3:focus{
	background-color: white;
}
.dnnLstStockA1,.dnnLstStockB1{
	text-align: center;
	border-left: 1px solid rgba(0,0,0,0.2);
}
.ttrMoney{
	font-family: "Trebuchet MS","Tahoma","comic sans ms";
	font-size: 13px;
	font-weight: bolder;
	font-style: italic;
	text-align: left;
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 20px;
}
.lineMoney0,.lineMoney1,.lineMoney2{
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	border-left: 1px outset rgba(0,0,0,0.3);
	border-bottom: 1px outset rgba(0,0,0,0.3);
}
.lineMoney2{
	background-color: rgba(50,50,255,0.1);
}
.colMoneyA,.colMoneyB,.colMoneyC,.colMoneyAT,.colMoneyBT,.colMoneyCT,.egaliteMoney{
	background-color: rgba(0,0,0,0);
	border: 0px solid rgba(0,0,0,0);
	font-family: "comic sans ms";
	font-size: 13px;
	color: rgb(0,0,40);
}
.colMoneyA,.colMoneyAT{
	width: 30px;
	text-align: right;
}
.colMoneyB,.colMoneyBT{
	width: 98px;
	text-align: right;
	border-right: 1px outset rgba(0,0,0,0.3);
}
.colMoneyC,.colMoneyCT{
	width: 287px;
	border-left: 1px outset rgba(0,0,0,0.3);
	border-right: 1px outset rgba(0,0,0,0.3);
}
.egaliteMoney{
	display: inline-block;
	width: 13px;
	text-align: center;
	font-weight: bolder;
}
.colMoneyAT,.colMoneyBT,.colMoneyCT,.egaliteMoneyT{
	height: 14px;
	text-align: center;
	font-family: "Bookman Old Style";
	font-weight: bolder;
	font-size: 12px;
	background-color: rgba(0,0,0,0.2);
	border-radius: 0%;
}
.egaliteMoneyT{
	display: inline-block;
	width: 13px;
	text-align: center;
	color: rgba(0,0,0,0);
	background-color: rgba(0,0,0,0);
}
.nouveauLogo{
	width: 635px;
	text-align: left;
	margin-top: 20px;
}
.uploadLogo{
	font-family: "Comic Sans Ms";
	font-size: 13px;
	font-style: italic;
}
.infoEts{
	width: 635px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	box-shadow: -2px -2px 5px rgba(100,0,0,0.5);
}
.ttrInfoEts,.dnnInfoEts{
	background-color: rgba(0,0,0,0);
	border: 0px solid rgba(0,0,0,0);
	border-bottom: 1px solid rgb(100,100,100);
	padding-left: 3px;
	font-family: "Comic Sans Ms";
	font-size: 12px;
}
.ttrInfoEts{
	width: 120px;
}
.dnnInfoEts{
	width: 490px;
}
.cptesFactureA,.cptesFactA{
	display: inline-block;
	width: 170px;
	background-color: rgba(40,40,200,0);
	border: 1px solid rgba(0,0,0,0);
	border-right: 0px solid rgba(0,0,0,0.4);
	border-bottom: 1px solid rgb(90,90,90);
	font-family: "Trebuchet MS","Tahoma","comic sans ms";
	font-size: 15px;
	text-align: center;
}
.cptesFactureA,.cptesFactureB,.cptesFactureC{
	height: 17px;
}
#siteCpteFact{
	border: 0px solid red;
	font-family: "Bookman Old Style";
	font-size: 18px;
	padding-top: 10px;
	font-weight: bolder;
	background-color: rgba(0,0,0,0);
}
.cptesFactureB,.cptesFactB,.cptesFactureC,.cptesFactC{
	display: inline-block;
	background-color: rgba(40,40,200,0.5);
	border: 1px solid rgb(90,90,90);
	font-family: "Trebuchet MS","Tahoma","comic sans ms";
	font-weight: bolder;
	font-size: 15px;
	text-align: center;
}
.cptesFactureB,.cptesFactB{
	width: 120px;
}
.ligneCpteFact{
	height: 18px;
	display: inline-block;
}
.cptesFactA{
	width: 168px;
	height: 17px;
	background-color: rgba(40,40,200,0.5);
	border: 1px solid rgb(90,90,90);
	border-top: 0px;
	border-right: 0px solid rgba(0,0,0,0.4);
	text-align: left;
	padding-left: 2px;
}
.cptesFactB,.cptesFactC{
	height: 17px;
	background-color: rgba(40,40,200,0);
	border: 1px solid rgb(90,90,90);
	border-top: 0px;
}
.cptesFactureC,.cptesFactC{
	width: 350px;
	border-left: 0px;
}
.compteFactureA,.compteFactureB{
	color: #1c1e21;
	height: 14px;
	border: 0px;
	font-family: "Comic Sans Ms";
	font-size: 12px;
	background-color: rgba(0,0,0,0);
}
.compteFactureA{
	width: 118px;
	text-align: center;
}
.compteFactureB{
	width: 346px;
	text-align: left;
	padding-left: 2px;
}
.siteEntetePied{
	font-family: "Trebuchet MS","Tahoma","comic sans ms";
	font-size: 16px;
	border:0px;
}
.classeUserLst{
	width: 150px;
	border: 0px;
	font-family: "comic sans ms";
	font-size: 14px;
	background-color: rgba(0,0,0,0);
}
#finAbonnement{
	margin-top: 20px;
	width: 660px;
	font-family: "arial";
	font-size: 14px;
	text-align: left;
	padding: 5px;
	box-shadow: 0px 0px 5px rgba(100,0,0,0.5)
}