/* CSS Document */
/* ---------------------------------------------------------------- Remise à zéro de tous les préformatages navigateurs */
	* {
		padding:0;
		margin:0;
		background-repeat:no-repeat;
	}
	body {
		font-family: georgia, Times New Roman, Times, serif;
		font-size:14px;
		font-weight:normal;
		color:#000;
	}
	a {text-decoration:none;}
	a:hover {text-decoration:none;}
	img {border:none;}
	ul {list-style:none;}

/* ---------------------------------------------------------------- Blocs invisibles */
	#global_haut, #global_bas, #header, #menu, #sousMenu, #right_intern, #right_internHaut, #right_internBas, #compass, #footer {
		display:none;
	}
/* ---------------------------------------------------------------- Grand bloc contenant */
	#global {
		border-left:0;
	}
/* ---------------------------------------------------------------- Left */
	#left_intern{
		width:500px;
		margin-left:0;
	}
	#left_intern a{
		color:#000;
		font-weight:bold;
	}