body{
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-family: sans-serif;
}
.big {
	font-family: arial;
	font-size: 48px;
	font-weight: normal;
	color: #4a6d77;
	letter-spacing: 1px;
	margin: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 7px;
	word-spacing: 0px;
	text-align: right;
}
li {
	list-style: none;
}
textarea{
	width: 100%;
}

span{
	padding: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
}

hr{
	background-color: #a8e139;
	border-style: none;
	height: 1px;
}

ul{
	margin-bottom: 14px;
}

a{
	color: #4a6d77;
	text-decoration: none;
}

.projet{
	font-family: Arial;
	/*font-weight: bold;*/
	font-size: 18px;
	margin-bottom: 12px;
}

.tot_time{
	font-size: 20px;
	font-family: Helvetica, sans-serif;
	background-color: #ff4800;
	color: #FFF;
}
.tot_timei{
	font-size: 20px;
	font-family: Helvetica, sans-serif;
	color: #ff4800;
}

.task_time{
	font-size: 14px;
	font-weight: bold;
	background-color: #a8e139;
	color: #FFF;
}
.task_timei{
	font-size: 14px;
	font-weight: bold;
	color: #4a6d77;
}

.task_current{
	font-size: 14px;
	font-weight: bold;
	color: #ff4800;
}

.task_name{
	font-size: 14px;
	font-weight: normal;
	background-color: #4a6d77;
	color: #FFF;
}

.user_name{
	color: #4a6d77;
}

.tools{
	border-style: solid;
	border-color: #4a6d77;
	border-width: 1px;
	color: #4a6d77;
}

.stat{
	position: absolute;
	top: 0px;
	right: 0px;
}

.help {
	font-family: arial;
	padding: 4px;
}
.help b{
	margin : 4px;
}
.help_scroll{
	overflow: auto;
	width: 150px;
	height: 400px;
	padding: 4px;
}

.help a{
	text-decoration: none;
	color: #a63136;
}