﻿/* CSS Document */ 

div#conteneur-ajax {
	margin:0;
	padding:0;
}

div#titre-historique {
	margin:0 30px 30px 30px;
	padding:10px;
	color:#FFFFFF;
	background-color:#F0F0F0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	text-align:center;
	border:dotted 1px #999999;
}

div#infos-historique {
	margin:0 30px 30px 30px;
	padding:10px;
	color:#000000;
	background-color:#F0F0F0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	border:dotted 1px #999999;
}

div#infos-historique table {
	width:100%;
	border:none;
}
div#infos-historique table tr:firt-child {
	width:100px;
	background-color:#00FF33;
}

.style-titre {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	text-align:center;
}