body
{
	margin:0;
	padding:0;

	font-family: Helvetica, Arial;
}

body div#page_container
{
	margin-top: 45px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

/*
*	Header
*/
div#page_container div#molecube_logo
{
	height: 31px;
	width: 261px;
	padding-top: 46px;
	float: left;
}

div#page_container div#molecube_shortdesc
{
	margin-top: 15px;
	float: right;
	margin-right: 30px;
	width: 600px;
}

div#page_container div#molecube_shortdesc h2
{
	color: #669999;
	font-style: italic;
	line-height: 36px;
}

/*
*	Content block
*/
.content_block
{
	margin-top: 35px;
	width: 960px;
}

p
{
	font-size: 14px;
	text-align: justify;
	line-height: 26px;
	color: #666;
}

#left_bubble
{
	margin-top: 25px;
	width: 271px;
	height: 111px;
	background-image: url('../img/bubble_left.png');
	background-repeat: no-repeat;
	float: left;
}

#left_bubble h2
{
	margin-left: 35px;
	font-size: 21px;
}

#right_bubble
{
	margin-top: 25px;
	width: 271px;
	height: 111px;
	background-image: url('../img/bubble_right.png');
	background-repeat: no-repeat;
	float: right;
	margin-left: 20px;
}

#right_bubble h2
{
	margin-left: 25px;
	font-size: 21px;
}

/*
*	Form
*/
input, textarea
{
	font-family: Helvetica;
	font-size: 22px;
	padding: 6px;
	margin: 2px;
	padding-left: 23px;
	border: 1px solid #cccccc;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 520px;
	background-repeat: no-repeat;
}

textarea { height: 280px;}

#sender_name{ background-image: url('../img/form/label_nom.png');}
#sender_mail{ background-image: url('../img/form/label_courriel.png');}
#sender_message{ background-image: url('../img/form/label_message.png');}
#submit_form{ position: relative; left: 175px; top: -38px; cursor: pointer;}