@charset "utf-8";
/* CSS Document */

#corps {
	background-image:url(images/fond.png);
	background-repeat: repeat-y;
	/*	background-size: 100%; */
	padding-bottom:5%;
/*	background-attachment: fixed;*/
}

#corps a {
	text-decoration:none;
/*	color:navy;*/
}

#corps a img {
	border:none;
}

#corps h1 {
	margin-top:5%;
	color:yellow;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
}

#corps h2 {
	margin-top:5%;
}

#corps p {
	color: navy;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	word-spacing: 1px;
	line-height: 1.3em;
	text-align: justify;
	margin:1%;
}

#corps table {
/*	width:100%;*/
}

