@charset "UTF-8";
/* CSS Document */
body {
 background: #bed742;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 14px;
 color: #CC0000;
}

#container {
  /*border:2mm solid #009900;
  border-width:thin;*/
  height: auto;
  width: 780px;
  /*margin-right: 400px;*/
}

#header {
  padding-top: 10px;
  padding-left: 0px;
  height: 75px;
}

#main {
  width: 624px;
  float: right;
  height: auto;
}

#mesg_ok {
    background-color: #B2F9DD;
	border: 2mm solid #8AD614;
	border-width:thin; 
	width:400px;
	padding-left: 10px;
	font-size:14px; 
	color:#009966;
}

#mesg_nok {
    background-color: #FFDEE7; 
	border: 2mm solid #8AD614;
	border-width:thin;
	padding-left: 10px;
	width:400px;
	font-size:14px
}

#nav_left {
  width: 140px;
  float: left;
  padding-left: 5px;
  height: 450px;
}

#nav_left ul {
  float: left;
  font-size: 14px;
  width: 130px;
  padding: 0;
  margin: 0;
}

#nav_left ul li {
	list-style: none;
	margin-left: none;
	padding-top: 3px;
}

#nav_left ul li a:hover {
    background: #66CC00;
	color: #FFFFFF;
	display: block;
	height: auto;
	width: 130px;
}

#nav_left ul li a:active {
    background: #66CC00;
	color: #FFFFFF;
	display: block;
	height: auto;
	width: 130px;
}

#nimp {
  text-align: center;
  height: 5px;
  clear: both;
}

#footer {
  text-align: center;
  height: 30px;
  clear: both;
  /*padding-top: 10px;
  margin-right: 400px;*/
}

h1 {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #CC0000;
  padding-bottom: 6px;
}

a {
  color: #CC0000;
  text-decoration: none;
}

a:hover {
   color: #FF9900;
   text-decoration: underline;
}

a:active, a:visited  {
   color: #FF0066;
   text-decoration: none;
}
