


* {
	border:0;
	margin:0;
	padding:0;
}





/* general */
a {
	color:#777;
	text-decoration:none;
}

a:hover {
	color:#333;
	text-decoration:none;
}

/* body */  /*  336677*/
body {
	background:#CBE9F5;
	color:#555;
	font:0.8em Arial, Helvetica, "bitstream vera sans", sans-serif;
	margin-left : 250px;
}

/* header */
#header {
	border-bottom:1px solid #999;
	height:80px;
	/*margin: 0 auto 0px 250px;*/
	width:744px;
}
#header h1 {
	color:#888;
	font-size:300%;
	letter-spacing:-3px;
	text-align:right;
	padding:5px;
	margin-bottom:-20px;
}
#header h2 {
	color:#CCC;
	font-size:200%;
	letter-spacing:-2px;
	text-align:right;
}

/*de la veselie*/
#pagina {
	width: 1024px;
	margin: 0 auto;
	margin-top: 1px;
}



/* navigation */
#navigation {
	background:#fafafa;
	border-right:1px solid #999;
	/*margin: 0 auto;*/
	width: 744px;
	height:40px;
	list-style:none;
}
#navigation li {
	border-left:1px solid #999;
	float: left;
	width: 110px;
	list-style:none;
}
#navigation a {
	color:#555;
	display:block;
	line-height:40px;
	text-align:center;
}
#navigation a:hover {
	background:#e3e3e3;
	color:#555;
}
#navigation .active {
	background:#3366FF;
	color:#777;
}


div#stock-quote-sidebar {
font-size: 0.8em;
}
div#stock-quote-sidebar a:link,
div#stock-quote-sidebar a:visited,
div#stock-quote-sidebar a:active {
color: #2277DD;
text-decoration: none;
font-weight: normal;
}
div#stock-quote-sidebar a:hover {
text-decoration: underline;
 }


.menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-align:left;
}

.menu li {
	border-top: 5px solid #66CCFF;
	width: 210px;
}
/* il face buton*/
.menu a {
	display: block;
	background-color: #99ddff;
	color: #000;
	text-decoration: none;
	width: 210px;
	border-left: 15px solid white;
	padding-left: 2px;
}
/* chimba mouse over*/
.menu a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #000;
  border-left: 10px solid #EFB52B;
}




/* content */
#content {
	height:auto;
	/*margin: 0 auto 0 250px;*/
	padding:0 0 20px;
	width:744px;
	background:#9FD6ED;
}
#content h1 {
	border-bottom:1px dashed #999;
	font-size:1.8em;
	padding:20px 0 0;
}
#content p {
	padding:20px 20px 0;
}

/* footer */
#footer {
	border-top:1px solid #999;
	height:50px;
	/*margin: 0 auto 0 250px;*/
	padding:0px;
	text-align:center;
	width:744px;
}


.error {
	font-weight: bold;
	color: #C00
}