#photo
{
	height: 200px;
	background-color: white;
	margin: 50px 20px 20px 20px;
	background-image: url('/images/static/beemoov__contact.jpg');
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;

	position: relative;
}

#contactContent
{
	padding: 0 20px;
	min-height: 300px;
	margin-bottom: 50px;
}

div.floating
{
	float: left;
	height: 290px;
	width: 279px;
	background-color: white;

	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	margin-right: 21px;
	margin-bottom: 20px;
	padding: 20px 13px 13px 13px;

	box-shadow: 2px 4px 20px #CECECE;
    -moz-box-shadow: 2px 4px 20px #CECECE;
    -webkit-box-shadow: 2px 4px 20px #CECECE;

    font-size: small;
    position: relative;
    font-family: arial;

	position: relative;
}

div.floating a
{
	font-weight: bold;
}

div.floating p
{
	margin-top: 15px;
}

div.last
{
	margin-right: 0;
}


#hours
{
	line-height: 1.5em;
	position: absolute;
	bottom: 25px;
	left: 13px;
}

#phone
{
	width: 160px;
	height: 110px;
	position: absolute;
	right: 23px;
	bottom: 11px;

	background-image: url('/images/design/phone.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 100%;
}

#bubble
{
	width: 88px;
	height: 55px;
	position: absolute;
	right: 23px;
	top: 60px;

	background-image: url('/images/design/bulle.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#photoPresse
{
	height: 93px;
	width: 93px;
	background-color: #E0E0DE;
	background-repeat: no-repeat;
	background-size: 100%;
	margin-top: 15px;
}
