
/*---------------------------------------------------------------------
				la structure
----------------------------------------------------------------------*/	
* {
	margin:0px;
	padding:0px;
}

body {
	font-size:1em;
	text-align:center;
	background-position:0px 0px;
	background-repeat:repeat-x;
	overflow-x:hidden;
	position:relative;
}

.layout {
	overflow-x:hidden;
}

#page {
	text-align:left;
	position:relative;
	/*width:997px;*/
	margin-right:auto;
	margin-left:auto;
	overflow:hidden;
}

#blocHeader {
	height:100px;
	position:relative;
	background-repeat:no-repeat;
	z-index:50;
	background-color:#003399;
	
}

#blocHeader .container {
	/*overflow:hidden;*/
	width:997px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:3;
}

#zoneCentrale {
	/*width:997px;height:400px;*/
	text-align:left;
	vertical-align:top;
	margin-left:auto;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:2;
	overflow:hidden;
	clear:both;
	background-color:#003300;
}

#zoneCentrale .container {
	width:997px;
	text-align:left;
	vertical-align:top;
	overflow:hidden;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

#colonneGauche {
	width:151px;
	/*height:400px;*/
	clear:none;
	float:left;
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
	background-color:#006600;
}

#colonneDroite {
	width:250px;
	/*height:200px;*/
	/*margin-left:176px; dimension de la colonne gauche*/
	/*padding-top:25px;
	padding-left:21px;*/
	position:relative;
	background-color:#00CC00;
	float:right;
	overflow:hidden;
}

#colonneCentre {
	width:530px;
	/*height:300px;*/
	position:relative;
	overflow:hidden;
	padding-left:10px;
	/*padding-right:10px;

	background-color:#009900;*/
}


.franchise #colonneCentre {
	width:605px;
	/*height:300px;*/
	position:relative;
	overflow:hidden;
	padding-left:10px;
	/*padding-right:10px;

	background-color:#009900;*/
}

#colonneCentreGauche {
	width:680px;
	/*height:300px;*/
	position:relative;
	overflow:hidden;
	padding-left:20px;
	/*padding-right:10px;*/

	background-color:#ffffff;
}


#blocFooter {
	/*width:997px;*/
	height:50px;
	clear:both;
	font-weight:normal;
	text-align:left;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:111px;
	padding-bottom:0px;
	overflow:hidden;
	background-color:#003366;
}

#blocFooter[id] {/*padding-bottom:112px;*/
	/*padding-bottom:4px;*/
}

#blocFooter .container {
	/*padding-bottom:10px;
	padding-left:10px;*/
}