html, body { width: 100%; height: 100%; }
body { margin: 0; background: url(../images/background.png) #000 repeat-x top left; }

#global { width: 960px; margin-left: auto; margin-right: auto; }
#header { width: 100%; height: 150px; background: url(../images/header.jpg) no-repeat top left; }
#header_index { width: 100%; height: 150px; background: url(../images/header.jpg) no-repeat top left; }

#menu { width: 100%; height: 40px; margin-top: 20px; background: url(../images/bg_menu.png) repeat-x top left; }
	#menuL { float: left; width: 10px; height: 100%; background: url(../images/menu_angle-gauche.png) no-repeat top left; }
	#menuC { float: left; }
		#ULMenu { height: 40px; margin: 0; padding: 0; list-style-type: none; }
		#ULMenu li { float: left; text-align: center; }
		#ULMenu li a
		{
			width: auto;
			padding-left: 26px;
			padding-right: 26px;
			line-height: 40px;
			color: #fff;
			display: block;
			font-family: "Verdana";
			font-size: 12px;
			font-weight: bold;
			text-decoration: none;
		}
		#ULMenu a:hover { color: #ffab00; background: url(../images/bg_menu_hover.png) repeat-x 0 0; }
	#menuR { float: right; width: 10px; height: 100%; background: url(../images/menu_angle-droit.png) no-repeat top right; }

#content { width: 100%; margin-top: 20px; }
	#topContent { height: 10px; background: url(../images/bloc-sup_contenu.png) no-repeat top left; }
	#middleContent
	{
		background: url(../images/bg_contenu.png) repeat-y top left;
		font-family: "Verdana";
		font-weight: normal;
		font-size: 11px;
		color: #fff;
		padding: 10px;
	}
	
	#middleContent_prog
	{
		height:650px;
		width:960px;
	}
		h1 { margin-top: 40px; padding: 0; border-bottom: 1px solid #fff; font-family: "Verdana"; font-size: 20px; }
		h1:first-child { margin-top: 0; }
	#bottomContent { height: 9px; background: url(../images/bloc-inf_contenu.png) no-repeat top left; }

#footer
{
	position: relative;
	width: 100%;
	height: 82px;
	margin-top: 15px;
	background: url(../images/footer.png) no-repeat top left;
	font-family: "Verdana";
	font-size: 10px;
	color: #fff;
	padding-left: 15px;
	
}
	#signature
	{
		position: absolute;
		width: 123px;
		height: 12px;
		top: 15px;
		right: 20px;
		background: url(../images/signature.png) no-repeat top left;
		cursor: pointer;
	}