
/* Styles groupes 
------------------------------------------------*/
.STCmodules_group {
    margin:0;
	height:100%;
	overflow:hidden;
	padding:0 7px 0 0;
    width:100%;
}
.STCmodules_group .title{
	text-align:center;
    margin:0 0 0.5em;
	border-bottom:1px solid #000000;
	padding-bottom:5px;
}
.STCmodules_group .subsections{
	width:100%;
}
.STCmodules_group .subsections .subsection_div{
    float:left;
	margin:0;
	padding:0;
    overflow:hidden;
}
.STCmodules_modulesList{
    margin: 0;
  	padding: 0;
  	list-style:none;
}



/* Styles modules
------------------------------------------------*/
.STCmodules_module{
  margin: 0 0 2em 0;
  width:auto;
  border-collapse:collapse;
}
.STCmodules_module .content{
    margin:0;
    padding:0;
}
.STCmodules_module .label{
	margin: 0;
   	width:inherit;
	text-align:left;
}
.STCmodules_module .label span{
	display: block;
  	width: 90%;
  	margin: 0;
  	padding: .3em 0 .2em 17px;
    text-align:left;
    font-weight:bolder;
	vertical-align:middle;
}
.STCmodules_module .footer{
	height:10px;
    width:100%;
}
.STCmodules_module .content .content_wrapper {
	padding:10px 8px;
    height: 100%;
    width:inherit;
    text-align: center;
}