html, body {
	margin:0;
	padding:0;
}

body {
	background-image: url("../_images/background.jpg");
	background-color:#000;
	font-family:verdana;
	font-size:12px;
	margin-top:65px;
	color:#fff;
}

img {
	border:0;	
}

a {
	color:#fff;
}

div#container {
	margin-left: auto;
	margin-right: auto;
	width:940px;
}

div#header {
	width:932px; height:60px;
	background-repeat: no-repeat;
	background-position: left top;	
}

div.header-green {
	background-image: url("../_images/background-player-green.png");	
}

div.header-blue {
	background-image: url("../_images/background-player-blue.png");	
}

ul#navigation {
	list-style-type: none;
	width:630px; height:33px;
	margin:0; padding:0;
	margin-left:38px;
	float:left;
}

ul#navigation li {
	display: inline;
}

ul#navigation li.sep {
	margin-left:10px;
	margin-right:10px;
}

ul#navigation li a {
	color:#84e2ff;
	text-decoration:none;
	bottom:17px;
	position:relative;
}

ul#navigation li#nav_last {
	background-image:none;
}

ul#navigation li a:hover {
	color:#fff;
}

ul#player {
	margin:0;
	padding:0;
	float:right;
	width:150px; height:11px;
	margin-top:35px;
	margin-right:5px;
}

ul#player {
	list-style-type:none;
}

ul#player li {
	display:inline;
	margin-right:8px;
}

div#photo {
	height:399px;
	margin-top:-1px;
}

div#title {
	background-image: url("../_images/background-content.png");	
	background-repeat:no-repeat;
	height:47px;
	padding-top:35px;
}

div#title h1 {
	background-image: url("../_images/title-welcome.png");	
	background-repeat:no-repeat;
	height:40px; width:185px;
	padding:0;
	margin:0px 0px 0px 45px;
}

div#content {
	width:932px;
	background-image: url("../_images/line-content.png") ;
	background-repeat:repeat-y;
}

div#content p {
	width:570px;
	padding: 25px 0px 20px 0px ;
	margin: 0px 0px 0px 45px;
}

ul#footer {
	width:927px; height:29px;
	background-color:#ecfbfb;
	list-style-type:none;
	margin:0px 0px 10px 0px;
	padding:5px 5px 0px 0px;
	text-align:right;
}

ul#footer li {
	display: inline;

}

span.hide {
	display:none;
}

/* DETAIL */

div#container-content {
	width:930px;
	background-repeat:no-repeat;	
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	background-color:#035473;
	background-position:bottom right;
	min-height:570px;
}

div.photo-detail1 {
	background-image: url("../_images/photo-detail1.jpg");
}

div.photo-detail2 {
	background-image: url("../_images/photo-detail2.jpg");
}

div#content-detail {
	width:551px;
	background-image: url("../_images/background-content-detail.jpg");
	background-repeat:no-repeat;
	border-top:1px solid #fff;		
	margin-top:-1px;
	min-height:570px;
}

div#content-detail p {
	margin-left:45px;
	width:414px;
}

div#content-detail table {
	margin-left:40px;
	width:480px;
}

div#content-detail ul {
	list-style-type:none;
}

div#content-detail ul li {
	margin:10px;
}



div#content-detail li a {
	text-decoration:none;
	color:#fff;
}

div#content-detail h1 {
	margin-top:20px;
	margin-left:45px;
	font-size:15px;
}

div#content-detail h2,div#highlight,div.photos,.photo-detail {
	margin-left:45px;
}

div#content-repeat {
	background-image: url("../_images/line-content-detail.jpg");
	width:551px;
	float:left;
}

hr {
	height:1px;
	background-color:#00485F;
	border:0;
}

/*
FORMULIER STYLEN
*/

.wpcf7-not-valid-tip-no-ajax {
	font-size:10px;
	color:red;
}

.wpcf7-response-output {
	margin-left:45px;
	font-size:12px;
	color:#fff;
	margin-bottom:10px;
}
