body {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #aeb1b3;
}

.clearer {
	clear: both;
}

#global {
	width: 906px;
	margin: 0 auto;
	background-color: #FFF;
}

#header {
	height: 310px;
	position: relative;
}

body.fr #header {
	background: transparent url(../medias/bg_header_fr.jpg) top left no-repeat;
}

body.en #header {
	background: transparent url(../medias/bg_header_en.jpg) top left no-repeat;
}

#header #langs {
	position: absolute;
	top: 13px;
	left: 50px;
}

#content {
	padding: 25px 0;
}

#content #content_left {
	width: 460px;
	float: left;
	text-align: center;
	padding-top: 50px;
}

#content #content_right {
	width: 445px;
	float: left;
	text-align: left;
}

#footer {
	height: 380px;
	background: white url(../medias/bg_footer.jpg) top left repeat-x;
}

/* Add this */
div.addthis_toolbox {
	padding-left: 150px;
}

div.addthis_toolbox a.addthis_button_compact {
	line-height: 16px;
	color: #731470;
	text-decoration: underline;
}



