.moduleContainer{
	width: 100%;
	height:100%;
	background-color : White;
	border-right:1px dotted #666666;
	border-left:1px dotted #666666;
}
.zone{
	background-color : #FAEBD7;
	width: 100%;
	font-weight : normal;
	font-size: 90%;
	text-align:center;
	height: 30px;
	vertical-align: middle;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
.module{
        font-weight : bold;
        font-size: 80%;
		text-align:center;
}
.module a{
	color: Black;
	text-decoration:none;
}

.module a:hover{
	color: Black;
	text-decoration: underline;
}