
html {
	height: 100%;
	margin: 0px;
	padding: 0px; 
}
body {
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: white;
}
.container {
	width: 1020px;
	margin: 0 auto;
	height: 100%;
}
table {border: 0em; border-collapse: collapse; width: 100%;}
table td {padding: 0em; border: 0em;}

/* COULEURS #FFEAEA align-items: end;*/
.ecru {color: white; text-align: center; margin: 0;}
.estompe {color:#93BBDA;}
.centre { text-align: center; }
.orange {background-color: #DD6E1F; color: white; margin-bottom: 0em; padding-bottom: 0em;}
.border-orange {border-bottom: 0.3em solid #DD6E1F;}

/* POLICE */
* { font-family: Arial, Helvetica, sans-serif; }
html {font-size: 1em;}
p,a,li,ul,label,td,form,span {font-size:1rem;}
h5 {font-size:0.75rem; font-weight: 100;}
h4 {font-size:1.25rem; font-weight: 100;}
h3 {font-size:1.50rem; font-weight: 600;}
h2 {font-size:1.75rem; font-weight: 100;}
h1 {font-size:2.rem; font-weight: 100;}

/* RAB
img {padding: 0px; margin: 0px;}


*/