#tabs { 
    background: transparent; 
    border: none; 
} 
#tabs .ui-widget-header { 
    background: transparent; 
    border: none; 
    border-bottom: 1px solid #c0c0c0; 
    border-radius: 0px; 
    border-radius: 0px; 
    border-radius: 0px; 
} 
#tabs .ui-tabs-nav {
	font-size: 1.1em;
}
#tabs .ui-tabs-nav .ui-state-default { 
    background: transparent; 
    border: none; 
} 
#tabs .ui-tabs-nav .ui-state-active { 
    background: transparent url(../images/uiTabsArrow.png) no-repeat bottom center; 
    border: none; 
} 
#tabs .ui-tabs-nav .ui-state-default a { 
    color: #999; 
}
#tabs .ui-tabs-nav .ui-state-hover a {
	color: #fed923;
}
#tabs .ui-tabs-nav .ui-state-active a {
	font-weight: bold;
    color: #000000; 
}
.ui-widget-overlay {
	background: #333;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-dialog,
.ui-dialog .ui-dialog-buttonpane { /*The outer container of the dialog.*/
}
.ui-dialog .ui-dialog-titlebar { /*The title bar containing the dialog's title and close button.*/
}
.ui-dialog .ui-dialog-title { /*The container around the textual title of the dialog.*/
}
.ui-dialog .ui-dialog-titlebar-close { /*The dialog's close button.*/
}
.ui-dialog .ui-dialog-content { /*The container around the dialog's content. This is also the element the widget was instantiated with.*/
padding: 0.5em;
}
.ui-dialog .ui-dialog-content input {
	background: #000;
	outline: none;
	margin-bottom: 7px;
	padding: 2px 5px;
}
.ui-dialog .ui-dialog-content input:hover,
.ui-dialog .ui-dialog-content input:focus {
	border: 1px solid #fed923;
}
.ui-dialog .ui-dialog-content div{
	padding: 0 5px;
	margin: 1em 0;
}
.ui-dialog .ui-dialog-buttonpane { /*The pane that contains the dialog's buttons. This will only be present if the buttons option is set.*/
}
.ui-dialog .ui-dialog-buttonset { /*The container around the buttons themselves.*/
}
#div_formulaire input.ui-state-error {
	border: 1px solid #fed923;
	background: #fee4bd url(images/ui-bg_highlight-hard_65_fee4bd_1x100.png) 50% top repeat-x;
	color: #fed923;
}
#div_formulaire table {
	margin:0;
	padding:0;
	border-collapse: collapse;
	width: 312px;
}

.customSelect { 
    font:12px sans-serif;
    background:#fff url(../images/select.png) right center no-repeat;
    border: 1px solid #000000;
	color: #1e1b1d;
    padding:5px 0px 5px 9px;
    border-radius: 6px;
    border-radius: 6px;
    border-radius: 6px;
    width:25px;
}
.customSelect.customSelectHover,
.customSelect.customSelectFocus {
	border: 1px solid #fed923;
}
.customSelect.customSelectOpen {
}
.customSelectInner {
}
.customSelect.ui-state-error {
	background: #fed923 url(../images/select.png) right center no-repeat;
	border: 1px solid #fed923;
	color: #000000;
}
