#personnage{
	position: relative;
	float:left;
	/*top: 10px;*/
	width: 100%;
	height: auto;
	min-height:350px;
	font-family: Arial, "Times New Roman", Tahoma, Verdana;
	font-size: 8pt;
	color: #666666;
	line-height: 15px;
	/*text-align: justify;*/
	background-image: url("../../images/pers-virtuel.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	z-index: 5
}      

#personnage #intro {
	position: relative;
	float:left;
	top: 207px;
	width: 136px;
	font-family: Verdana, Arial, "Times New Roman", Tahoma;
	font-size: 10pt;
	color: #698913;
	line-height: 20px;
	text-align: center;
	background-repeat: repeat-y;
	background-image: url("../../images/pers-virtuel-fond.gif");
	padding-right: 3px;
	padding-left: 3px;
	height: auto;
}

#personnage .clic {
	color: #01afe6;
	text-decoration: underline;
	cursor: pointer
}

#personnage .clic:HOVER {
	color: #01afe6;
	text-decoration: none
}

#personnage #QCM1, #QCM2, #QCM3 {
	position: relative;
	top: 207px;
	width: 132px;
	background-repeat: repeat-y;
	background-image: url("../../images/pers-virtuel-fond.gif");
	padding-right: 5px;
	padding-left: 5px;
	height: auto;
	display:none;
}

#QCM1 .input, #QCM2 .input, #QCM3 .input {
	border-width: 0px;
	margin-left: 5px;
	line-height: 20px
}

#personnage .center {
	text-align:center;
}

#reponse{
	position: relative;
	float:left;
	top: 207px;
	display:none;
	font-family: Verdana, Arial, "Times New Roman", Tahoma;
	font-size: 9pt;
	color: #698913;
	line-height: 17px;
	text-align: center;
	width: 132px;
	padding-right: 5px;
	padding-left: 5px;
	height: auto;
	background-repeat: repeat-y;
	background-image: url("../../images/pers-virtuel-fond.gif");
}

#bas {
	position: relative;
	float:left;
	top: 207px;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url("../../images/pers-virtuel-bas.gif");
	background-position: top;
}
