*, html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	color: #fff;
	background: #d2d2d0 url(../images/fond.jpg) repeat-x;
	font-family: "Trebuchet MS", Verdana, arial, Sans-Serif;
	font-size: 85%;
}

/**************** Styles de base ********************/
img {
	border: none;
}

a {
	color: #fff;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}


/**************** Positionnement ********************/
#page {
	width: 843px;
	margin: 30px auto 0 auto;
	height: 526px; 
	background:url(../images/cadreKamoka.png) no-repeat;
}

#conteneur {
	top: 15px;
	margin: 0 25px 0 14px;
	position: relative;
}

#menuPrincipal {
	width: 293px;
	position: absolute;
	right: 0;
	top: 0;
	height: 497px;
	background: url(../images/fondMenu.jpg) no-repeat 100% 0;
	z-index: 100;
}

#menuPrincipal ul {
	margin: 197px 117px 0 28px;
	list-style: none;
	background: url(../images/separateur.gif) repeat-x 0 100%;
}

#menuPrincipal ul li a {
	font-size: 11px;
	background: url(../images/separateur.gif) repeat-x;
	display: block;
	line-height: 27px;
	height: 27px;
	position: relative;
}

#menuPrincipal flags {
	margin: 0px 117px 0 28px;
	list-style: none;
}

#menuPrincipal flags {
	font-size: 11px;
	display: block;
	line-height: 27px;
	height: 27px;
	position: relative;
}

#menuPrincipal ul li a:hover {
	text-decoration: none;
}

#blocContenu {
	position:inherit;
	overflow:visible; 
	height: 497px; 
	width: 510px;
	left: 0 px;
	top: 0px;
	bottom:0 px;

}

.content {
	position: absolute;
	width: 510px;
	height: 497px;
	top: 0;
	left: 0;
	background: #000;
}

/************* Positionnement des bloc contenu ***********/
#home {
	left: 0; 
	top: 0;
}
 
#historyOfOurFamily {
	left: 0; 
	top: 0;
}
 
#ourFarmingMethods {
	left: 0px; 
	top: 0;
}
 
#philosophy {
	left: 0px;
	top: 0;
}

#pearls {
	left: 0px;
	top: 0;
}

#news {
	left: 0px;
	top: 0;
}

#pearlFarmingVideo {
	left: 0px;
	top: 0;
	z-index: 50;
}

#contact {
	left: 0px;
	top: 0;
}

/********* Menu de la sous partie *************/
.sousMenu {
	position: absolute;
	bottom: 0px;
	right: 15px;
	z-index: 10;
	list-style: none;
	overflow: hidden;
	width: 150px;
}

.sousMenu li {
	display: inline;
	float: left;
}

.sousMenu li a {
	display: block;
	width: 15px;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 9px;
	line-height: 30px;
	height: 30px;
}

.sousMenu li a:hover{ 
	font-weight: bold;
	font-size: 14px;
}

.actlink {
	font-weight: bold;
	font-size: 14px;
}

.sousMenu li a.clike, #sousMenu li a.clike:visited, .sousMenu li a.clike:hover, .sousMenu li a.clike:active { 
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}

.blocSousContenu {
	overflow: hidden; 
	height: 497px; 
	width: 510px;
	position: relative;
}

.sousContent {
	width: 511px;
	height: 497px;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
}

.affichageVertical img {
	float: left;
	margin-right: 12px;
	position: relative;
	z-index: 15;
}

/************** Styles contenu ********************/
#blocContenu h1, #blocContenu p {
	margin: 0 15px;
	position: relative;
}

#blocContenu h1 {
	font-size: 18px;
	font-weight: normal;
}

#blocContenu p {
	font-size: 11px;
	text-align: justify;
}

#blocContenu img {
	margin-bottom: 10px;
	display: block;
}

/******** Info bulle **********/
.infobulle {
	position: absolute;	
	visibility : hidden;
	width: 126px;
	padding: 7px 10px 7px 10px;
	font-family: Verdana, Arial;
	font-size: 10px;
	background: #fff;
	z-index: 150;
	color: #000;
}

html>body .infobulle {
	opacity: .5;
	filter: alpha(opacity=50);
}

#curseur {
	z-index: 100;
}

#leplanb {
	text-indent: -5000em;
	display: block;
	position: absolute;
	right: -30px;
	width: 20px;
	height: 100px;
	top: 220px;
}

#flashspace {
	text-align: center;
	
}

#movie {
	text-align: center;
	margin-top: 80px;
}

/*************Hide Font*********/

.hidefont{font-family:Arial, Helvetica, sans-serif; color:#d2d2d0; font-size:2px}
