* {
	margin: 0;
	padding: 0;
}

body {
	background: white;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.principal {
position: absolute;
width:60%;
height:50%;
left: 20%;
top: 50%;
}
.fond {
position: absolute;
width:100%;
height:100%;
left: 0%;
top: 0%;
}

/* DIVIDERS */

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

/* HEADER */

#toppage {
}

#logo {
	background: url(images/lola_logo.gif) no-repeat;
	height: 113px;
}
	
#lang {
	float: right;
	margin-top: 79px;
	word-spacing: 1px;
	width: 140px;
	text-align: right;
	margin-right: 10px;
}

#lang a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #323232;
	font-variant: small-caps;
	margin-top: 79px;
	text-decoration: none;
}

#lang a:hover {
	border-bottom: 2px solid #323232;
}

#uppage {
	border-top: 1px solid #323232;
	border-bottom: 1px solid #cccccc;
	height: 62px;
	margin-bottom: 26px;
	font: 14px Georgia, "Times New Roman", Times, serif;
}

/* Menu */

#menu {
	float: left;
	margin-top: 23px;
	margin-left: -12px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	color: #323232;
	position: relative;
	margin-left: 1.6em;
	text-decoration: none;
}

#menu a:hover, #menu .active a {
	border-bottom: 3px solid #e35b36;
}

#adresse{
	float: right;
	margin-top: 23px;
	color: #a9a9a9;
	margin-right: 10px;
}

/* CENTRE */
/* Colonne gauche */

#doll{
	width: 200px;
	float: left;
}

/* Colonne droite */

#photo{
	float: right;
	width: 331px;
}

#photo h1 {
	font-weight: bold;
	color: #e35b36;
	text-align: left;
	margin-bottom: 7px;
	font-size: 18px;
}



#photo h2 {
	font-weight: bold;
	color: #e35b36;
	text-align: left;
	margin-bottom: 7px;
	font-size: 14px;
	font-variant: small-caps;
}

#photo h3 {
	text-align: left;
	margin-bottom: 7px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

#photo h4 {
	text-align: left;
	margin-bottom: 7px;
	font-size: 12px;
	margin-top: -7px;
	font-weight: normal;
	font-style: normal;
}

/* Partie centrale */

#text {
	margin-left: 200px;
	margin-right: 331px;
	padding-right: 30px;
	padding-bottom: 26px;
}

#text p{
	text-align: left;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 17px;
}

#text h1 {
	font-weight: bold;
	color: #e35b36;
	text-align: left;
	margin-bottom: 7px;
	font-size: 18px;
}

#text h2 {
	font-weight: bold;
	color: #e35b36;
	text-align: left;
	margin-bottom: 7px;
	font-size: 14px;
	font-variant: small-caps;
}

#text h3 {
	text-align: left;
	margin-bottom: 7px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

#text h4 {
	text-align: left;
	margin-bottom: 7px;
	font-size: 12px;
	margin-top: -7px;
	font-weight: normal;
	font-style: normal;
}

#resa {
	padding-bottom: 26px;
	float: right;
	width: 700px;
}

#resa h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #e35b36;
	text-align: left;
	margin-bottom: 7px;
	font-size: 18px;
}

/* FOOTER */

#footercont{
	clear: both;
	background-color: #323232;
}

#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer p{
	text-align: right;
	color: white;
	font-size: 11px;
	line-height: 15px;
}

#footer a{
	color: white;
}
