html, body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 13px;
	background: #ededed;
}

.btn {
	color: #FFF;
    background-color: #1ebea5;
    border: none;
    border-radius: 40px;
    position: relative;
    height: 36px;
    margin: 0;
    min-width: 64px;
    padding: 0 16px;
    display: inline-block;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0;
    overflow: hidden;
    will-change: box-shadow;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
.btn:hover {
	background-color: #FFF;
	color: #324c69;
}
.btn:active {	
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

.entete {
	position: relative;
	width: 800px;
	height: 100px;
	margin: auto;
}

.logo {
	position: absolute;
	right: 0px;
}
.logo IMG {
    max-height: 100px;
    margin-top: -10px;
    max-width: 258px;
}

.entete_titre {
	font-size: 32px;
	text-align: center;
	margin: 20px 0;
}
.entete_ss_titre {
	font-size: 17px;
	text-align: center;
	margin: 0 0 20px 0;
}

.fenetre {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #ededed;
	background-image: url(../img_graph/logo_abl.png);
	background-position: 50% 50px;
	background-repeat: no-repeat;
}
.fenetre_content {
	position: absolute;
	top: calc(50% - 114px);
	left: calc(50% - 180px);
	width: 360px;
	height: 228px;
	padding: 20px;
	background: #FFF;
	border-radius: 3px;
	box-shadow: 0 17px 50px 0 rgba(0,0,0,0.19),0 12px 15px 0 rgba(0,0,0,0.24);
	box-sizing: border-box;
}
.fenetre_content_center {
	text-align: center;
}
.content {
	max-width: 800px;
	padding: 20px;
	background: #FFF;
	border-radius: 3px;
	box-shadow: 0 17px 50px 0 rgba(0,0,0,0.19),0 12px 15px 0 rgba(0,0,0,0.24);
	box-sizing: border-box;
	margin: auto;
}

.tableau {
	width: 700px;
	margin: auto;
	background: #FFF;
}

.tableau TH, .tableau TD {
	padding: 10px;
}
.tableau TH {
	background: #1ebea5;
	color: #FFF;
}
.tableau TD {
	border-bottom: solid 1px #CCC;
	cursor: pointer;
}
.tableau TBODY TR:hover {
	background: #ECE5DD;
}
.lot_unique_retour {
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.lot_unique_retour A {
    color: #273443;
    text-decoration: none;
}
.lot_unique {
	width: 700px;
	padding: 0px;
	margin: auto;
	background: #FFF;
}
.lot_unique H1, .lot_unique H2, .lot_unique H3 {
	text-align: center;
}
.lot_unique H1 {
	background: #1ebea5;
	width: 600px;
	color: #FFF;
	padding: 10px;
	margin: auto;
	margin-bottom: 20px;
	border-radius: 40px;
	text-decoration: none;
}
.lot_unique_in {
	width: 600px;
	padding: 0 50px 10px 50px;
}
.lot_unique H3 SPAN {
	background: #CC0000;
	color: #FFF;
	padding: 5px 10px;
	border-radius: 30px;
}

.lot_commentaire {
	padding: 10px;
	font-size: 13px;
	margin: 10px 0;
	background-color:  #ededed;
}

.infos {
	position: fixed;
	display: block;
	bottom: 0px;
	right: 50px;
	padding: 10px 20px;
	color: #FFF;
	background: #273443;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-decoration: none;
}

.pied {
	margin-top: 30px;
	background: #273443;
	color: #FFF;
	padding: 20px;
}
.pied H4 {
	color: #a8aeb4;
	margin-bottom: 20px;
}

.pied_content {
	width: 800px;
	margin: auto;
}
.contacts {
	margin-bottom: 20px;
}
.contact {
	display: inline-block;
	width: 150px;
	margin: 2px 2px 20px 2px;
	text-align: center;
}
.contact_nom {
}
.contact_structure {
	color: #a8aeb4;
	margin-bottom: 20px;
	
}
.contact_tel A {
	padding: 7px 12px;
    background: #1ebea5;/*#324c69;*/
    color: #FFF;
    border-radius: 40px;
    text-decoration: none;
}
.contact_tel A:hover {
    background: #FFF;
    color: #324c69;
}

@media all and (max-width: 800px) {
	.entete {
		height: auto;
	}
	.logo {
		position: static;
		text-align: center;
	}
	.logo IMG {
		height: 60px;
		margin-top: 5px;
	}
	.entete,.lot_unique,.pied_content {
		width: 100%;
	}
	.lot_unique_in,.lot_unique H1 {
		width: auto;
	}
	.content {
	    overflow: auto;
    	width: auto;
		padding: 20px 0;
	}
	.lot_unique_in {
		padding: 0 5px 10px 5px;
	}
	.content_resp {
		width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
	}
}