/* CSS Document */

html, body {
	margin: 0; padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background: url("./img/bg_verlaufBody.jpg") repeat-x scroll 0 0 #909090;
}
#wrapper {
	background: url("./img/fond_wrapper.gif") repeat-y scroll 0 0 #FFFFFF;
	margin: 0 auto 20px;
	overflow: hidden;
	width: 980px;
	padding: 0 5px;
}
#content {
	width: 80%;
	margin: 0 auto;
	padding: 20px;
}

h1 {
	width: 50%;
	color: rgb(100, 189, 59);
	font-size: 1.5em;
	border-bottom: 1px solid rgb(100, 189, 59);
}

table {
	border: thin solid rgb(100, 189, 59);
}
td, th {
	border: thin solid #858688;
}
tr th {
	color: white;
	background-color: rgb(100, 189, 59);
	padding: 2px;
}
td {
	padding: 2px;
}

ol li { margin-bottom: 3px }

#filelist { border: 1px solid rgb(100, 189, 59); padding: 5px }

img { border: none }

.button {
	width: 550px;
	height: 50px;
	display: block;
	text-align: center;
	margin: 0 auto;
   border-top: 1px solid #63b338;
   background: #64be4b;
   background: -webkit-gradient(linear, left top, left bottom, from(#63b338), to(#64be4b));
   background: -webkit-linear-gradient(top, #63b338, #64be4b);
   background: -moz-linear-gradient(top, #63b338, #64be4b);
   background: -ms-linear-gradient(top, #63b338, #64be4b);
   background: -o-linear-gradient(top, #63b338, #64be4b);
   padding-top: 20px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 22px;
   text-decoration: none;
   }
.button:hover {
   border-top-color: #64be4b;
   background: #64be4b;
   color: #CCC;
   }
.button:active {
   border-top-color: #64be7c;
   background: #64be7c;
   }

.smallbutton {
	width: 250px;
	height: 50px;
	display: block;
	text-align: center;
	margin: 0 auto;
   border-top: 1px solid #63b338;
   background: #64be4b;
   background: -webkit-gradient(linear, left top, left bottom, from(#63b338), to(#64be4b));
   background: -webkit-linear-gradient(top, #63b338, #64be4b);
   background: -moz-linear-gradient(top, #63b338, #64be4b);
   background: -ms-linear-gradient(top, #63b338, #64be4b);
   background: -o-linear-gradient(top, #63b338, #64be4b);
   padding-top: 20px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 22px;
   text-decoration: none;
   }
.smallbutton:hover {
   border-top-color: #64be4b;
   background: #64be4b;
   color: #CCC;
   }
.smallbutton:active {
   border-top-color: #64be7c;
   background: #64be7c;
   }

   
a.bouton:link {text-decoration: none; color: green}
a.bouton:visited {text-decoration: none; color: black}
a.bouton:hover {text-decoration: none; color: black; background-color: rgb(100, 189, 59);}