* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	background: #062A47 url('../images/bg.gif') repeat-x 0% 0%;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: -1px;
}

html > body {
	width: auto;
	height: auto;
}

p {
	margin: 15px 10px;
	line-height: 14px;
}

img {
	border: none;
}

ul {
	margin-left: 35px;
}

a {
	color: #FFF;
}
a:hover {
	text-decoration: none;
}

label {
	float: left;
	clear: left;
	width: 190px;
	cursor: pointer;
}

input.text, select, textarea {
	border: 1px solid #084675;
}

input.text {
	width: 150px;
}

textarea {
	width: 345px;
	height: 70px;
}

div#global {
	width: 776px;
	position: absolute;
	left: 50%;
	top: 30px;
	margin-left: -388px;
	/*
	top: 0;
	margin-top: -280px;*/
}
 
h1#title {
	width: 223px;
	height: 53px;
	text-indent: -1000px;
	overflow: hidden;
	background: url('../images/logo.gif');
	margin-bottom: 10px;
	margin-left: 10px;
}

div#main {
	height: 483px;
	padding-left: 13px;
}

div#menu {
	float: right;
	width: 191px;
	height: 483px;
}

div#content {
	width: 559px;
	height: 481px;
	position: relative;
	background: #021323;
	border: 1px solid #FFF;
}

#content h2 {
	margin:10px 10px 0px 10px;
}

div#home {
	background: url('../images/home-bg.jpg') 0% 0% no-repeat;
	padding: 180px 50px 0 50px;
	width: 459px;
	height: 301px;
}

div#pyjamas {
	background: url('../images/pyjamas-bg.jpg') 0% 0% no-repeat;
	padding: 340px 50px 0 50px;
	width: 459px;
	height: 141px;
}


ul.custom {
	list-style-type: none;
	margin-left: 12px;
}

ul.custom li {
	padding-left: 20px;
	line-height: 25px;
	background: url('../images/puce-collection.gif') no-repeat 0% 50%;
}



a.back {
	margin: 37px 40px 0 0;
	float: right;
}

div#goodies {
	padding: 15px 35px 0 35px;
}

div.illustration {
	text-align: center;
	float: left;
	padding: 10px;
}

div#contact {
	padding: 45px 45px 0 45px;
}

img.brand {
	vertical-align: middle;
}


div#footer {text-align:center; font-size:10px; clear:both; margin: 8px 0;}
div#footer p {margin:2px 0; padding:0; word-spacing:1px; }

div#event {
	width: 559px;
	border: 1px solid #FFF;
	margin-bottom:8px;
}

div#lang {
	position:absolute;
	top:30px;
	right:0px; 
	background:#dcdcdc; 
	width:189px; 
	text-align: right; 
	border:solid 1px #fff;
}

div#lang ul {
	padding:4px 4px 0 4px;
	margin:0;
	list-style-type:none;
}
div#lang ul li {
	margin-left:4px;
	display:inline;
}


.clear {clear:both;}