/*
*  CSS: DiegoGrandi.Com
*  Data creazione: Marzo 2008
*  Autore: Diego Grandi
*  Ultimo editore: Diego Grandi
*  Note: */


/*GENERIC RULES*/
	body {
	font-family:"Courier New", Courier, monospace;
	font-size: 1em;
	margin: 0;
	padding: 0;
	}
	#menutop {
	height: 25px;
	background-color: #FFFFFF;
	padding-top:10px;
	}
	#menutop a {
	margin: 0 5px;
	color: #000000; 
	text-decoration:none;
	}
	#menutop a:hover{
	color: #0054ff; 
	text-decoration:none;
	}
	#menutop a:selected{
	color: #0054ff; 
	text-decoration:none;
	}

	#header {
	padding: 0;
	heignt:50px;
	margin-bottom: ;
	background-color:#FFFFFF;
	}

	#banner {
		padding: 0;
		height:70px;
		margin-bottom: ;
		background-color:#FFFFFF;
	}

	#container {
	height: 400px;
	position: absolute;
	width: 100%;
	background-color:#f5f7fe;
	}
	#centre {
	height: 400px;
	background-color:#f5f7fe;
	margin-left: 150px;
	text-align:right;
	padding:right;
	 
	}
	#web2 {
	background-color:#ffffff;
	text-align:centre;
	margin:10px 5px 5px 5px;
	display:none;
	}
	#gauche {
	height: 400px;
	background-color:#f5f7fe;
	position: absolute;
	left:0;
	width: 170px;
	}
	
	#bottom {
	height: 15px;
	background-color: #f5f7fe; 
	text-align:right;margin-top:10px;
	}
	
	#copyright {
	background-color: #f5f7fe; 
	text-align:right;margin-right:5px;
	}

	.menuleft {
	list-style-type: none;
	margin: 5px 5px 0 0;
	padding:0;}
	.menuleft li {
	margin-bottom: 5px;
	}
	.menuleft li a {
	margin: 0 5px;
	color: #000;
	text-decoration: none;
	}
	.menuleft li a:hover {
	text-decoration: none;
	color: #0054ff;}
	
	#gauche .menuleft li a:selected {
	text-decoration: none;
	color: #0054ff;}
	
	.menuleft li h3:{
	margin: 0 5px;color: #0054ff;}
		
	
	p {margin: 0 0 10px 0;}
	
	

</style>