body {
	background-color: #FFFFFF;
	font-family: monaco;
	font-size: 8pt;
	color: #000000;
	}

#container {
	width: 630px;
	}

#content {
	font-size: 8pt;
	font-weight: 100;
	line-height: 120%;
	}

.title {
	line-height: 120%;
	}

.name {
	line-height: 120%;
	}

.section {
	margin-left: 0px;
	}

.colored {
	color: #000000;
	background-color: #ffffff;
	}

.point, .closed, .open {
	font-size: 9pt;
	letter-spacing: 0px;
	font-weight: 100;
	line-height: 1em;
	margin: .05em 0;
	padding-bottom: 0;
	}

.sub_closed, .sub_open {
	font-size: 9pt;
	letter-spacing: 0px;
	font-weight: 100;
	line-height: 1em;
	margin: .05em 0;
	padding-bottom: 0;
	}

.fin {
	font-size: 9pt;
	letter-spacing: 0px;
	font-weight: 100;
	line-height: 1em;
	margin: .05em 0;
	padding-bottom: 0;
	color: #FF6633;
	background-color: #ffffff;
	}
a {
	color: #999999;
	background-color: #ffffff;
	text-decoration: none;
	}

a:hover {
	color: #000000;
	background-color: #ffffff;
	}

.closed a {
	color: #ffffff;
	background-color: #ffffff;
	text-decoration: none;
	}

.closed a:hover {
	color: #000000;
	background-color: #ffffff;
	}

.sub_closed a {
	color: #999999;
	background-color: #ffffff;
	text-decoration: none;
	}

.sub_closed a:hover {
	color: #000000;
	background-color: #ffffff;
	}

.open a {
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	}

.sub_open a {
	color: #999999;
	text-decoration: none;
	background-color: #ffffff;
	}

.open a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	}

.sub_open a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	}

input {
	font-family: "monaco";
	font-size: 8pt;
	color: #000000;
	border:1px solid black;
	}

.envoi {
	background-color:#dedede;
	}

textarea {
	background-color: #ffffff;
	font-family: "monaco";
	color: #000000;
	font-size: 8pt;
	border:1px solid black;
	scrollbar-base-color:#dedede;
	scrollbar-track-color:white;
	}

ul {
	list-style-type: none;
	margin-left: 0px;
	}

#imgs-frame {
	position: absolute;
	top: 2px;
	left: 2px;
	padding: 3px;
	background-color: black;
}

#imgs {
	position: absolute;
	top: 0;
	left: 0;
}

#text-frame {
	position: absolute;
	top: 305px;
	left: 12px;
}

#controller {
	position: relative;
	top: 305px;
}
