@charset "UTF-8";
/* CSS Document */

.tour{
	border: solid 1px #AAA;
}


thead.entete{
	background-image:url(../img/thead.png);
	background-repeat:no-repeat;
}
thead.entete td{
	border-left: solid 1px #AAA;
	border-right: solid 1px #AAA;
}
.ligne-blanche{
	height:20px;
	background-color:#FFF;
	border-left: solid 1px #AAA;
	border-right: solid 1px #AAA;
}
.ligne-grise{
	height:20px;
	background-color:#F2F2F2;
	border-left: solid 1px #AAA;
	border-right: solid 1px #AAA;
}
.titre_c{
	margin-left:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
}
.include{
	margin-left:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#999;
}