/* ################################################################################################################### */
/* ------------------------------------------------------------------------------------------------------------------- */
/* Structure */
/* ------------------------------------------------------------------------------------------------------------------- */
/* ################################################################################################################### */

	*{
	margin:0px;
	padding:0px;
	}
	#Page{
	position:relative;
	padding:0px;
	width:780px;
	margin:auto;
	background-color:#ffffff;
	background-image:url(../images/fond_page.jpg);
	background-repeat:repeat-y;
	background-position:0px 147px;
	}
	#Header {display:none;}
	#Middle {
		text-align:left;
		margin:0px;
		padding:0px;
		margin-right:auto;
		margin-left:auto;
		width:780px;
		/*background-color:#9999FF;*/
	}      
		#Top {
			position:relative;
			top:0px; 		
			z-index:19;
			margin:0px;
			padding:0px;	
			height:190px;
			background-image:url(../images/bandeau3.jpg);
			background-repeat:no-repeat;
			background-position:11px;
			text-align:left;
			/*background-color:#CCCCFF;	*/		
		}
		.outer {
			/*border-right:200px transparent #ffffff;*/
			width: auto;
			margin: 0;
			/*background-color:#FFFFCC;*/
		}
		.inner {width:100%;}
			#Left {			
				/*float: left;
				position:absolute;
				z-index:19;
				top:0px;
				left:-195px;
				width:195px;				
				height:auto;			
				z-index: 14;
				text-align:left;
				background-color:#FFFFFF;
				border:1px solid #999999;*/
                                                                                     display:none;
			}
			#Right {
				float: right;
				width:200px;				
				height:auto;			
				position:relative;
				z-index: 14;
				text-align:left;
				margin-right:0px;				
				/*background-color:#C4D7D9;	*/			
			}
		#Center {
				float:left;
				position:relative;
				left:10px;
				margin:0px;
				padding:0px;
				width:555px;
				z-index: 12;
				text-align:left;
				border:1px solid #cccccc;
				background-color:#FFFFFF;
				background-image:url(../images/fond_center.jpg);
				background-repeat:repeat-x;
				background-position:bottom;
				padding-bottom:50px;
				/*background-color:#FFCCCC;	*/
			}
			/*.inner > #Center{padding-left:8px;width:100%;}*/
		#Bottom {
			display:block;
			position: relative;			
			z-index: 15;
			padding:10px;
			padding-bottom:0px;
			padding-top:0px;
			height:33px;
			margin-top:10px;
			background-image:url(../images/fond_bottom.jpg);
			background-repeat:no-repeat;
			background-position:bottom;
		}
		.clear { clear: both; }
	#Footer {
		display:none;
	}
/* Mozilla code */
.outer > .inner { border-bottom: 1px solid transparent; }
/**/
.header {display:none;}
.footer{display:none;}
h1{display:none;}