
@font-face {
	font-family: VeraMono;
	src: url('font/VeraMono.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 10px;
	font-family: VeraMono, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
  	/*background: url('img/#.png');*/
}

#header {}

#nav_top {
	margin: 160px auto 10px 130px;
	height: 50px;
	border: 1px grey outset;
	border-radius: 10px;
	box-shadow: 3px 3px 3px grey;
	background-color: rgb(248, 248, 248);
	/*position: fixed;*/
}

#nav_top ul {list-style-type: none;}
#nav_top li {display: inline-block;}

#pan_lat {
	width: 130px;
	height: 200px;
	position: fixed;
}

#nav_lat1 {
	margin: 0px 10px 10px 0px;
	padding: 10px;
	min-height: 100px;
	border: 1px grey outset;
	border-radius: 10px;
	box-shadow: 3px 3px 3px grey;
	background-color: rgb(248, 248, 248);
}

#nav_lat2 {
	margin: 0px 10px 10px 0px;
	padding: 10px;
	min-height: 100px;
	border: 1px grey outset;
	border-radius: 10px;
	box-shadow: 3px 3px 3px grey;
	background-color: rgb(248, 248, 248);
}
/*#nav_lat ul {list-style-type: none;}*/

section {
	margin-left: 130px;
	/*margin: 0px auto 10px 130px;*/
	padding: 20px;
	min-height: 400px;
	border: 1px grey outset;
	border-radius: 10px;
	box-shadow: 3px 3px 3px grey;
	background-color: rgb(248, 248, 248);
	text-align: justify;
	/*overflow: auto;
	word-wrap: break-word;*/
}

#aside1 {
    float: right;
	/*display: inline-block;*/
    width: 300px;
	height: 200px;
    margin: 25px;
	padding: 10px;
    background-color: #706b64;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    color: white;
    font-size: 0.9em;
}

article {
	/*display: inline-block;*/
	margin: 20px;
}

footer {
    margin: 10px auto 10px 130px;
    background-color: #706b64;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 6px;
    padding: 4px;
    color: white;
    font-size: 0.9em;
}

footer p {
    display: inline-block;
}

table
{
border-collapse: collapse;
}

td, th /* Mettre une bordure sur les td et les th */
{
border: 1px solid grey;
}