html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  /* margin: 0; */
  /* padding: 0; */
  /* border: 0; */
  /*font: inherit;*/
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 100%;
  vertical-align: baseline; }



/*
	Blocks principaux
*/
nav, aside, footer {
	display: none;
}
ul.actions,
div.joomla_add_this {
	display: none;
}
header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	/* padding: 25px 15px 20px; */
}

/*
	Styles speciaux du contenu
*/
header {
	border-bottom: 1px solid lightgrey;
	padding-bottom: 1em;
}
#header1 a {
	color: #3E2412;
	font-weight: bold;
	font-size: 1.5625rem;
	text-decoration: none;
}
#header1 a .vert {
	color: #9E8C00;
}
#header1 a .petit {
	font-size: 0.95rem;
}
#header2 {
	color: #3E2412;
}
header #logo_axa {
    width: 4em;
}
div.item-separator {
    border-bottom: 1px dashed lightgrey;
    padding-top: 1em;
}