/*** Elements generaux ***************/
body {
	font-family: sans-serif;
	background-color: #ff9900;
	color: #ffffff;
}
hr.spacer {
	visibility: hidden;
	clear: both;
}

/*** Elements de control ***************/
div.boutons {
	text-align: center;
	margin: 30px;
}
input {
	background-color: #3399cc;
	border: 1px solid #006699;
	text-align: center;
	color: #ffffff;
}
input.bouton {
	background-color: #006699;
	border: 2px outset #006699;
}
input.bouton:hover {
	background-color: #3399cc;
}
#controles {
	margin: auto;
	width: 400px;
}
#temps {
	width: 150px;
	margin: 0px;
	float: left;
	text-align: left;
}
#compte {
	width: 150px;
	margin: 0px;
	float: right;
	text-align: right;
}

/*** Matrice du démineur *************/
table.dmin {
	margin-top: 30px;
	margin-bottom: 30px;
	margin: auto;
	border-collapse: collapse;
}
tr.dmin {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
td.dmin {
	padding: 0px;
	margin: 0px;
	border: 0px;
	line-height: 10px;
}
img.dmin {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.parametres {
	width: 150px;
	float: left;
	text-align: center;
}
#titre {
	font-family: fantasy;
	font-weight: bold;
	font-size: x-large;
	text-align: center;
}
#rules {
	display: none;
	width: 450px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
#param {
	display: none;
	width: 450px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

/*** Griffe + validateur *************/
.cartouche {
	position: absolute;
	border: 0px;
	margin-bottom: 2px;
	margin-top: 2px;
	font-weight: bold;
	font-size: small;
}
html>body .cartouche {
	position: fixed;
}
.cartouche a {
	text-decoration: none;
	color: #006699;
}
.cartouche a:hover {
	color: #3399cc;
}
#download {
	background-color: #ffcc33;
	border: 2px outset #ff9900;
	text-align: center;
	bottom: 140px;
	right: 10px;
}
#gilux {
	background-color: #ffcc33;
	border: 2px outset #ff9900;
	text-align: center;
	bottom: 90px;
	right: 13px;
}
#XHTMLvalidator {
	bottom: 10px;
	right: 10px;
}
#CSSvalidator {
	bottom: 45px;
	right: 10px;
}
