#entete {
	height : 17%;
}

.menu_mobile {
	display : none;
}

.ent_logo {
	margin-left : 2%;	
}

.ent_titre {
	font-family : Glasgow-ExtraBold;
	line-height : 1;
	color 		: #FFFFFF;
	margin-left : 2%;
	font-size 	: 18px;
}

.ent_titre_bleu {
	color : #0099E1;
}

.ent_adr {
	color : white;
	font-family : Century-Gothic-Std;
	margin-left : 10%;
	font-size 	: 15px;
	line-height : 2;
	width : 50%;
}

.ent_adr select {
	width 		: 100%;
 	font-family : Courier New;
}

.ent_adr select option {
 	font-family : Courier New;	
}

.ent_adr a {
	background-color : #0099E1;
	color : white;
	text-decoration : none;
	padding : 2px 5px;
	margin-left : 80%;
}

.ico_menu {
	display : none;
}

#page {
	height : 78%;
}	

.pag_men {
	width 				: 31%;
	height 				: 100%;
	background-image 	: url("images/fond.jpg");
	background-position : bottom right;
	background-repeat 	: no-repeat;
	background-size 	: cover;
}	

.pag_int {
	width 	: 69%;
	height 	: 100%;
}

.cad_login {
	width 			: 80%;
	margin-left 	: 2%;
	margin-top 		: 4%;
	padding-bottom 	: 10%;
}

.log_1, .log_2, .log_3 {
	margin-left : 20%;
	font-size 	: 20px;
}

.log_1 {
	padding-top : 40px;
}

.log_4 {
	margin-top 	: 30px;
	font-size 	: 15px;
	width 	 	: 180px;
	margin-left : 230px;
}

.log_5 {
	font-size 	: 13px;
	padding-top : 10px;
}

.log_5 div:nth-child(1), .log_6 div:nth-child(1){
	margin-left : 130px;
	width 		: 95px;
}

.log_5 div input, .log_6 div input {
	font-size 	: 13px;
	width 		: 180px;
}

.log_6 {
	font-size 	: 13px;	
	padding		: 5px 0px; 
}

.log_7 input {
	margin-left : 370px;
	margin-top  : 5px;
}


.log_8 {
	margin-top 	: 15px;
	font-size 	: 13px;
	margin-left : 230px;
}

.menu {
	display : flex;
	flex-wrap : wrap;
	justify-content : space-around;
	align-items  : center;
	margin-left  : 2%;
	margin-right : 10%;
	height 		 : 95%;
	width		 : 80%;
}

.menu div {
	font-family : Century-Gothic-Std;
	color : white;
	width  : 20%;
	height : 45%;
	padding : 0 5%;
	display : flex;
	align-items 	: center;
	justify-content : center;
	text-align : center;
}

.menu div a {
	color 			: white;
	text-decoration : none;
	display 		: flex;
	width 			: 100%;
	height 			: 100%;
	align-items 	: center;
	text-align		: center;
	justify-content : center;
}

.menu_rapide {
	margin-top : 10%;
	background-color : white;
	margin-left : 50%;
	width : 50%;
	padding-bottom : 10px;
}

.menu_rapide div {
	font-family : Century-Gothic-Std;
	font-size 	: 12px;
	text-align : center;
	margin-bottom : 3%;
	display : flex;
	height : 30px;
	align-items : center;
	justify-content : center;
}

.menu_rapide div a {
	color 			: white;
	text-decoration : none;	
}

.lis_doc {
	width : 70%;
	height : 80%;
	margin-left : 2%;
	margin-top : 5%;
	display : flex;
	font-family : Century-Gothic-Std;
	color : white;
	border-style : solid;
	border-width : 0 0 10px 0;
	border-color : #;											/*UpdateCss:SetCssVariable couleur*/
}

.lis_doc iframe {
	width : 100%;
	height : 100%;
}

.lis_doc_titre {
	width : 30%;
	height : 50%;	
	display : flex;
	align-items : center;
	justify-content : center;
	text-align : center;
	padding : 0 3%;
	font-size : 20px;
}

.lis_doc_int {
	width	: 66%;
	padding : 2% 2% 0 2%;
	font-size : 13px;
}

.liste_documents {
	width:100%;
	height:90%;
}

.ligne_doc {
	margin-top : 10px;
}

.ligne_doc a {
	font-family : Century-Gothic-Std;
	color : white;	
	text-decoration : none;
}

.autoscroll {
	height : 100%;
	overflow-y : auto;
	overflow-x : hidden;
}

#pied {
	height : 5%;
}

.pie_img { 
	margin-left : 30px;
	height 		: 80%;
}

.pie_img img {
	height 			: 100%;
	border-radius 	: 3px;
}

.pie_leg {
	flex			: 1;	
	text-align 		: right;
	margin-right 	: 30px;
}

.pie_leg div {
	color 		: #FFFFFF;
	font-family : Museo_Slab_300;
	font-size 	: 10px;
	border 		: solid 1px white;
	padding 	: 0px 5px;
	display 	: inline;
}

.pie_mai {
	margin-right 		: 30px;
}

