@font-face {
	font-family: "Tower Print";
	src: url("/Tower Print.woff") format("woff");
}

body {
	font-family:"Tower Print", Helvetica, Arial, sans-serif;
	font-size:1.2em;
	background-color:#eaeaea;
	background-image: url("images/texture-3.jpg");
	background-size: 300px;
	background-repeat: repeat;
}
.chapeau {
	font-size: 1.4em;
}
h2 {
	font-size: 2.4em;
	margin: 50px 0 10px;
}
h3 {
	font-weight: bold;
	font-size: 1.3em;
	margin: 0;
	margin-top: 1.5em;
}
h4 {
	margin: 0;
	margin-top: 1em;
}
.prog h3 {
	text-decoration: underline;
}
a {
	color: #000;
}
a:hover {
	color: #C83131;
}
a.exp {
	text-decoration: none;
}
a.ancre:hover {
	color: black;
}
ul {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}
li {
	list-style: none;
	margin-left:10px ;
}
ul.prog li {
	/*margin-left: 0;*/
}
ul.inline li {
	display: inline;
}

#logo {
	width: 500px;
	margin-left: -20px;
}
#van {
	position: fixed;
	top: 130px;
	left: 0;
	width: 125px;
}

a.bouton {
	padding: 6px 12px;
	background-color: black;
	font-size:1em;
	color: white;
	border-radius: 3px;
	text-decoration: none;
}
a.bouton:hover {
	background-color: #C83131;
}


table {
	/*background-color:#eaeaea;*/
	background-color:rgba(255, 255, 255, 0.5);
	/*color: white;*/
	/*opacity: 0.6;*/
	border: 1px solid grey;
	font-size: 0.8em;
}
table a {
	color: #C83131;
}
table a:hover {
	color: #000;
}
thead {
	text-align: left;
}
.iframe-container {
	padding: 4px;
	border: 2px solid black;
	width: max-content;
}
table, .iframe-container  {
	margin-bottom: 14px;
}
.barre a {
	text-decoration: line-through;
}