body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/ciel.jpg);
	background-repeat: repeat;
	background-position: left top;
	font-size: 16px;


}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.navigation a:link, .navigation a:visited {
	color: white;
	text-decoration: none;
	width: 100%;
	height: 30px;
	text-alignment; center;
	float: left;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border: 1px solid #CCCCCC;
	background-color: #006699;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	border-radius:10px;
}

.navigation a:hover {
	color: white;
	background-color: black;

}
.tdbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

input
{
	width: 80%;
	color: black;
	font-size: 18px;
	background-color: white;
	border: 1px solid;
    border-radius: 5px; 
	padding: 5px;
}

.submit input
{
	color: white;
	background-color: blue;
	border: 2px outset black;
	border-radius: 5px;
} 