/* Reset HTML */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,button{margin:0;padding:0;border:0;outline:0;font-weight:normal;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}:focus{outline:0;}body{line-height:1;color:black;background:white;}ol,ul{list-style:none;}table{border-collapse:separate;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"""";}

/* Style */
body {
	background-color: #000;
	background-image: url('../tpl/imgs/background.png');
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 12px;
}
h2 {
	font-family: Georgia;
	font-size: 30px;
	color: #000;
	margin-top: 10px;
	margin-bottom: 5px;
}
h3 {
	font-family: Georgia;
	font-size: 22px;
	color: #000;
	margin-bottom: 10px;
}
h4 {
	font-family: Georgia;
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
}

a {
	color: #FFF;
}
strong {
	font-weight: bold;
}
label {
	color: #1F1F1F;
	font-size: 12px;
	font-style: italic;
	margin-left: 5px;
	float: left;
	width: 300px;
	text-align: right;
	padding-right: 10px;
	line-height: 37px;
}
textarea {
	width: 400px !important;
	height: 100px !important;
}
input, textarea{
	font-size:12px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #000;
	color: #fff;
	background: #2c2c2c;
	margin:5px 0px;
	float:left;
	clear:right;
	padding-top:5px;
	height:20px;
	width:250px;
	float: left;
}
#page {
	width: 875px;
	margin: 0 auto;
}
#logo {
	width: 230px;
	line-height: 40px;
}
#logo h1 {
	font-family: Georgia;
	color: #FFF;
	font-size: 46px;
}
#logo a {
	color: #FFF;
	text-decoration: none;
}
#pub {
	height:60px;
	margin-left:405px;
	margin-top:-20px;
	position:absolute;
	width:469px;
}
#header {
	margin-top: 30px;
}
#slogan {
	color: #FFF;
}
#nav {
	margin-top: -7px;
}
#content {
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#FFFFFF none repeat scroll 0 0;
	border:2px solid #3d3d3d;
	margin-top:17px;
	padding:0 10px 10px;
}
#content a {
	color: #1F1F1F;
}
#content p {
	padding-left: 10px;
	text-align: justify;
	line-height: 20px;
}
#nav li {
	width: 120px;
	border: 1px solid #535353;
	margin: 2px;
	float: right;
	text-align: center;
	line-height: 30px;
	background: #1F1F1F;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#nav .selected {
	background: #000 !important;
	border: 1px solid #FFF;
}
.selected a {
	font-weight: bold;
}	
#nav li a {
	color: #FFF;
	text-decoration: none;
	display: block;
}
#footer {
	text-align: center;
	font-style: italic;
	color: #FFF;
	margin-top: 20px;
}
.pub_txt {
	font-size: 10px;
	font-style: italic;
	color: #FFF;
}
#counter {
	position: absolute;
	color: #FFF;
	margin-top:13px;
}
#content li {
	margin-left: 40px;
	list-style-type: circle;
	line-height: 20px;
}
#content ol {
	margin: 10px;
}
#count {
	font-size: 20px;
	font-family: georgia;
	font-weight: bold;
}
.form_info {
	display:block;
	font-style:italic;
	line-height:18px;
	margin-left:318px;
	width:550px;
}
.rapport {
	margin: 10px;
	padding: 10px;
	border: 2px solid #1F1F1F;
	background: #bdbdbd;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.rapport li {
	margin-left: 30px;
	list-style-type: circle;
}
.submit {
	height:31px;
	margin-left:316px;
	padding-top:0;
	width:auto !important;
}
.both {
	clear: both;
}
