body
{
	background-color: #2f82c0;
	width: 100%;
	margin:auto;
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	margin-bottom: 5px;
	margin-top:5px;
}

#corps
{
    background-color: #265979;
	width: 995px;
	border: 1px solid #000;
	margin:auto;
	margin-top:5px;
	margin-bottom:5px;
}

#header
{
    width: 985px;
	height: 150px;
	background-image: url(../images/header01.jpg);
}

#corps2
{
	width: 985px;
	background-color:#FFF;
	margin:auto;
	margin-top:5px;
	margin-bottom:5px;

}

#corps3
{
	width:983px;
	background-color:#FFF;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	padding-bottom: 28px;
	min-height: 500px;
}

h1
{
	width: 772px;
	height: 20px;
	border: 3px solid #639ec4;
	font-size: 16px;
	text-align: center;
}

p
{
	margin-right: 10px;
	text-indent: 15px;
}

p:first-letter
{
	font-weight: bold;
	font-size: 2em;
	color: #2f82c0;
}