@charset "UTF-8";
/*####  Contacter nous ####*/
#textar{
	color:#000;
	font-family:Tahoma;
	direction:rtl;
	font-size:11px
}
#obar {
	color:#FF0000;
	font-family:Tahoma;
	direction:rtl;
	font-size:11px
}

.textfieldRequiredMsg, 
.textfieldInvalidFormatMsg, 
.textfieldValidMsg,
.textareaRequiredMsg,
.textareaValidMsg  {
	display: none;
}

.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg,
.textareaRequiredState .textareaRequiredMsg
{
	display: inline;
	color: #CC3333;
	border: 0px;
}

.textfieldValidState input, input.textfieldValidState,
.textareaValidState textarea, textarea.textareaValidState {
	background-color: #B8F5B1;
}

input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input,
textarea.textareaRequiredState, .textareaRequiredState textarea
{ 
	background-color: #FF9F9F;
}

.textfieldFocusState input, input.textfieldFocusState,
.textareaFocusState textarea, textarea.textareaFocusState {
	background-color: #FFFFCC;
}

.textfieldFlashText input, input.textfieldFlashText,
.textareaFlashState textarea, textarea.textareaFlashState {
	color: red !important;
}
.checkboxRequiredMsg, .checkboxMinSelectionsMsg, .checkboxMaxSelectionsMsg{
	display: none;
}
.checkboxRequiredState .checkboxRequiredMsg,
.checkboxMinSelectionsState .checkboxMinSelectionsMsg,
.checkboxMaxSelectionsState .checkboxMaxSelectionsMsg {
	display: inline;
	color: #CC3333;
}
.selectRequiredMsg, .selectInvalidMsg {
	display: none;
}

.selectRequiredState .selectRequiredMsg,
.selectInvalidState .selectInvalidMsg {
	display: inline;
	color: #CC3333;
}


.selectValidState select, select.selectValidState {
	background-color: #B8F5B1;
}

select.selectRequiredState, .selectRequiredState select,
select.selectInvalidState, .selectInvalidState select {
	background-color: #FF9F9F;
}
.selectFocusState select, select.selectFocusState {
	background-color: #FFFFCC;
}

