html, body {
	width:100%;
	padding:0px;
	margin:0px;
}

body {
	background:rgb(0,162,232);
}

a {
	/*text-decoration:none;*/
	color:#519dd1;
}

#corps {
	position:relative;
	background:white;
	border: 2px solid silver;
	border-radius:10px;
	padding:10px;
	
	width:1000px;
	margin:auto;
	margin-top:20px;
	margin-bottom: 20px;
	
	font-family: "Trebuchet MS", serif;
}

#corps h1 {
	font-size:50px;
	padding-bottom:50px;
	color:rgb(50,50,50);
}

#corps h2 {
	width:500px;
	height:38px;
	position: relative;
	top: 0px;
	left: -10px;
	background: #BF23A5;
	
	color: white;
	font-size: 30px;
	display:block;
	padding-left: 36px;
	padding-top: 0px;
	margin-bottom:10px;
	font-weight: 100;
	border-radius: 0px 5px 5px 0px;
	border: 2px solid #A62491;
}

.table1, .table2 {
   border-collapse:collapse;
}

.table1 tr, .table2 tr {
}

.table1 th, .table2 th {	
	font-weight: 100;
	vertical-align:top;
}

.table1 th {
	width: 100px;
}

.table2 th {
	width: 150px;
}

.table1 th, .table2 th, .table1 td, .table2 td {	
	padding-top: 5px;
	padding-bottom: 5px;
}

.table1 td, .table2 td {	
	vertical-align:middle;
}

.tableTitle {
	text-align:right;
	padding-right:10px;
}


form input {
	width:200px;
	height: 20px;
	
	padding-left: 4px;
	padding-right: 4px;
	
	border: 1px solid silver;
	border-radius: 4px;
	
	color: black;
}

input:focus {
	outline: none;
}

.button {
	width:150px;
	height: 30px;
	cursor: pointer;
}

textarea {
	width:516px;
	height:150px;
}

#back {
	text-decoration:none;
	color: #8aca2b;
	font-size:34px;
	position:absolute;
	bottom:5px;
	right:10px;
}

#back img {
	width:28px;
	margin-right:5px;
	border:none;
}

#footer {
	width:100%;
	height:50px;
}