#body{
	width: 900px;
	margin:auto;
	padding: 0;
}

/* Logo + pub */
#bandeau{
	float: left;
	width: 900px;
	height: 90px;
}

/* Le menu horizontal */
#header{
	float: left;
	width: 900px;
	height: 65px;
}
 
#menu_gauche{
	float: left;
	width: 180px;
	min-height: 580px;
}

#menu_droite{
	float: left;
	width: 180px;
	min-height: 580px;
}

/*Cas 3 colonnes centrales*/
#body1{
	float: left;
	width: 418px;
	background-color: white;
	min-height: 580px;
	text-align: center;
	margin-left: auto;
 	margin-right: auto;
 	padding-right:1px;
	border-right : 1px dotted #BF2314;
	border-bottom : 1px dotted #BF2314;	
}

/*Cas 2 colonnes centrales*/
#body2{
	float: left;
	width: 573px;
	background-color: white;	
	min-height: 580px;
	text-align: center;
	margin-left: auto;
  	margin-right: auto;
  	padding-right:1px;
	border-right : 1px dotted #BF2314;
	border-bottom : 1px dotted #BF2314;  	
	
}

/*Cas 1 colonne centrale*/
#body3{
	float: left;
	width: 748px;
	background-color: white;
	min-height: 580px;
	text-align: center;
	margin-left: auto;
  	margin-right: auto;
  	padding-right:1px;
	border-right : 1px dotted #BF2314;
	border-bottom : 1px dotted #BF2314;
}

#totem{
	position: relative;
	float: left;
	width: 145px;
}

#footer{
	float: left;
	width: 900px;
	z-index: 10;
}

/* div pour message si IE<7 */
#warningOldIE{
	color: #006699;
	background-color: white;
	font-weight: bold;
	width: 900px;
	height: 30px;
	font-size: 12px;
	text-align: center;
	padding: 10px;
	border: solid 2px #006699;
}
#warningOldIE a{
	color: #006699;
	text-decoration: underline;
	font-size: 12px;
}

#center{
	margin-left: auto;
	margin-right: auto;
}