/* 
formulaire-recherche
...............................................................
*/

.formulaire-recherche form
{
	margin:0;
	text-align:right;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 4px;
	height: 21px;
	border: 1px solid #c2c2c2;
	width: 100px;
	display: inline;
}

/* 
Input 
*/
.formulaire-recherche input, .formulaire-recherche select
{
	width: 120px;
	/*font-size: 0.8em;*/
	background-color: #FFFFFF;
	border:1px solid #0e705a;
	height: 19px;
}

.formulaire-recherche input:hover
{
	background-color: #ececec;
	
}

/* button submit */
.formulaire-recherche input[type="submit"]
{
	width: 70px;
	font-size:11px;
	background-color: #144a3d;
	color:#ececec;
	border: 1px solide #0e705a;
}

.formulaire-recherche input[type="submit"]:hover
{
	background-color: #f4d25d;
	cursor: pointer;
	color: #fff;
}

.formulaire-recherche input[type="reset"]
{
	border: 1px solide #0e705a;
}

.formulaire-recherche input[type="reset"]:hover
{
	background-color: #E6484D;
	cursor: pointer;
}


.next-tab {
	padding:3px !important;
}



.boite_recherche{
	margin: 0px;
	float: left;
	height: 20px;
	width: 170px;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.bt_recherche{
	background-image: url(/imports/images/fond_bt_recherche.gif);
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px;
	float: right;
	height: 20px;
	width: 70px;
	text-align: center;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: right top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}



.form {
	padding:0;
	margin:0;
}

.form h4 {
	font-size:13px;
}
.form p {
	font-weight:100;
}
.form fieldset {
	padding:10px 0;
	margin:0;
	border:none;
}

.form legend {
	font-size: 14px;
	font-weight:600;
	padding:3px;;
	display:block;
	background-color:#f3f3f3;
	color: #27313F;
}
.form label {
	display:block;
	color: #27313F;
	font-size: 11px;
}

.form .text {
	border: 1px solid #ccc;
	padding:4px;
	color:#27313F;
}

.form .button {
	border: 1px solid #aaa;
	padding:4px 10px;
	color:#444;
	background-color:#ddd;
}

.form .xsmall {
	width: 6em;
}

.form .small {
	width: 10em;
}

.form .medium {
	width: 20em;
}

.form .large {
	width: 30em;
}


.form label.error {
	display:block;
	color:#f00;
	font-weight:normal;
	margin:0 20px 0 5px;
	text-align:left;
}