body {
	margin-top: 8px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input:focus,textarea:focus {
	background-color:#F7F7F7
}

#zone_gauche td {
	color:#36464f;
}

#zone_gauche a {
	color:#36464f;
	text-decoration:none
}

#zone_gauche a:hover {
	color:#CC0000;
	text-decoration:none
}

#pagination a {
	color:#CC0000;
	text-decoration:none;
	font-size: 11px;
	font-weight:bold;
}

#pagination span {
	color:#36464f;
	text-decoration:none;
	font-size: 11px;
	font-weight:bold;
}
	
.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #36464F;
}
.txt11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #36464F;
}
	
	#dhtmlgoodies_tooltip{
		background-color:#EEE;
		border:1px solid #000;
		position:absolute;
		display:none;
		z-index:20000;
		padding:2px;
		font-size:11px;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
		font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
		
	}
	#dhtmlgoodies_tooltipShadow{
		position:absolute;
		background-color:#555;
		display:none;
		z-index:10000;
		opacity:0.7;
		filter:alpha(opacity=70);
		-khtml-opacity: 0.7;
		-moz-opacity: 0.7;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
	}
