/* CSS Document *//* 22 03 2006 */
/* ################################################################################################################### */
/* ------------------------------------------------------------------------------------------------------------------- */
/* Structure */ 
/* ------------------------------------------------------------------------------------------------------------------- */
/* ################################################################################################################### */

#Page{ }

	#Header {display:none;}
	#Middle {
		/*border:1px solid #979797;*/
		width: 770px;
		/*width:90%;*/
		text-align:left;
		margin-right:auto;
		margin-left:auto;
		background-color:#FFFFFF;
		background-image: url(../IMAGES/middle_fond.png);
		background-repeat:repeat-y;
		background-position:-1px;				
	}      
		#Top {
			width: 100%;
			position: relative;
			z-index: 14;
			background-image:url(../IMAGES/top_sinfor.png);
			background-repeat:no-repeat;		
			height:122px;
			background-color:#ED1C24;
		}
		.outer {
			padding-left:169px;			/* ou */
			/*border-left-width: 175px;   	/* largeur colonne gauche */
			/*padding-right:185px; 			 ou */
			/*border-right-width: 175px;  	/* largeur colonne droite */
			width: auto; /*border-left-style: solid; border-right-style: solid;*/
			/*border-left-color: #00ff00;    left column colour */
			/*border-right-color: #000000;   right column colour */	
			/*background-color: #00f0f0;   center column colour */
		}
		.inner { margin: 0; width: 100%; }
			#Left {
				float: left; 
				overflow:hidden;
				width: 164px;              	/* faut enlever 1/2 largeur marges colonnes modules*/
				margin-left: -170px; 		/* ou */
				/*width: 175px;            	/* largeur colonne gauche */
				/*margin-left: -175px; */   /* ngative largeur colonne gauche */
				padding-left:6px;
				padding-right:0px;
				padding-top:0px;				
				position: relative; 
				z-index: 13; 
				min-height:450px;
				}
			#Center {
				float:left;
				clear:none;
				width: 589px;/* - 2 pixel des borders du middle */
				position: relative;
				z-index: 12;
				padding-left:10px;
				height:auto;
				text-align:left;
				background-color:#fff;
				border-left:1px dashed #000;
			}
		#Bottom {
		height:38px;
		background-color:#000;
		}
		.clear { clear: both; }
	#Footer {
		display:none;
	}
/* Mozilla code */
.outer > .inner { border-bottom: 1px solid transparent; }
