
#top{
	width:700px;
	height:225px;
	background-image:url(images/diagnostic.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
#info_top1{
	width:280px;
	height:70px;
	padding-top:35px;
	padding-left:5px;
	background-color:transparent;
	float:left;
}
#info_top2{
	clear:both;
	width:280px;
	height:35%;
	background-color:transparent;
	background-image:url(images/diagnostic_test_resultat.png);
	background-repeat:no-repeat;
	background-position:top right;
	padding-left:8px;
	float:left;
}
#status{
	padding-left:25px;	
	float:left;
	padding-top:13px;
}
#text_status{
	text-align:center;
	background-color:transparent;
	float:right;
	margin-top:9px;	
	margin-right:12px;
	width:185px;
}

/* Test ok */
.ok{
	color:#007d00 ;
}
.error{
	color:#dc0000 ;
}
/* display */
.display{
	margin:0;
	padding:0;
	margin-left:35px;
	margin-top:15px;
	color: #000000;
}
.titre{
	display:inline;
	vertical-align:5px;
}
.error_explanations
{
	padding-left:55px;
	margin-top: 10px;
}
.diagnosticList
{
	vertical-align: top;
	text-align: left;
	margin-left: 20px;
	margin-top:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.subList
{
	margin-top:10px;
	margin-left: 40px;
}
.diagnosticList ul
{
	padding-left: 0px;
}
.diagnosticList li
{
	list-style-type :none ;
	background-repeat:no-repeat;
	background-position:left;
	padding-left:25px;
	margin-bottom: 5px;
}
.diagValidated
{
	color:green;
	margin-left:20px;
}
.diagLoading
{
	color:black;
	margin-left:20px;
}
.diagError
{
	color:red;
	margin-left:20px;
}
.diagError.noPicture
{
	margin-left:34px;
}
.diagLoading.noPicture
{
	margin-left:34px;
}
.diagValidated.noPicture
{
	margin-left:34px;
}
.results
{
	float:left;
	clear:left;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
	width:360px;
	height:64px;
	background-repeat:no-repeat;
	background-image:url(../../common/images/diagnostic_test_resultat.png);
	display:table;
	overflow:hidden;
}
.resultMessage
{
	font-size:14px;
	float:right;
	width:300px;
	/* height:64px; */
	/* left:64px; */
	clear:none;
	text-align:center;
	margin-top:14px;
}
.finger:hover
{
	cursor:pointer;
}
.diagResultOK
{
	visibility:hidden;
	display:none;
	color:green;
}
.diagResultKO
{
	visibility:hidden;
	display:none;
	color:red;
}
.centerDiag
{
	margin:auto;
	text-align:left;
	width:766px;
}
ol.liste_diag {
	margin-left: 75px;
	margin-bottom: 10px;
}
ol.liste_diag li {
	padding-left:5px;
}
ol.liste_diag_2 {
	margin-left: 40px;
	margin-bottom: 10px;
}