/*------------------------------------------------
|             Clair et Net. @ 2007                |
--------------------------------------------------*/

/* pop up form */

#appform {
	width: 510px;
	color: #474747;
	font-weight: bold;
	padding-top: 20px;
	text-align: left;
}

#appform input, #apprecherche input {
	border: 1px solid #A5A6A6;
}
#appform input:focus, #apprecherche input:focus {
	border: 1px solid #a07f95;
}

#appform #userName,
#appform #reactionTitle {
	width: 48%;
	float: left;
	padding: 2px;
}
#appform #reactionTitle {
	float: right;
}
#appform #userName input,
#appform #reactionTitle input {	
	width: 100%;
}

#appform #reactionTxt {
	clear: both;
	padding-top: 15px;
}

#appform #reactionTxt #lbl_reaction_text {
	float: left;
}
#appform #reactionTxt textarea {
	border: 1px solid #A5A6A6;
	width: 510px;
}

#form_end {
	padding-top: 15px;
}

#form_end #reqFields {
	float: left;
}
#form_end #sendBtn {
	float: right;
}
.btn {
	background: #FF066A!important;
	color: #fff;
	font-weight: bold;
	border: none;
	padding: 3px;
}

#closeWindow {
	clear: both;
	display: block;
	width: 200px;
}

/********************************************************/

#searchFormHolder {
	margin-top: 20px;
}

#apprecherche {
	margin-bottom: 60px;
	padding: 0;
	clear: both;
	width: 737px;
}

#apprecherche label {
	margin: 0;
	padding: 0;
	border: none;
}

#apprecherche #bloc1, #bloc2 {
	background: #fcfcfc;
	margin: 8px 2px 2px 0;
	padding: 8px 2px 10px 0;
	border-bottom: 1px dotted #9B9B9B;
	_border-bottom: 1px dotted #e9e9e9;
}

#apprecherche #lbl_keywords {
	color: #4e4e4e;
	font-family: "trebuchet MS", "MS Sans Serif";
	font-size: 13px;
	display: block;
}

#apprecherche input#keywords {
	width: 400px;
	margin: -10px 0 5px 0;
}

#apprecherche p {
	padding: 10px 0 0 0;
}

#apprecherche #lbl_rubrics, #lbl_categories, #lbl_keywords{
	margin: 0px 0 10px 5px!important;
	padding: 2px;
	display: block;
	font-weight: bold;
}

#apprecherche #required {
	color: #FF0000;
}

#apprecherche #sendBtn {
	float: right;
	margin-top: -20px;
	margin-right: 5px;
	border: none;
}

#apprecherche .rubrics_, .categories_ {
	float: left;
	margin-right: 25px;
	padding: 5px;
	background: #fcfcfc;
}
#apprecherche .rubrics_ input, .categories_ input {
	margin-right: 5px;
}

#error {
	font-weight: bold;
	color:#FF0000;
	padding: 15px 0 15px 0;
	_padding: 5px 0 15px 0;
	clear: both;
	text-decoration: underline;
}

#searchList p {
	padding: 5px;
}

#apprecherche input#rubrics,
#apprecherche input#categories {
	padding: 0;
	margin: 0 5px 0 0;
	border: none;
}


	