body {
	font: 12px Helvetica, Arial, Helvetica, sans-serif;
	color: black;
	background: #e0e0e0;
	text-align: center;
}

.clearer {
	clear: both;
}

#global {
	background: white url(../medias/bg_global.jpg) left bottom no-repeat;
	width: 796px;
	height: 640px;
	margin: 66px auto 20px auto;
}

#global_left, #global_right {
	width: 398px;
	float: left;
}

#global_left {
	border-top: 57px solid #93d673;
}

#global_right {
	border-top: 57px solid #bbac95;
}

#global_left p , #global_right p {
	text-align: center;
	padding-top: 10px;
}