/*************************************************************************/
/* flex
/*************************************************************************/

.flex-h				{display:-ms-flexbox;}
.flex-v				{display:-ms-flexbox;-ms-flex-direction:column}

.flex-align-center		{-ms-flex-align:center}
.flex-align-start		{-ms-flex-align:start}

.flex-justify-between		{-ms-flex-pack:justify;}
.flex-justify-around		{-ms-flex-pack:distribute;}

.flex-wrap			{-ms-flex-wrap:wrap}



.login				{display:-ms-flexbox;-ms-flex-direction:column;}
.entete				{display:-ms-flexbox;-ms-flex-align:center;-ms-flex-pack:justify;}
#menu #bureaux .bloc		{display:-ms-flexbox;}
#menu #bureau  .bloc		{display:-ms-flexbox;}
#menu #espace  .bloc		{display:-ms-flexbox;}
