body {
	margin: 0 auto;
	padding: 40px;
	background: url(images/antarctique3.jpg) center center no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* --------------------------------
 LE HEADER
-------------------------------- */
header {
	margin: 50px 0;
	padding: 0;
}

button {
	margin: 0;
	padding: 0 7 0 0;
	text-align: left;
	font-size: 15px;
	font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
	font-weight: 500;
	line-height: 25px;
	color: rgb(33,33,33);
}

h1 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 48pt;
	font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
	font-weight: bold;
	line-height: 48pt;
	color: rgb(33,33,33);
}

/* --------------------------------
 LE NAV
-------------------------------- */
nav {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 40px;
}

nav ul {
	margin: 0;
	padding: 0;
	background: rgba(255,255,255,0.5);
list-style-type: none;
}

nav li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

nav a {
	display: inline-block;
	margin-left: 10px;
	padding: 10px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 18px;
	font-weight: 300;
	text-decoration: none;
	color: rgb(0,0,0);
}

nav li:first-of-type a {
	margin-left: 0;
}

nav a:hover {
	background: rgba(255,84,117,0.4);
}

/* --------------------------------
 LA SECTION GAUCHE
-------------------------------- */
#gauche {
	float: left;
	width: 250px;
	margin: 0;
	padding: 0;
}

/* --------------------------------
 LES SOUS CONTINENTS
-------------------------------- */

#liste {
	margin: 0;
	padding: 20px;
	background: rgb(33,33,33);
}

#liste h2 {
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: left;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: rgb(233,233,233);
	border-bottom: 1px solid rgb(233,233,233);
}

#liste ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#liste li {
	margin: 0;
	padding: 5px 0;
}

#liste a {
	display: block;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: rgb(233,233,233);
	text-decoration: none;
}

#liste a:hover {
	color: rgb(255,84,117);
}

#liste .indicator {
	display: none;
}

#liste a:hover .indicator {
	display: inline;
}

/* --------------------------------
 LE SOMMAIRE
-------------------------------- */
#sommaire {
	margin: 20px 0 0;
	padding: 0;
}

#sommaire h2 {
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: left;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	color: rgb(33,33,33);
}

#sommaire ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#sommaire li {
	margin: 0;
	padding: 2px 0;
}

#sommaire a {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 15px;
	text-decoration: none;
	letter-spacing: 1px;
	color: rgb(33,33,33);
}

#sommaire a:hover {
	color: rgb(33,33,33);
}

/* --------------------------------
 LA SECTION DROITE
-------------------------------- */
#droite {
	margin: 0 0 0 270px;
	padding: 20px;
	background: rgba(255,255,255,0.85);
	font-weight: 500;
}

h3 {
	margin: 0 0 15px;
	padding: 0;
	font-family: Geneva, Tahoma, Verdana, sans-serif;
	font-size: 25px;
}

p {
	font-family: Helvetica, Arial;
	font-size: 18px;
}

.retour {
	margin: 30px 0 0;
	padding: 15px 0 0;
	font-size: 16px;
	font-weight: 300;
	text-align: right;
	border-top: 1px solid rgb(133,133,133);
}

.retour a {
	color: rgb(255,84,117);
	text-decoration: none;
}

.retour a:hover {
	text-decoration: underline;
}

/* --------------------------------
 LE FOOTER
-------------------------------- */
footer {
	clear: both;
	margin: 20px 0 0;
	padding: 0;
	background: rgba(255,255,255,0.6);
}

footer h2 {
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 0 0;
	padding: 8px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: rgb(233,233,233);
	background: rgb(33,33,33);
}

footer ul {
	display: inline-block;
	vertical-align: middle;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

footer li {
	display: inline-block;
	margin: 0;
	padding: 0 20px 0 0;
}

footer a {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 18px;
	font-weight: 300;
	text-decoration: none;
	color: rgb(0,0,0);
}