@CHARSET "ISO-8859-1";
#debug{display: none;}
body{
	font-family: Verdana, Geneva, sans-serif;
}
h2{
	color: #525d78;
	font-size:16px;
}
#global_div{
	width: 600px;
	margin:auto;
	text-align: center;
}
.entete_questions{
	 background-color: #084263;
	 padding:5px 0px;
	 margin:10px 0px;
	 color: #ffffff;
	 font-weight: bold;
}
.q_fieldset{
	margin-top: 10px;
}
.legende{
	 color: #525d78;
	 font-weight:bold;
	 font-size:12px;
}
.tab_questions{
	width: 100%;
	font-weight:bold;
	font-size: 12px;
}
.td_question{
	text-align: left;
	padding-left:5px;
}
.oui_non{
	width: 35px;
}
.tr_entete{
	background-color: #83929f;
}
.tr_1{
	background-color: #dee2e7;
}
.tr_2{
	background-color: #cfd6de;
}

.td_oui{
	width: 50px;
	text-align: left;
	color: #E76F3D;
}

.td_non{
	text-align: left;
	
	color: #668214;
}

.pointer{
	cursor: pointer;
}

.div_resultats{
	font-size: 12px;
	font-weight: bold;
	display:none;
}
.div_resultats2{
	font-size: 12px;
	font-weight: bold;
	display:none;
	text-align: left;
}

.div_entete_resultats{
	text-align: center;
	padding:5px 0px;
	font-size: 14px;
	background-color: #83929f;
	color: #ffffff;
	font-weight: bold;
}
.div_entete_resultats_1{
	text-align: center;
	padding:5px 0px;
	font-size: 14px;
	background-color: #51AA36;
	color: #ffffff;
	font-weight: bold;
}
.div_entete_resultats_2{
	text-align: center;
	padding:5px 0px;
	font-size: 14px;
	background-color: #F3A407;
	color: #ffffff;
	font-weight: bold;
}
.div_entete_resultats_3{
	text-align: center;
	padding:5px 0px;
	font-size: 14px;
	background-color: #A81616;
	color: #ffffff;
	font-weight: bold;
}


.description{
	font-weight: bold;
	font-size: 12px;
}

#td_avancement{
	text-align: left;
}
img.percentImage {
 background: white url(img/percentImage_back.png) top left no-repeat;
 padding: 0;
 margin: 5px 0 0 0;
 background-position: 1px 0;
}

/* General Links */
a:link {
	text-decoration: none;
	color: #3366cc;
	border: 0px;
}

a:active {
	text-decoration: underline;
	color: #3366cc;
	border: 0px;
}

a:visited {
	text-decoration: none;
	color: #3366cc;
	border: 0px;
}

a:hover {
	text-decoration: underline;
	color: #ff5a00;
	border: 0px;
}

img {
	padding: 0px;
	margin: 0px;
	border: none;
}
