@font-face {
	font-family	 : "Glasgow-ExtraBold";
	src: url('fonts/Glasgow-ExtraBold.ttf');
}

@font-face {
	font-family	 : "Century-Gothic-Std";
	src: url('fonts/CenturyGothicStd-Bold.otf');
}

@font-face {
	font-family	 : "Museo_Slab_300";
	src: url('fonts/MuseoSlab-300.otf');
}

@font-face {
	font-family	 : "Century-Gothic-Std-italic";
	src: url('fonts/CenturyGothicStd-Italic.otf');
}

html, body {
	height 				: 100%;
	width				: 100%;
	margin				: 0;
}

table, td, p {
	margin				: 0px;
	padding 			: 0px;
	border  			: none;
}

img {
	border				 : none;
}

button, ul {
	margin	  			: 0;
	padding    			: 0;
	background 			: none;
	border 	   			: none;
}

input {
	margin 				: 0;
}

fieldset {
	margin  			: 0;
	padding 			: 0;
}

/*Définit la hauteur de l'entête*/
#entete {
	max-width			: 1366px;
	width 				: 100%;
	margin		 		: 0 auto;
	background-color 	: #00485F;
	display 			: flex;
	align-items			: center;
}

#fond_bleu_ent, #fond_bleu_pie {
	background-color 	: #00485F;
	width : 100%;
	z-index : -1;
	position : absolute;
}

.ent_logo { 
	height : 80%;
}

.ent_titre {
	height : 80%;
	margin-left : 10px;
}

.ent_logo img {
	height 		: 100%;
	box-shadow: 0px 0px 12px #000000;
}

.ent_titre img {
	height 		: 100%;	
}

#page {
	display 			: flex;
	max-width			: 1366px;
	margin-left 		: auto;
	margin-right 		: auto;
}

.cad_login {
	background-color 	: #00485F;	
}

.jaune {
	color : #FFE12D;
}

.log_1 {
	display 	: flex;
	align-items : center;
}

.log_1 img {
	height : 30px;
}

.log_1, .log_2, .log_3 {
	color 		: white;
	font-family : Glasgow-ExtraBold;	
	line-height : 1.2;
}

.log_3, .bleu {
	color : #0099E1;
}

.log_4, .log_5, .log_6, .log_7, .log_8 {
	font-family : Century-Gothic-Std;
	color 		: white;
}

.log_4 {
	background-color : #0099E1;
	padding 		 : 2px 5px;
}

.log_5, .log_6 {
	display 	: flex;
	align-items : center;
}

.log_5 div:nth-child(1), .log_6 div:nth-child(1){
	text-align 		: right;
	padding-right 	: 5px;
}

.log_5 div input, .log_6 div input {
	border 				: solid 1px black;
	background-color 	: #E3E3E3;
	font-family 		: Century-Gothic-Std;
}

.log_7 input {
	background-color 	: #0099E1;
	border-style 		: outset;
	border-color 		: #0099E1;
	padding 			: 3px 5px;
	color 				: white;
	font-family 		: Century-Gothic-Std;
}

.log_8 a {
	color : white;
}

.lis_doc {
	background-color 	: #00485F;	
}

.doc_fond {
	background-color : #;					/*UpdateCss:SetCssVariable couleur*/
}

.doc_italic {
	font-family : Century-Gothic-Std-italic;
	font-size : 13px;
}

#pied {
	max-width			: 1366px;
	margin-left 		: auto;
	margin-right 		: auto;
	background-color 	: #00485F;
	display 			: flex;
	align-items 		: center;
}

.pie_mai {
	height 				: 100%;
	align-items 		: center;
	display 			: flex;
	padding 			: 0px 15px;
	background-color 	: #FFE12D;
}

.pie_mai a {
	color 				: #00485F;
	font-family 		: Century-Gothic-Std;
	text-decoration 	: none;
}

