body { 
	margin: 0;
	padding: 1%;
	font-family: Arial, 'Times New Roman', Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	background-color: white;
}

ul {
	padding-left : 20px;
}
.titre {
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	font-size: 18px;
	color: #fff;
	letter-spacing: 2px;
	background-color: #B8C0D1;
}
.grp {
	padding : 10px 10px 10px 10px;
}
.titre a {
	text-decoration : underline;
	color:white;
	margin:auto;
}
.civilite,
.nom_auteur,
.prenom_auteur,
.mail,
.entite 
{
	font-weight : bold;
}

div#close
{
	text-align: center;
	position: fixed;
	padding: 5px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	color : white;
	background-color: #B8C0D1;
	margin-top:5px;
}


div#close a:link,
div#close a:active,
div#close a:visited
{
	color: white;
	text-decoration: none;
	background-color: transparent;
}

div#close a:hover
{
	color: white;
	text-decoration: underline;
	background-color: transparent;
}
