body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	background-color:#FFCC33;
	margin:30px;
	text-align:center;
}
h1{
	font-size:16px;
	font-weight:bold;
}
a{
	color:#333333;
}


table{
	vertical-align:middle;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	background-color:#FFFFFF;
}
table.table_noir{
	width:850px;
	border-color:#000000;
	border-style:solid;
	border-width:2px;
	border-collapse:collapse;
}
table.table_site{
	width:700px;
	border-color:#999999;
	border-style:solid;
	border-width:1px;
	border-collapse:collapse;
}


tr.tr_contour{
	height:20px;
}
tr.tr_contour{
	height:5px;
}
tr.tr_titre{
	font-weight:bold;
}
tr.tr_gauche{
	text-align:left;
}


td{
	padding-left:7px;
	padding-right:7px;
}
