/* css stylesheet coded by Tangui -> tangui.lepense@free.fr */

*{
	color:#fffafa;
	overflow:auto;
	border:none;
}

a{
	font-weight:bold;
	}

a:hover
	{
	color:skyblue;
	}

body{
	background:black;
	padding:25%;
}

h1{
	text-align:center;
	}

p:first-letter{
	font-weight:bold;
	font-size:1.5em;
	}

.intro{
	font-style:italic;
	}

hr{
	width:70%;
	border:thin dotted slategrey;
	}

.signature{
	text-align:right;
	}

.signature:first-letter{
	font-size:1em;
	font-weight:normal;
	}

#return{
	position:absolute;
	top:3px;
	left:3px;
	}
	
.pTableau{
	text-align:center;
	margin-top:4em;
	margin-bottom:4em;
	}




























	
