
@font-face {
font-family: Amble;
src: url("fonts/Amble-Regular.ttf");

}

@font-face {
font-family: Amble;
src: url("fonts/Amble-Italic.ttf");
font-style: italic;
}

@font-face {
font-family: Amble;
src: url("fonts/Amble-Bold.ttf");
font-weight: bold;
}

@font-face {
font-family: Amble;
src: url("fonts/Amble-BoldItalic.ttf");
font-style: italic;
font-weight: bold;
}

body
{
	background-color: #cccccc;
	font-family: 'Amble';
	font-size: 18px;
	color: #000000;
	display: flex;
	flex-direction: column;
	align-items: center;
}

h1
{
	font-size: 36px;
	font-weight: bold;
	color: #000000;	
	margin: 20px 20px 20px;
}

p
{
	text-align: center;
}

form
{
	padding: 20px 20px;	
}

form button
{
	background-color: #ff8000;
	color: black;
	padding: 8px 10px;
	font-family: 'Amble';
	font-size: 18px;	
	border-radius: 4px;
}

input
{
	background-color: #ff8000;
	color: white;
	font-family: 'DejaVu Sans Mono','Consolas', 'Courier', 'Courier New';
	font-size: 18px;	
}

a:link
{
	text-decoration: none;
	color: #ff8000;
}

a:visited
{
	text-decoration: none;
	color: #cf5000;
}

a:hover
{
	text-decoration: underline;
	color: #ff8000;
}

a:active
{
	text-decoration: underline;
	color: #0000ff;
}

table 
{
  width: 350px;
  text-align: left;
}

table th, table td 
{
  padding: 5px;
  border: 1px solid;
  border-color: #ff8000;
}

tr:nth-child(even)
{background-color: #f2f2f2;}

footer
{
  height: 50px;
  position: absolute;
  bottom: 0;	
}
 
#infos
{
	display: inline-block;
	width: 800px;
	text-align: center;	
	font-size: 0.8em;
}

#infos ul
{
	list-style-type: none;
}

#infos li
{
	display: inline-block;
	margin-right: 30px;
}

#infos a
{
	color: #ff8000;
	text-decoration: none;
	
}

span.orange {
	color: #ff8000;
}

.EnMono
{
font-family: 'DejaVu Sans Mono', 'Consolas', 'Courier', 'Courier New';	
font-size: 16px;
}

.caché
{
	color: #cccccc
}