
body {
	margin: 0px;
	padding: 0px;
	color: #FFF;
	text-shadow: #FFF 0px 0px 3px;
	font-family: Verdana;
	background-image: url(../images/fond.png);
	background-repeat: repeat;
	white-space: nowrap;
}

a {
	color: #FFF;
	text-decoration: none;
}

img {
	border: none;
}

th {
	padding: 10px;
}
td {
	padding: 5px;
}

form {
	margin: 0px;
	padding: 0px;
}

div.logo {
	padding: 5px;
	float: right;
	width: 320px;
	height: 95px;
	background-image: url(../images/footer-logo.png);
	background-repeat: no-repeat;
}
div.title {
	font-size: 2.5em;
	padding: 20px 10px 10px 10px;
	float: right;
}


div.planet {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 265px;
	height: 600px;
	background-image: url(../images/planete.png);
	background-repeat: no-repeat;
}

div.dock {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 600px;
}
div.button {
	position: absolute;
	width: 100px;
	height: 100px;
}

div.button > table {
	height: 100%;
	width: 100%;
}

.warning {
	color: #DF7575;
}

.information {
	color: #70DE75;
}

td.col1 {
	text-align: right;
	min-width: 170px;
}

div.container {
	position: absolute;
	top: 200px;
	left: 300px;
}

form span.required {
	font-size: 0.9em;
	color: #DF7575;
}

