@charset "utf-8";
/* CSS Document Historique */
#historique {
	position: relative;
	margin: 0;
	padding: 0;
	width: 500px;
}

#historique .date{
	position: relative;
	margin: 10px 0px 0px 0px;
	padding: 0;
	width: 500px;
	color: #b11621;
	border-bottom: #b11621 solid 2px;
	font-weight: bold;
	font-size: 1.2em;
	float: left;
}

#historique .detail{
	position: relative;
	margin: 0;
	padding: 20px;
	font-size: 0.91em;
}

#historique .left{
	float: left;
	width: 210px;
}

#historique .right{
	float: right;
	width: 210px;
}

#historique .large{
	float: right;
	width: 460px;
}

#historique .titre{
	text-align: center;
	color: #FFFFFF;
	background-color: #b11621;
	font-weight: bold;
	padding: 5px;
	width: 240px;
        font-size: 1.2em;
}

#historique .detail img{
	width: 100px;
	height: auto;
	margin-right: 6px;
	margin-bottom: 4px;
	float: left;
}

/* CSS Document Historique */
