
body, .menu ul {
	margin: 0;
	padding: 0;
}

body {
	text-align: center ;
	font: 1em "Trebuchet MS", helvetica, sans-serif ;
	background: #FFFFFF ;
/*	background: #d3eaf4 ;*/
/*	overflow: hidden;*/
	overflow-x: auto;
	overflow-y: scroll;
}

h1.header {
/*    text-shadow : 2px 2px 8px #FFFF00;*/
	height: 100px ;
	margin: 0 ;
	letter-spacing: 2px ;
	vertical-align: center;
    /*color: #009ee3 ;*/  /*Bleu clair*/ 
    color: #004676 ;   /*Bleu foncé*/
}

div.alveole {
/*	height: 100px ;*/
	width: 100% ;
	text-align: center ;
/*	vertical-align: top;*/
	padding: 10px;
/*	background: url(alveole.png) repeat left top ;*/
    display: flex;
	justify-content: space-between;
}

div.header {
	text-align: center ;
        padding: 10px;
	margin: 10px;
}
/*div.header:first-child {
	width: 450px;
}

div.header:last-child {
	width: 300px;
}*/

hr.header {
	height: 8px ;
/*    border: 2px ;*/
    border-width: 0px ;
    color: #009ee3 ;  /*Bleu clair*/ 
    background: #009ee3 ;  
}

div.contenu {
	padding: 0 20px 0 20px ;  /* haut droit bas gauche */
/*	text-align: left ;*/
}

div.contenu li {
	text-align: left ;
}

div.contenu h2 {
	margin-left: 15px ;
	padding-left: 45px ;
    color: #004676 ;   /*Bleu foncé*/
	text-align: left ;
}

/*.disable {
	background-color: #dddddd;
	color: #aaaaaa;
}*/

div.contenu h3 {
	margin-left: 15px ;
	padding-left: 5px ;
	text-align: left ;
    color: #004676 ;   /*Bleu foncé*/
}


hr.contenu {
	color: #009ee3 ;  /*Bleu clair*/
	height: 4px ;
    border-width: 0px ;
    background: #009ee3 ;  
}

div.contenu p
{
	text-align: justify ;
	text-indent: 2em ;
	line-height: 1.7em ;
/*	padding: 0 15px 0 15px ; *//* haut droit bas gauche*/*/
    
}

div.contenu a
{
	color: #cc5200 ;
/*	color: #fbdc02 ;*/
}

div.contenu a:hover {
	color: #ff00bf ;
}

.block_justify {
	display: flex;
	justify-content: space-between;
}

.block_left {
	display: inline-flex;
	justify-content: space-between ; /*;space-around*/
	min-width: 50px;
}

div.footer {
/*	margin: 10px ;*/
	padding: 20px ;
/*	height: 70px ;*/
    width: 100%;
	text-align: left ;
	background: #888;
	color: #000 ;
}

