/* CSS Document */

html, body {
	height: 100%;
	width: 100%;
	overflow:hidden;
}
body {
	font-family: Monaco, "Lucida Console", Courier, "Courier New", monospaced;
	font-size: 10px;
	color:#636363;
	line-height: 16px;
	margin: 0;
	padding: 0;
	
}
#contenu {
	height: 100%;
	margin-left: 200px;
	overflow: auto;
	z-index:1;
}
#menu {
	position: absolute;
	left:0;
	width: 200px;
	height: 100%;
	letter-spacing:1px;
	z-index:2;
}
#content_ {
	margin-top:215px;
	width:550px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#menu_ {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
}
a:link {
	color: #636363;
	text-decoration: none;
}
a:visited {
	color: #636363;
	text-decoration: none;
}
a:hover {
	color: #5D3887;
	text-decoration: underline;
}
a:active {
	color: #636363;
	text-decoration: none;
}
input {
	width:520px;
	padding:5px;
	font-family: Monaco, "Lucida Console", Courier, "Courier New", monospaced;
	font-size: 10px;
	border: 1px solid #636363;
}
textarea {
	width:520px;
	padding:5px;
	font-family: Monaco, "Lucida Console", Courier, "Courier New", monospaced;
	font-size: 10px;
	border:1px solid #636363;
}
input.bouton {
	width:auto;
	font-family: Monaco, "Lucida Console", Courier, "Courier New", monospaced;
	font-size: 10px;
	background-color:#FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
input.bouton:hover {
	font-family: Monaco, "Lucida Console", Courier, "Courier New", monospaced;
	font-size: 10px;
	color:#5D387;
	text-decoration:underline;
	background-color:#FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.color_ {
	color: #5D3887;
}
.color_m {
	color: #5D3887;
	text-transform:uppercase;
}
.m {
	margin-left:14px;
}
.l {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #636363;
	padding: 10px;
}
.ls {
	letter-spacing:1px;
}
.strike {
	text-decoration:line-through;
}