
main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	}
 

#center_column{
		
		
	}


#left_column{
		
	}
	
#right_column{
		
	}
	
#footer{
		
	}
	

	
	
  	
	div.flex-order:nth-child:nth-child(1){
		/*order:1;
		flex:1;
		*/
	}
	div.flex-order:nth-child(2){
		/*order:2;
		flex:2;
		*/
	}
	div.flex-order:nth-child(3){
		/*order:3;
		flex:3;
		*/
	}
	div.flex-order:nth-child(4){
		/*order:4;
		flex:4;
		*/
	}
	div.flex-order:nth-child(5){
		/*order:5;
		flex:5;
		*/
	}
	div.flex-order:nth-child(6){
		/*order:6;
		flex:6;
		*/
	}
	
	.flex-header{
		display: -webkit-box;
  		display: -ms-flexbox;
		display:flex; 
		flex-direction: row;/*pas utile*/
		flex-wrap:nowrap;
		justify-content: flex-start;	
		align-items: center;/*contenu centr� verticalement*/			
	}
	
	.header-in:nth-child(1){
	/* order:2;*/
	}
	.header-in:nth-child(2){	
		/*order:1;
		flex:1;*/
	}
	
	.header-in:nth-child(3){
	/*order:3;*/
	}
	
	
	
	
	.left-in:nth-child(1){
	
	}
	.left-in:nth-child(2){
	
	}
	
	.left-in:nth-child(3){
	
	}
	
	
	.flex-center-column{
		display: -webkit-box;
  		display: -ms-flexbox;
		display:flex; 
		flex-direction: column;
		justify-content: center;
		align-items:flex-start;/*pas utiles*/	
		flex-wrap: wrap;/*retour automatique � la ligne*/		
		align-content:stretch; /*repartition des lignes du haut vers le bas*/			
	}
	
	
	
	.flex-right-column{
		display: -webkit-box;
  		display: -ms-flexbox;
		display:flex; 
		flex-direction: column;
		flex-wrap:wrap;
		justify-content: space-around;	
		align-content:stretch;			
	}
	
	.right-in:nth-child(1){
	
	}
	.right-in:nth-child(2){
	
	}
	
	.right-in:nth-child(3){
	
	}
	
		
	.flex-footer{
		display: -webkit-box;
  		display: -ms-flexbox;
		display:flex; 
		/*flex-direction: row;pas utile*/
		flex-wrap:nowrap;/*pas de retour automatique � la ligne*/	
		justify-content: flex-start;
		align-items: center;/*contenu centr� verticalement*/
			
	}
    
   
	
	/***************************/
	
	
	
	
	
	
	
	
	

/*# sourceMappingURL=styleFlex.css.map */