body
{
	width: 800px;
	margin: auto;
	margin-top: 0px;
	padding: 0px;

	background: #000000 url("../images/back.jpg") repeat-y 50% 0;
	
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #CCCCCC;

	text-align: center;
}

a
{
	text-decoration: none;
	font-style: normal;
	color: Gray;
}

a img
{
	border: none;
	margin: 3px;
}

fieldset
{
	text-align: center;
	margin: auto;
	border: 2px;
	border-style: dashed;
	padding: 5px;
}

table, th, td
{
	border: 1px solid #555555
}

th
{
	font-weight: bold;
	text-align: center;
}

hr
{
	width: 800px;
	height: 1px;
	margin-top: 20px;
}

table.equipe
{
	border: 0px;
	margin: auto;
	border-spacing: 50px;
}

th.equipe, td.equipe
{
	border: 0px;
	width: 350px;
}

.title
{
	color: #FFFF99;
}

.lsize
{
	font-size: 10px;
}

.error
{
	color: red;
}

.equibebg1
{
	background-image: url(../images/back01.png);
	display: block;
	padding-top: 24px;
	padding-bottom: 24px;
	color: #000000;
	font-family: "Trajan Pro";
	background-position: center;
	background-repeat: no-repeat;
}
.equibebg2
{
	background-image: url(../images/back02.png);
	display: block;
	padding-top: 24px;
	padding-bottom: 24px;
	color: #000000;
	font-family: "Trajan Pro";
	background-position: center;
	background-repeat: no-repeat;
}

.dirt
{
	position: relative;
	top: -125px;
	margin-bottom: -125px;
	
}

#corps
{
}

#pied_de_page
{
	border-top: 1px dashed #666666;
	margin: auto;
	margin-top: 20px;
	
	font-size: 10px;
	width: 750px;
}