/* ======================================== RESET ======================================== */

html
{
	background-color:#fff;
	border:0;
	margin:0;
/*	overflow-x:hidden;*/
	padding:0;
}

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section
{
	border:0;
	font-family:Arial, sans-serif;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
	vertical-align:baseline;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section
{
	display:block;
}

body
{
	line-height:1.5;
}

table
{
	border-collapse:separate;
	border-spacing:0;
}

caption, th, td
{
	float:none !important;
	font-weight:400;
	text-align:left;
}

table, th, td
{
	vertical-align:middle;
}

blockquote:before, blockquote:after, q:before, q:after
{
	content:'';
}

blockquote, q
{
	quotes:"" "";
}

a img
{
	border:none;
}

:focus
{
	outline:0;
}

div.clear
{
	clear:both;
}

/* ======================================== LAYOUT ======================================== */

html
{
	margin:0px;
	padding:0px;
	background: url(../img/bg-draw.gif) #f6f0d8 no-repeat;
	width:100%;
	height:100%;
}

body
{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}

#wrapper
{
	width: 100%;
	height: 450px;
	position:absolute;
	margin-top: -200px;
	top: 50%;
	background: url(../img/bg-curves.gif) center top no-repeat;
}

#content
{
	width: 1024px;
	height: 400px;
	margin: 0px auto;
	background: url(../img/bg-curves.gif) #fd5e05 center top no-repeat;
}

/* ======================================== LOGO ======================================== */

#logo
{
	background: url(../img/logo.png) center center no-repeat;
	width: 316px;
	height: 400px;
	float: left;
}

/* ======================================== PHOTOS ======================================== */

#photos
{
	background: red;
	width: 393px;
	height: 400px;
	float: left;
}

#slideshow 
{
    position:relative;
    height:350px;
}

#slideshow IMG
{
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active 
{
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active 
{
    z-index:9;
}

/* ======================================== TEXT ======================================== */

#text
{
	background: url(../img/map.png) top center no-repeat;
	width: 315px;
	height: 305px;
	float: left;
	margin-top: 45px;
	padding-top: 50px;
}

#text p
{
	font-family: "BarmenoMedium", Arial, sans-serif;
	font-size: 14px;
	color: #ba2801;
	line-height: 18px;
	text-align: justify;
	padding-right: 30px;
	padding-left: 56px;
	padding-top: 90px;
}

#text-french
{
	background: url(../img/map.png) top center no-repeat;
	width: 315px;
	height: 305px;
	float: left;
	margin-top: 45px;
	padding-top: 50px;
}

#text-french p
{
	font-family: "BarmenoMedium", Arial, sans-serif;
	font-size: 14px;
	color: #ba2801;
	line-height: 16px;
	text-align: justify;
	padding-right: 30px;
	padding-left: 56px;
	padding-top: 90px;
}

/* ======================================== INFO ======================================== */

#info
{
	width: 700px;
	height: 20px;
	background: #f6f0d8;
	padding: 11px;
	margin-top: 10px;
	padding-right: 28px;
	float: right;
}

#info address
{
	font-family: "BarmenoMedium", Arial, sans-serif;
	font-size: 12px;
	color: #542400;
	line-height: 16px;
	text-align: right;
	padding-top: 3px;
}

#info .languages
{
	padding-left: 15px;
}

#info ul
{
	float: right;
}

#info ul li
{
	list-style: none;
	display: inline;
}