/* CENTRAGE DE LA PAGE EN LARGEUR */#global {	position:fixed; 	position:absolute; 	left: 50%;	top: 0px;	/*top: 50%;*/	width: 810px;	height: 700px;	/*margin-top: -300px; /* moitié de la hauteur */	margin-left: -405px; /* moitié de la largeur */	}/* PLACEMENTS */#FOND{height: 700px;width: 810px;left: 0px;top: 0px;position: absolute;background-image:url(../img/fond.jpg)}#HEADER{height: 200px;width: 800px;left: 5px;top: 0px;position: absolute;visibility: visible;}#CONTENU{height: 475px;width: 800px;left: 5px;top: 205px;position: absolute;visibility: visible;}#CONTENUINDEX{height: 475px;width: 800px;left: 5px;top: 205px;position: absolute;visibility: visible;background-image:url(../img/fond_index.jpg)}#MENUGAUCHE {	position:absolute;	left:10px;	top:0;	width:250px;	height:75px;	/*background-color: #FFFFFF;*/}#IMGGAUCHE {	position:absolute;	left:10px;	top:85px;	width:250px;	height:400px;	background-color: #FFFFFF;}#GAUCHE {	position:absolute;	left:10px;	top:5px;	width:310px;	height:430px;	/*background-color: #FFF;*/	}#MAIN {	position:absolute;	left:265px;	top:5px;	width:525px;	height:430px;	background-color: #FFFFFF;	}#INDEX{	position:absolute;	left:330px;	top:5px;	width:450px;	height:360px;	background-color: #FFFFFF;	}#FOOT{ height: 35px; width: 790px; left: 0; top: 670px; position: absolute; visibility: visible; padding:10px; background-image:url(../img/footer.jpg); margin: 0; }/* MENU */dl, dt, dd, ul, li {margin: 0;padding: 0;list-style-type: none;}#menu {/*margin-top: 10px 0;*/padding: 5px;width: 250px;}#menu dt {cursor: pointer;margin-left: 10px 0;height: 20px;line-height: 20px;text-align: left;font-weight: bold;border: 1px white;background: white;}#menu dd {margin-left: 15px 0;border: 1px white;}#menu li {text-align: left;background: #fff;}#menu li a, #menu dt a {/*color: #000;*/text-decoration: none;display: block;border: 0 none;height: 100%;}#menu li a:hover, #menu dt a:hover {background: #eee;}/* //-> footer*/#footer { text-align: center;	/* 19 - (2) */	}#footer ul {	text-align:center}#footer ul li { text-align: center; display:inline; }#footer ul li a { color:#333; padding:0 5px; text-decoration:none; text-align: center; }#footer ul li a:hover { text-decoration:underline; text-align: center; }#copyright { text-align: center; padding-left: 10px; padding-bottom: 5px	 }#copyright a { color:#333; text-align: center; }/* leftnav element */#left { width:200px; display:block; }/*#left .spacer {	width: 100px;	background-color:white;	}*/#leftnav h2 { padding:10px 0 5px; font-size:1.6em; font-weight:bold; background-color:transparent; background-repeat:no-repeat; margin-bottom: 1px; }#leftnav ul { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; padding:0 0 1px; }#leftnav ul li { background-color: #ccc; margin-bottom:1px; }#leftnav ul li a,#leftnav ul li .nolink {	display:block;	padding:2px 0 2px 15px;	color:#000;	font-size:1.2em;	text-decoration:none;	/*background-color:transparent;	background-repeat:no-repeat;*/	/*background-position:11px 5px;*/}#leftnav ul li a:hover { color: white; background-color: #199900; }/*#leftnav ul li a:hover { color: white; background-color: transparent; background-image: url(img/menu_over.jpg); }/* leftnav sublevel items */#leftnav ul li ul { background-color: transparent; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; padding:7px 0; }#leftnav ul li ul li a {	display:block;	color:#000;	text-decoration:none;	font-size:1em;	background:transparent;	padding: 0 0 0 0; }#leftnav ul li ul li a:hover { color:#000; }
