body
{
	padding:0px;
	margin:0px;	
	min-width:100%;
	width:100%;
	height: 100%;
	font-family: calibri;
}

br
{
	content: "";
	display: block;
	margin-bottom: 0px;
	height: 12px;
}

hr
{
	margin:0px;
}

header
{
	position:sticky;
	top:0;
	width:100%;
	height:93px;
	z-index:1;
	background-color:white;
}

nav
{
	position:fixed;
	float:left;	
	margin-top:2px;
	width:240px;	
	height:100%;
	background-color:white;
}

nav ul
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	padding-top: 8px;
}

nav ul li
{
	list-style-type:none;
	text-align: center;
	height:70px;
	font-size:13pt;
	margin-top:15px;
	color:#545456;
}

.menuSelected
{
	color: #780b86;
	background-color: #d9d9d9;
}

.logo
{
	width:100%;
	height:65px;
	box-shadow:7px 4px 5px #909090;
}

.logoDigitech
{
	width:60%;
	position:absolute;
	top:510px;
	left:5px;
}

.logoDigitechMini
{
	width:30%;
	position:absolute;
	top:575px;
	left:5px;
}

.menuDiv
{
	width:100%;
	height:490px;
	box-shadow:7px 4px 5px #909090;
	background-color:#f2f2f3;
	margin-top:5px;
}

nav ul li img
{
	width: 48px;
	height: 48px;
	display: block;
	margin-left: auto;
  	margin-right: auto;
}

nav ul li:hover
{
	background-color: #d9d9d9;
	color:#a779ad;
	cursor:pointer;
}

main
{
	padding-top:5px;
	margin-left:240px;
	z-index:-1;
	height:100%;
}

section
{
	color:#545456;
	margin-left:3%;
	font-size: small;
	overflow-y: auto;
	padding-bottom: 20px;	
}

h3
{
	margin:0px;
	margin-right:20px;
	margin-top: 10px;
}

.tableAssemblyHeader
{
	font-weight:bold;	
	font-size:10pt;
	padding-top: 10px;
	text-align: left; 
	width: 140px;
}

.tableHeader
{
	font-weight:bold;	
	font-size:10pt;
	padding-top: 10px;
	text-align: center; 
	width: 120px;
}

.tableDate
{
	font-size:10pt;
	text-align: center; 
	width: 120px;
}

.tableDate a
{
	color:#780b86;
	text-decoration:none;
	
}

.tableDate a:hover
{
	color:#a779ad;
}


.tableActe
{
	font-size:10pt;
}

.tableActe a
{
	color:#780b86;
	text-decoration:none;
	
}

.tableActe a:hover
{
	color:#a779ad;
}

.accordionTitle
{
	cursor:pointer;
	position:relative;
	top:10px;
	margin:0px;
	margin-left:5px;
	background-color:white;
	width:70px;
}

.accordionTitlePuce
{
	position:relative;
	top:20px;
	margin-left:5px;
}

.accordionBorder
{
	border:1px solid #803689;
	width:99%;
}

footer
{
	visibility: hidden;
}

.copyright
{
	font-size:8pt;
	margin-top:2px;
	margin-left:5px;
	color:#545456;
}

.version
{
	float:right;
	font-size:8pt;
	margin-top:2px;
	margin-left:5px;
	color:#545456;
}

#homePanel
{
	margin-top:10%;
	margin-left:25%;
}

.buttonHome {
	display:block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #780b86;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    background: white;
    color: black;
    padding-top:20px;
    text-decoration: none;
    width:200px;
    height:30px;
    text-align:center;
    vertical-align:center;
}
