html, body {
	padding : 0;
	margin : 0;
	color : #fff;
	font-size : 13px;
	font-family : Verdana, Helvetica, Arial, sans-serif;
	background : #053452;
}

h1, h2, h3, h4 {
	font-family : "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

p {
	margin: 0;
}

h1 {
	display: block;
	font-size: 32px;
	font-weight: normal;
	padding-top: 104px;
}

h3, h2 {
	font-weight: normal;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 16px;
	margin-bottom: 15px;
}

h4 {
	font-size: 16px;
	letter-spacing: 1px;
	padding-bottom: 20px;
}

a {
	color: #fff;
}

#page {
	display: block;
	width: 700px;
	text-align: center;
	margin: 20px auto 5px auto;
	padding: 15px;
	background: #005288 url("top.jpg") no-repeat top left;
	border: 1px solid #2e719d;
}

#main {
	display: block;
	clear: both;
	background: url("ombre.jpg") repeat-x bottom;
	padding-bottom: 20px;
	margin: 0 auto 0 auto;
	width: 320px;
	height: 330px;
}

#side {
	display: block;
	float: right;
	width: 335px;
	height: 240px;
	padding-right: 15px;
	text-align: left;
	overflow: auto;
}

#side h2 {
	margin-top: 0;
}

#side a {
	text-decoration: none;
	color: #a8c4d7;
}

#side a:hover {
	background: #053452;
	color: #fff;
}

#vid {
	margin: 0 auto 0 auto;
	width: 320px;
	height: 310px;
	background: #000 url("bg_video.jpg") repeat-x top;
	border: 1px solid #2e719d;
}

#vid h3 {
	font-size: 24px;
	padding-top: 60px;
}

#footer {
	clear: both;
}
#footer p {
	margin: 0;
}

div#zone_video{
	position:relative;
	width:320px;
	height:310px;
	margin: 0 auto 0 auto;
	background: #000 url("bg_video.jpg") repeat-x top;
	border: 1px solid #2e719d;
	
}
div#layervideo{
	position:absolute;
	left: 0px;
	top: 0px;
	z-index:1;
	display:block;
}
div#loading{
	display:none;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:4;
}
div#logo{
	display:none;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:3;
}

