body
{
	width: 1000px;
	height: 1000px;
	margin : auto;
	background-color:#087500;
	/*	border : 1px solid red;*/
}

#corps
{
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	width : 800px;
	margin:auto;
	margin-top : 50px;
	color: #FFFFFF;
	text-align:center;
/*	border : 1px solid blue;*/
}

#corps a
{
	color : #f79620;
	font-size : 15px;
	text-decoration:none;
}


#corps a:hover
{
	text-decoration:underline;
}

a img
{
	border:none;
	margin-top : 2px;
	width : 30px;
}
.grand
{
	color: #f79620;
	font-size : 25px;
}

table
{
	width : 800px;
	margin : auto;
	top : -100px;
	text-align : center;
}

.tab
{
	position : relative;
	width : 800px;
	margin : auto;
	top : 200px;
	text-align : center;
}

#g
{
	text-align : left;
}

#d
{
	text-align : right;
}