/* CSS Document */
/* --------------------------------------------------------------------------------------------- Middle */
/* ------------------------------------------------------------------------- Bordure */
	#middle #bordure {border-top-color:#fff}
/* ------------------------------------------------------------------------- Main */
/* ----------------------------------------------------- Left */
	#middle #main #left {width:575px}
/* --------------------------------- Degrade bleu clair */
	#middle #main #left #degrade_bleuC #home {
		float:left;
		width:546px;
		height:286px;
		background:url(img/home.gif) no-repeat;
		padding:2px 2px 0 6px;
		margin:0 0 2px 0
	}
/* ------------------ Visuels */
	#middle #main #left #degrade_bleuC #home #visuels {
		overflow:hidden;
		height:242px;
		margin:0 0 10px 0
	}
/* ------------------ Entrees */
	#middle #main #left #degrade_bleuC #home #entrees {
		font-family:verdana;
		font-weight:bold;
		font-size:1.2em;
		margin:0 0 0 14px
	}
	#middle #main #left #degrade_bleuC #home #entrees li {
		display:block;
		float:left;
		width:33%;
		text-align:center; 
		border-right:1px solid #fff;
		/*_border-right:expression((this===this.parentNode.childNodes[this.parentNode.childNodes.length-1])?"none":"none"); 
		border-right:1px solid #fff;
		background-image:expression((this===this.parentNode.childNodes[0])?"none":"auto");*/
	}
	*html #middle #main #left #degrade_bleuC #home #entrees li {
		border-right:none;
		margin-top:100px;
	}
	#middle #main #left #degrade_bleuC #home #entrees li:last-child {
    
		border: none;
  }
	#middle #main #left #degrade_bleuC #home #entrees li a {color:#000080}
/* ----------------------------------------------------- Right */
	#middle #main #right {
		width:281px;
		padding:0 0 0 30px;
		color: #000080;
		text-align: justify
	}
/* -------------------------------------- Video */
	#middle #main #video {
		display:block;
		margin:0 auto 30px auto
	}
