body {
	margin: 0;
	padding: 0;

	font-family: Arial, Helvetica, sans-serif;

	background-color: white;
	color: black;
}

ul.links {
	background-color: grey;

	margin:0;
	padding:0;
}

ul.links li, ul.links li a {
	color: lightgrey;

	list-style: none;

	float:left;
	width: 26px;
	height: 100%;

	vertical-align: middle;
	text-align: center;
}

ul.links li a:visited {
	color: lightgrey;
}

ul.links li.sel {
	background-color: black;
}

ul.links li.title {
	width: auto;
}

ul.links li h1 {
	color: white;
	font-size:18px;
	display:inline;
	padding:0;
	margin:0;
	padding-left: 10px;
}

a:link {
	text-decoration: none;
	color: inherit;
}

a:visited {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

a.readmore:before {
	content: "» ";
}

a.readmore {
	float:right;
}

hr {
	clear: both;
}

h2 {
	font-size: 120%;
}

.float_right {
	float: right;
}

.float_left {
	float: left;
}

.clear_both {
	margin-top: 10px;
	clear: both;
}

.margin {
	margin: 10px;
}

h2, h3 {
	clear: both;
}

div.chrono {
	display: block;
}

li.etape {
	margin-bottom: 20px;
}

a.tag {
	display: block;
}


figcaption {
  background-color: #222;
  color: #fff;
  font: italic smaller sans-serif;
  padding: 3px;
  text-align: center;
}

figure {
  display: table;
  max-width: 100%;
}

figure img {
  max-width: 100%;
}

figcaption {
  display: table-caption;
  caption-side: bottom;
}
