/* @override http://gaelle-sasko.com/css/main.css */

/* @group reset */

/* Eric Meyer reset reloaded */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: #fff;
	background: #000 url(img/bg-fr.jpg) no-repeat center top;
	font: 12px/1.5 Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
}

body.en {
	background-image: url(img/bg-en.jpg);
}

body.de {
	background-image: url(img/bg-de.jpg);
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}

/* @end */

.wrap {
	position: relative;
	width: 460px;
	margin: 144px auto 0;
}

h1 {
	position: absolute;
	left: 0;
	top: -400px;
}

#img {
	display: none;
	width: 440px;
	height: 440px;
	border: 10px solid #fff;
	background: #ccc;
}

#caption {
	display: none;
	margin: 10px 0 0;
}

#caption li strong {
	display: block;
	color: #fff;
	font-size: 12px;
}

#caption li {
	color: #666;
	font-size: 10px;
}

#extra {
	display: none;
	overflow: hidden;
	width: 460px;
	margin: 20px auto;
	font-size: 12px;
	line-height: 1.8;
	color: #666;
}

#extra li {
	clear: both;
}

#extra h2 {
	margin: 0 0 5px;
	padding: 5px 10px;
	color: #666;
	background: #111;
	text-decoration: none;
}

#extra h2:hover {
	color: #fff;
	background: #222;
}

#extra dl {
	padding: 5px 0 20px;
	overflow: hidden;
}

.nav a.current {
	color: #fff;
	text-decoration: underline;
}

.nav a:hover {
	color: #333;
	background-color: #fff;
}

#contact {
	width: 360px;
	padding: 0 0 0 100px;
}

.vcard a {
	display: block;
	margin: 5px 0 0;
	color: #666;
	text-decoration: none;
}

.vcard a:hover {
	color: #fff;
}

.vcard .fn {
	color: #fff;
	display: block;
	margin: 0 0 10px;
}

.vcard .country-name {
	display: block;
	margin: 0 0 20px;
}

.vcard .tel {
	display: block;
}

.vcard .tel .type {
	float: left;
	width: 60px;
	color: #666;
}

.vcard .email {
	margin: 20px 0 0;
	display: block;
}

dt {
	clear: left;
	float: left;
	width: 90px;
	margin: 0 10px 0 0;
}

dd {
	float: left;
	width: 360px;
	margin: 0 0 10px;
}

dd strong {
	color: #fff;
	display: block;
}

#footer {
	display: none;
	overflow: hidden;
	margin: 0 0 40px;
}

#footer li {
	float: left;
	display: block;
	margin: 0 0 0 5px;
}

#footer li.creator {
	float: right;
}

#footer a {
	padding: 5px;
	font-size: 10px;
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
