html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}
* {
	padding: 0;
	margin: 0;
}
body {
	font-size: 76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff; 
	color: #333;
	text-align: center;
}
img {
	border: 0;
}
h1 {
	font-size: 1.4em;
	padding-bottom: 10px;
	color: #615d6c;
}
p {
	padding-bottom: 7px;
}
a {
	color: #615d6c;
}
a:hover {
	text-decoration: none;
}


#frame {
	position: relative;
	width: 848px;
	height: 100%;
	background: #fff url('../images/bg_body_accueil_EN.jpg') 0% 0% no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#col_gauche {
	position: absolute;
	width: 320px;
	height: auto;
	top: 10px;
	left: 0px;
	text-align: left;
	background-color: transparent;
}

#logo {
	position: relative;
	float: left;
}
#logo p {
	margin-top: 20px;
	margin-bottom: 20px;
}
#promo {position: relative; float: left; border: solid 1px #ce2022; padding: 10px; font-size: 0.9em; margin-bottom: 15px; }
#promo ul {list-style-position: inside; }
#promo p {padding-bottom: 0; }
#promo ul li strong {color: #ce2022; font-weight: bold; } 
#promo h1 {color: #ce2022 !important; text-decoration: blink; }

#menu {
	position: relative;
	float: left;
	width: 200px;
	text-align: left;
}
#menu ul {
	list-style: none;
}

#accueil_photos {
	position: absolute;
	background-color: transparent;
	top: 0px;
	left: 324px;
	width: 446px;
	height: 458px;
}
#flag {
	position: absolute;
	top: 8px;
	right: 0;
	width: 80px;
	height: 29px;
	background-color: transparent;
}
#flag img {
	padding: 5px;
}

#texte {
	position: absolute;
	top: 400px;
	left: 390px;
	width: 340px;
	background-color: transparent;
	text-align: left;
}
#adresse {
	position: relative;
	float: left;
	clear: both;
	margin-top: 30px;
	padding-top: 7px;
	width: 100%;
	border-top: solid 1px #ddd;
	text-align: left;
	font-size: 0.8em;
	color: #5a6897;
	
}
#adresse h1 {
	color: #5a6897;
	margin: 0;
	padding: 0;
}
#adresse img {
	vertical-align: middle;
}

.ekiwi {
	font-size: 0.8em;
	font-style: italic;
	margin-top: 5px;
}
.ekiwi a {
	text-decoration: none;
	color: #5a6897;
}
.ekiwi a:hover {
	color: #652128;
}
