body
{
	text-align: center;
	margin: 0px;
	background-color: #000000;
	font-family: arial;
	font-size: xx-small;
}

h2
{
	font-size: medium;
	text-decoration: underline;
}

table
{
	border-collapse: collapse;
	width: 100%;
	height: 510px;
}

p
{
	font-size: x-small;
}

td
{
	vertical-align: top;
}

input, select
{
	width: 200px;
}

label
{
	width: 100px;
	height: 100%;
}

img
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#ensemble
{
	text-align: left;
	height: 100%;
	width: 100%;
}

#tete
{
	height: 0px;
	background-color: #000000;
	background-image: url("skin/backhead.png");
	background-repeat: repeat-x;
}

#menu
{
	background-image: url("skin/menu.png");
	background-color: #C0D0DE;
	text-align: left;
	vertical-align: center;
	height: 20px;
	font-weight: bold;
	font-size: x-small;
}

#corps
{
	padding-left: 30px;
	padding-right: 5px;
	height: 100%;
	background-color: #EEEEEE;
	background-image: url("skin/ombre.png");
	background-repeat: repeat-x;
	font-size: xx-small;
}

#corps a
{
	color: #CC0000;
	text-decoration: none;
}

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

#pied
{
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-size: xx-small;
	color: #AAAAAA;
	background-color: #000000;
	background-image: url("skin/backhead.png");
	background-repeat: repeat-x;
}

#menu a
{
	padding-top: 2px;
	width: 155px;
	height: 100%;
	text-align: center;	
	vertical-align: center;
	color: #000000;
	text-decoration: none;
}

#menu a:hover
{
	background-image: url("skin/bouton.png");
	text-decoration: none;
	color: #000000;
}