/* 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:215px;			/* 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: 215px;              	/* faut enlever 1/2 largeur marges colonnes modules*/
				margin-left: -215px; 		/* ou */
				/*width: 175px;            	/* largeur colonne gauche */
				/*margin-left: -175px; */   /* ngative largeur colonne gauche */
				padding-left:0px;
				padding-right:0px;
				padding-top:0px;				
				position: relative; 
				z-index: 13; 
				min-height:450px;
				}
			#Center {
				float:left;
				clear:none;
				width:550px;/* - 2 pixel des borders du middle */
				position: relative;
				z-index: 12;
				height:auto;
				text-align:left;
				top:0px;
				
			}
		#Bottom {
		background-image: url(../../IMAGES/piedpage_4couleurs.gif);
		background-repeat:no-repeat;
		background-position:top left;
		background-color:#000;
		height:39px;
		}
		.clear { clear: both; }
	#Footer {
		display:none;
	}
/* Mozilla code */
.outer > .inner { border-bottom: 1px solid transparent; }
