﻿/* CSS Document */

body {
	margin:0px;
	padding:0px;
	margin-left:10%;
	width:800px;
	line-height:1em;
	background-color:#586C72;
}
#grand_titre {
	margin-top:10px;
	margin-left:0px;
	border-bottom:5px solid #586C72;
	padding-left:10px;
	width:790px;
	height:45px;
	background-color:#FFFFFF;
	font-family:Times,Georgia, "Times New Roman", serif;
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:0.05em;
	line-height:2em;
	color:#561814;
}

#auteur {
	margin-top:10px;
	font-family:Times,Georgia, "Times New Roman", serif;
	font-size:1em;
	font-weight:bold;
	text-align:left;
	line-height:1.5em;
	color:#561814;
}

#ligne_creuse {
	margin-bottom:10px;
}

#bandeau_bas {
	width:798px;
	border-top: 10px solid #ffffff;
}

table {
	width:800px;
	background-color:#586C72;
}
th {	
	width:auto;
	height:2em;
	font-family:Times,Georgia, "Times New Roman", serif;
	font-size:0.9em;
	font-weight:bold;
	letter-spacing:0.1em;
	color:#ffffff;
}

tr {
	color:#000000;
	background-color:#DAD9C7;
}

td {
	width:auto;
	padding-left:10px;
	padding-right:10px;
	height:2em;
	font-family:Times,Georgia, "Times New Roman", serif;
	font-size:0.9em;
	text-align:justify;
	color:#000000;
	background-color:#ffffff;
}

#biblio {
	font-size:1em;
	font-weight:bold;
	text-align:left;
	white-space:nowrap;
	color:#561814;
	text-decoration:underline;
}

#biblio a {
	display:block;
	color:#ffffff;
}
#biblio a:hover {
	color:#ffffff;
	background-color:#FFFFFF;
}