@charset "utf-8";
/* CSS Document */

* {
	margin:  0px;
	padding: 0px;
	text-decoration:none;
	border:0px;
}

html {
	font-size: 100%;
}

body {
	background:#000;
}

.contenu {
	background: url(images/fond.jpg) no-repeat center center;
	height:700px;
	width:852px;
	text-align:center;
}


/* ******************************* Kwicks (accordeon) ******************************** */

/* defaults for all examples */
.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;

	float: left;
	width:238px;
	height: 534px;
	margin-right: 3px;
}
#kwickShangri { 
	background:url('./images/onglet_shangrila.jpg') top left no-repeat;
}
#kwickAither {
	background:url('./images/onglet_aither.jpg') top left no-repeat;
}
#kwickApo {
	background:url('./images/onglet_apo.jpg') top left no-repeat;
}
#kwickMezzo { 
	background:url('./images/onglet_mezzo.jpg') top left no-repeat;
	margin-right: 0px;
}

.kwicks.boitekwicks {
	width:940px;
	margin:auto;
	padding:0px;
	text-align:center;
}

.kwicks .boitetexte {
	padding-left:40px;
	width:780px;
	cursor:default;
}

.kwicks .fondkwicks {
	text-align:justify;
	width:780px;
	height: 534px;
	overflow:auto;
	padding:0px;
}

.fondShangri {
	background:url('./images/fond_shangrila.jpg') top left no-repeat;
}

.fondAither {
	background:url('./images/fond_aither.jpg') top left no-repeat;
}

.fondApo {
	background:url('./images/fond_apo.jpg') top left no-repeat;
}

.fondMezzo {
	background:url('./images/fond_mezzo.jpg') top left no-repeat;
}

.titre {
	color:#CDD;
	font-size:16px;
	font-weight:bold;
}

.texteshangri {
	color:#CCC;
	font-family:Calibri, Arial;
	font-size:12px;
	padding:10px 15px;
	text-align:justify;
}

.texteaither {
	color:#CCC;
	font-family:Calibri, Arial;
	font-size:12px;
	padding:10px 15px;
	text-align:justify;
}

.texteapo {
	color:#CCC;
	font-family:Calibri, Arial;
	font-size:12px;
	padding:10px 15px;
	padding-right:330px;
	text-align:justify;
}

.textemezzo {
	color:#352315;
	font-family:Calibri, Arial;
	font-size:12px;
	padding:5px 80px;
	text-align:justify;
}

a {
	color:#999;
}
