/* $Id: theme.css 2823 2008-11-04 01:46:17Z rvelices $ */

html {height: 100%;} 

body {
	background-color: #111111;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../../../../images/layout/back_head.jpg);
	background-repeat: repeat-x;
	height:100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #afafaf;
}

#mycontent {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width: 1000px;
	height:100%;
	background-image: url(../../../../images/layout/back_main.jpg);
	background-repeat: no-repeat;
	background-position: 0px 111px;
} 

#header {
	background-image: url(../../../../images/layout/back_header.jpg);
	background-repeat: no-repeat;
	height: 111px;
	width: 1000px;
	position: absolute;
}
#header_logo {
	position: absolute;
	width: 391px;
	height: 90px;
	top: 8px;
	left: 30px;
}
#header_rss {
	position: absolute;
	width: 200px;
	height: 25px;
	top: 25px;
	left: 790px;
}
#header_rss a:link, #header_rss a:visited, #header_rss a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #ffa200;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}
#header_rss a:hover {
	text-decoration: underline;
}
#mymain {
	position: absolute;
	top: 111px;
	width: 1000px;
	width: 960px;
	padding: 20px;
}

.titrePage h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #afafaf;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

.titrePage h2 a:link, .titrePage h2 a:visited, .titrePage h2 a:active{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #ffa200;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
.titrePage h2 a:hover {
	text-decoration: underline;
}
h1 {
	color:#afafaf;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}




/* text color */
BODY, H3,
INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
	color:#d0d0d0;
}

H2, #menubar DT {
	color: #ffa200;
}


/* backgrounds */

/* links */
A, INPUT.rateButton {
	color: #fff;
	border: none;
}