#messageOK {
	width: 98%;
	border: 3px solid #006633;
	font-size: 11px;
	color: #006633;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-weight: bold;
}
#messageKO {
	width: 98%;
	border: 3px solid #990000;
	font-size: 11px;
	color: #990000;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-weight: bold;
}
#messageOK p{
	display: block;
	margin: 20px;
}
#messageKO p{
	display: block;
	margin: 20px;
}
#mainContainer {
	height: 100%;
	margin:0px;
	paddin:0px;
}
.containerBox{
	height:0px;
	width:966px;
	position:relative; 
}
.containerBox #box {
	position:absolute;
	bottom:-31px;
	right:100px;
	width:100px;
	height:109px;
	}
#mainContainer {
	height: 100%;
	margin:0px;
	paddin:0px;
}
#mainTable{
	height: 100%;
}
