.historyContent {
	background: url(../img/historique_back.gif) left top repeat-y;
}

.historyHead {
	height: 5px;
	margin-bottom: 20px;
	width: 460px;
}

.historyBloc {
	padding-bottom: 20px;
	width: 490px;
}

.historyText {
	width: 300px;
}

.historyDate {
	font-size: 18px;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 18px;
	width: 150px;
}


.historyImg {
	overflow: hidden;
	width: 165px;
}

.type_2 {
	margin-left: 135px;
}

.type_1 .historyHead {
	background: #7e7e7e;
}

.type_2 .historyHead {
	background: #a3cd38;
	margin-left: 30px;
}

.type_1 .historyText {
	float: left;}

.type_2 .historyText {
	float: right;
}

.type_1 .historyInfos {
	float: right;
}

.type_2 ..historyInfos {
	float: left;
}

.type_2 .historyDate {
	color: #a3cd38;
}

/* QUIZZ DU LIN */

.questionBloc {
	color: #FFF;
	cursor: pointer;
	height: 50px;
	margin-bottom: 20px;
	padding: 15px;
	position: relative;
	width: 595px;
	background: #dadada;
	background: -moz-linear-gradient(top,  #dadada 1%, #a8a8a8 96%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#dadada), color-stop(96%,#a8a8a8));
	background: -webkit-linear-gradient(top,  #dadada 1%,#a8a8a8 96%);
	background: -o-linear-gradient(top,  #dadada 1%,#a8a8a8 96%);
	background: -ms-linear-gradient(top,  #dadada 1%,#a8a8a8 96%);
	background: linear-gradient(top,  #dadada 1%,#a8a8a8 96%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada', endColorstr='#a8a8a8',GradientType=0 );-	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.questionBloc:hover {
	background: #a3cd38;
	background: -moz-linear-gradient(top,  #a3cd38 0%, #6a9307 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a3cd38), color-stop(100%,#6a9307));
	background: -webkit-linear-gradient(top,  #a3cd38 0%,#6a9307 100%);
	background: -o-linear-gradient(top,  #a3cd38 0%,#6a9307 100%);
	background: -ms-linear-gradient(top,  #a3cd38 0%,#6a9307 100%);
	background: linear-gradient(top,  #a3cd38 0%,#6a9307 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3cd38', endColorstr='#6a9307',GradientType=0 );
}

.questionBloc.questionOpen {
	height: inherit!important;
	background: #a3cd38;
	background: -moz-linear-gradient(top,  #a3cd38 0%, #6a9307 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a3cd38), color-stop(100%,#6a9307));
	background: -webkit-linear-gradient(top,  #a3cd38 0%,#6a9307 100%);
	background: -o-linear-gradient(top,  #a3cd38 0%,#6a9307 100%);
	background: -ms-linear-gradient(top,  #a3cd38 0%,#6a9307 100%);
	background: linear-gradient(top,  #a3cd38 0%,#6a9307 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3cd38', endColorstr='#6a9307',GradientType=0 );
}

.question {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.questionNum {
	font-size: 60px;
	font-weight: bold;
	position: absolute;
	right: 15px;
	top: 8px;
}

.reponse {
	color: #FFF!important;
	font-size: 18px;
	font-variant: small-caps;
	font-weight: bold;
	margin-bottom: 30px;
}

.reponse_texte table td {
	color: #FFF!important;
	font-size: 12px;
	line-height: 20px;
}

.reponse_texte table td p {
	color: #FFF!important;
	font-size: 12px;
	line-height: 20px;
}