@charset "utf-8";
#container_col {
	background-image: url(../img/img_contact2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	float:left;
	width:100%;
	height: auto;
}
#col_droite {
    margin: 20px auto;
    min-height:440px;
    padding:0;
    width:auto;
}
#contact {
	float:left;
	width : 44%;
}
#plan_acces {
	float:left;
    width : 41%;	
	padding:0 45px 20px 55px;;
}

.form_col1 {
/*    float:left;
*/    margin: 0;
    padding:0;
}
.input_text {
	width:380px;
	background-color: #e3e3e5; /* gris */
}
.form_list_VO {
	width:80px;
	margin-left:5px;
}
.txt_message{
	height:200px;
	width:380px;
	background-color: #e3e3e5; /* gris */
}
.txt_err {
	color : #F00;
}
.txt_info {
	color : #5bbd2c; /* vert */
}
.bouton_envoyer {
	color:#000; /* noir */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
