/** cadre */
	
	body {
		background: #ffffff;
		font-family: Arial, Helvetica, sans-serif;
		font-size: .8em;
	}
	
	#haut {
		background-repeat: no-repeat;
		background-position: bottom center;
		
	}
	#milieu {
		background-repeat: no-repeat;
		background-position: top center;
		
	}
	#bas {
		background-repeat: no-repeat;
		background-position: top center;
		
	}
	
	#bas .p_largeur_fenetre {
		margin-top: 12px;
	}
	
	.p_largeur_page {
		margin: 0 auto;
		min-width: 740px;
		max-width: 691px;
		overflow: hidden;
	}
	
	#haut .p_largeur_page {
		padding-top: 25px;
	}
	
	#entete,
	#corps,
	#pied {
		overflow: auto;
	}

	#entete {
		background: #e1dfd1;
	}

	#corps {
		color: #333333;
		background: #ffffff;
		
	}

	#principal {
		
		
	}
	
	
	
	
	#barre-haut {
		overflow: auto;
		background: #e1dfd1;
	}



	
	
/** .bloc_colonne */
	
	.bloc_colonne {
		overflow: auto;
		/*min-height: 360px;*/
	}
	.bloc_colonne.p_position_gauche {
		float: left;
	}
	.bloc_colonne.p_position_droite {
		float: right;
	}
	

	#colonne1 {
		background: #e1dfd1;
		width: 500px;
		padding: 15px 0px 15px 0px;
	}
	#colonne2 {
		background: #f4f3eb;
		width: 180px;
		padding: 20px 15px 20px 15px;
	}
	

	
/** .bloc_contenu */
	
	.bloc_contenu {
		overflow: auto;
		min-height: 250px;
		padding: 20px 76px 20px 76px;
	}

	
	
/** .bloc_pied */
	
	.bloc_pied {
		clear: both;
	}