/* CSS Document */
/* pour index.html */
div#sujet {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-weight: bold;
	line-height: normal;
	color: #4B614C;
	padding-bottom: 5px;
	display: block;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #4B614C;
	width: 520px;
	margin-bottom: 15px;
	padding-top: 20px;
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 1px;
	border-right-width: 0px;
}

p#appuidroite {
	text-align:right;
}