/* 
######################################################
GENERAL TAGS, CONTAINERS & RESETS
######################################################
*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body, html {
	height: 100%;
}
ul, li, form, label, input, select, textarea, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
hr {
	color: #FFFFFF;
	height: 1px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
}

#container {
	width: 1000px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background: #000000 url("../data/bg.jpg") no-repeat -50px 30px;
	height:860px;
}


#menu img {
	border: 0px;
}

#menu {
	font-family: verdana;
	font-size: 12px;
	position:relative;
	top:	26px;
	margin-left: 76px;
	font-weight: normal;
}

#menu ul {
	display: inline;
	position:relative;
	top:	18px;
	left:	-243px;
}
#menu li {
	display: inline;
	padding: 10px;
	background: url("../data/puce.gif") no-repeat 2px 18px;
	padding-left: 20px;
}

#menu .first{
	background-image: none;
}

#menu a {
	color: #315f92;
	text-decoration: none;
	font-variant: small-caps;

}
#menu a:hover {
	color: #ffffff;
}

#content {
	position:relative;
	top:	74px;
	left:	0px;

}

#cc_target {
	border: 0px;
	background-color: transparent;
	width:100%;
	border:0px;
	height:1000px;
}

#waitLoad {
	position: absolute;
	top: 250px;
	left: 350px;
	text-align: center;
	color: #626262;
}

