

#conteneur {
	position: relative;
	width: 280px;

}



#links {

	position: relative;
	width: 277px;
	height: 101px;
	padding-top: 5px;
	padding-left: 3px;
	background: url("/wp-content/themes/wpremix/images/home/links_background.png") no-repeat;

}


	.link_button {
		background: url("/wp-content/themes/wpremix/images/home/link_button.png") no-repeat;
		width: 122px;
		height: 19px;
		cursor : pointer;
	}

		.link_picture {
			position: relative;
			float: left;
			left: 5px;
			top: 2px;
			width: 32px;

		}

		.link_text {
			position: relative;
			float: right;
			color: #747474;
			font-family: Arial;
			font-size: 11px;
			top: 2px;
			left: 0px;
			width: 90px;
		}

		.link_text a:link {color: #747474; text-decoration: none;}
		.link_text a:visited {color: #747474; text-decoration: none;}
		.link_text a:hover {color: #747474; text-decoration: none;}
		.link_text a:active {color: #747474; text-decoration: none;}


#form {

	position: relative;
	width: 277px;
	height: 200px;
	background: url("/wp-content/themes/wpremix/images/home/form_background.png") no-repeat;

}

	.form_block {
		position: relative;
		width: 215px;
		height: 100px;
		left: 20px;
		top: 10px;

	}


.form_title {
	color: #082d62;
	font-family: Arial;
	font-size: 18px;
	top: 0px;
	left: 0px;
}


.form_text {
	color: #3269a2;
	font-family: Arial;
	font-size: 12px;
	top: 0px;
	left: 0px;
}

.form_button {
	background: url("/wp-content/themes/wpremix/images/home/form_button.png") no-repeat;
	width: 101px;
	height: 21px;
	cursor : pointer;
	text-align: center;
}

.form_button_text {
	position: relative;
	color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	top: 2px;
	width: 92px;
}

.form_button_text a:link {color: #ffffff; text-decoration: none;}
.form_button_text a:visited {color: #ffffff; text-decoration: none;}
.form_button_text a:hover {color: #ffffff; text-decoration: none;}
.form_button_text a:active {color: #ffffff; text-decoration: none;}


.select_form {
	border: 1px solid #9abce1;
	font-size: 11px; 
	color: #3269a2;
	width: 85px;
	height: 20px;
	font-family: font-family: Arial, Helvetica, sans-serif;
}

.form_spacer {
	height: 9px;
}

.form_separator {
	position: relative;
	left: 13px;
}