*{
	margin:0;
	padding:0;
	border:0;
}

html, body{
	width:100%;
	height:100%;
}

body{
	
	font-size:12px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}
/*Main*/
#main
{
	width:800px;
	position:relative;
	margin-left:10px;
	padding-top:10px;
}

/*	CONTENT	*/
#content {
	width:803px;
	margin:0 auto;
	padding:0 7px;
	font-size:11px;
	font-family:Tahoma;
}
#content a{
	text-decoration:underline;
}

/*	HEADER	*/
#content #header {
	height:162px;
	width:688px;
}



#content #menu .sstitre{
	background:#fcdc84;
}
#content #menu .sstitre li a{
	font-weight:normal;
	color:#fe8900;
	background:#fcdc84;
}
#content #menu .sstitre li a.on, #content #menu .sstitre li a:hover{
	background:#fffac4;
	color:#986621;
	font-weight:bold;
}


/*	CENTER	*/
#content #middle {
	float:right;
	width:598px;
	padding-right:30px;
	margin-top:5px;
	color:#7e623d;
	min-height:810px;
}
#content #middle .file a{
	color:#7e623d;
	text-decoration:none;
	font-weight:bold;
}
#content #middle h1{
	margin-top:15px;
	margin-bottom:5px;
	font-size:20px;
	color:#986621;
	font-weight:bold;
}
#content #middle .left{
	float:left;
	margin:3px;
}
#content #middle .right{
	float:right;
	margin:3px;
}


/*	FOOTER	*/
#content #footer{
	padding-top:50px;
	clear:both;
	width:790px;
	text-align:center;
}


LABEL
{
  display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
  padding-right: 20px;
  text-align:right;  
}
INPUT, SELECT, TEXTAREA
{
  width:200px;
  border: solid 1px black;
  background-color:#f4f8fc;
  padding-left: 2px;
}

FORM BR
{
	clear:left;
}
