/**Cette CSS a ˇtˇ crˇˇe pour le site de l'association Palabres Sans Fronti¸res par Matti Ghibaudo-Schneider et Nicolas Dupont (Alxis.design@gmail.com)**/
/**documents.css : feuille pour l'aspect spˇcifique de la page documents**/


body {
	background-image: url(../Images/Documents/Fond_body.jpg);
	text-align: center;
}

ul#document li {
	margin-bottom: 0.7em;
}

table {
	border-collapse: collapse;
	border: inset 0.15em #707070;
	margin-bottom: 2em;
}

table td {
	border-left: solid 0.08em #707070;
	border-right: solid 0.08em #707070;
	padding: 0.3em;
	padding-bottom: 0.4em;
}

thead {
	border-bottom: solid 0.08em #707070;
}