@charset "utf-8";
/*	--------------------------------------------------------------
--
--  AAA - Anvers aux Abbesses
--  CSS forms
--  media : all media
--
--  revision : juillet 2009
--  please report bug to :
--  aurelien point ferlito chez gmail point com
--
--------------------------------------------------------------- */

div#recherche {
	float: right;
	width: 170px;
	height: 50px;
	background: url(../img_layout/recherche_bg.png) left 15px no-repeat;
}
div#recherche form,
div#recherche fieldset {
	border: none;
}
div#recherche legend {
	display: none;
}
div#recherche input#sChamp {
	background: transparent;
	border: none;
	width: 112px;
	padding: 0 5px 0 8px;
	float: left;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.1em;
	margin: 21px 0 0 0;
	color: #777;
	letter-spacing: -1px;
}
div#recherche input#sChamp:hover,
div#recherche input#sChamp:focus {
	color: #000;
}
div#recherche input#sBouton {
	float: right;
	margin: 13px 0 0 0;
}

div.wpcf7 {
	padding-left: 2em !important;
	margin: 2em 0 !important;
	border-left: 1px #ddd dotted;
}
div.wpcf7 input[type=text] {
	width: 414px;
}
div.wpcf7 textarea {
	width: 414px !important;
	height: 50px !important;
}
div.wpcf7  input[type=submit] {
	padding: 2px 10px;
	margin: 2em 0 1em 0;
	width: 414px !important;
}
div.wpcf7  img.form_candidature_captchac {
	float: left;
}
div.wpcf7 input.form_candidature_captchar {
	width: 100px;
}

