html, body {
	margin:0; padding:0;
	height:100%;
}
 
body {
	background:url('../images/alixpoulot_homepage.jpg') 50% top no-repeat #fdda97;
	font-family: Arial,Helvetica,sans-serif;
}

#wrapper {
	margin:0; padding:0;
	display: block;
	width: 100%;
}

#wrapper h1 {
	display: block;
	width: 100%; height: 114px;
	text-indent: -10000px;
}

#father {
	display: block;
	float : left;
	margin:0; padding:0;
	width: 50%; height: 450px;
	text-indent: -10000px;
}

#son {
	display: block;
	float : left;
	margin:0; padding:0;
	width: 50%; height: 450px;
	text-indent: -10000px;
}

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #fdda97;
	padding: 8px 8px 4px;
	background: url('../images/bubble.png') top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url('../images/bubble.png') bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}