
/*  General
------------------------------------------- */


img {
	border: none;
}
#outer_wrapper {
	width: 100%;
	background-repeat: no-repeat;
	float: left;
}
#bluebar {
	background-color: #add1eb;
	height: 52px;
}
#back-field {
	background: url(/_images/back-logo.jpg) no-repeat 50% 0;
	margin-top: 0px;
	height:150px;
	padding: 145px 0 0 0;
}
body.fr #back-field {
	background: url(/_images/back-logo_fr.jpg) no-repeat 50% 0;
}
#whatis {
	text-align: center;
	margin: 0 30px 0 0;
	padding: 0;
	font-size: 16px;/*margin:145px 40px 0 40px;*/
}
body.fr #whatis {
	margin-right: 25px;
}
#collage {
	background: url(/_images/collage.jpg) no-repeat 50% 0;
	height:269px;
	margin-top:0px;
}
#page-content {
	margin:0px auto;
	text-align:left;
	width: 950px;
}
