
#top{
	width:700px;
	height:225px;
	background-image:url('../../fr/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('../../fr/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;
}
.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
{
	background-image:url(../images/icone_test_ok_petit.gif);
	color:green;
}
.diagError
{
	background-image:url(../images/icone_test_error_petit.gif);
	color:red;
}
.results
{
	float:left;
	clear:left;
	margin:20px;
	width:270px;
	height:64px;
	background-repeat:no-repeat;
	background-image:url(../../common/images/cadre_resultat_test.png);
	display:table;
	overflow:hidden;
}
.resultMessage
{
	float:right;
	width:204px;
	/* height:64px; */
	left:64px;
	clear:none;
	text-align:center;
	margin-top:15px;
}
.bkgDiagnostic
{
	float:left;
	height:225px;
	background-position:right;
	padding-top:20px;
	width:100%;
	background-repeat:no-repeat;
	background-image:url(../../common/images/bkg_diagnostic.jpg);
}
.finger:hover
{
	cursor:pointer;
}
.diagResultOK
{
	visibility:hidden;
	display:none;
	color:green;
}
.diagResultKO
{
	visibility:hidden;
	display:none;
	color:red;
}