/* CSS Document */

#titre{
	margin: 5px 0;
	padding: 0;
	width: 100%;
	border: 1px solid #999999;
	margin-bottom: 4px;
}
#contenutitre
	{
	background: black url(../images/silvergradientover.gif) repeat-x center left;
	font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 5px 0;
	padding-left: 8px;
	text-decoration: none;
	}
#sub
	{
	padding: 5px;
	height: auto;
	margin-top:10px;
	}