*, html, body {
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

u {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}


input[type=file] {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #666666;
	background-color:#fff;
	border: 1px solid #7F9DB9;
	cursor:pointer;
	margin: 2px;
}

input[type=text],input[type=password], textarea {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #666666;
	border: 1px solid #7F9DB9;
	width: 180px;
	height: 20px;
	padding: 2px 0px 0px 5px;
	margin: 2px;
}

select {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #666666;
	border: 1px solid #7F9DB9;
	width: 185px;
	height: 25px;
	padding-left: 2px;
	/*padding: 2px 0px 5px 5px;*/
	margin: 2px;
	cursor: pointer;
}

.lbl_title {
	border-bottom: 1px dashed #888;
}

/* BANDEAU */
#bandeau_zemail_repeat {
    width: 100%;
    height: 110px;
    background: url(../images/bandeau_zemail_repeat.jpg) top left repeat-x;
}

#bandeau_zemail_logo {
    width: 992px;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/bandeau_zemail_logo.jpg) top center no-repeat;
}

#bandeau_zemail_logo ul {
	float:right;
	list-style:none;
}

#bandeau_zemail_logo li {
    /*width: 154px;*/
    width: 144px;
    height: 88px;
    display: inline;
    text-align: center;
    float: left;
    padding-top: 12px;
}

#bandeau_zemail_logo .off {
    background: url(../images/btn_menu_off.jpg) top left no-repeat;
}

#bandeau_zemail_logo .on {
    background: url(../images/btn_menu_on.jpg) top left no-repeat;
}

#bandeau_zemail_logo .off:hover {
    background: url(../images/btn_menu_hover.jpg) top left no-repeat;
    cursor: pointer;
}

/* FOND DESSOUS BANDEAU */
#fond_dessous_bandeau {
    width: 972px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/fond_dessous_bandeau.jpg) top center repeat-y;
    text-align: right;
    padding: 0px 10px 0px 10px;
}

#container_login_g {
  width: 7px;
  height: 22px;
  /* background: url(../images/container_login_g.jpg) top center no-repeat; */
  float: right;
  margin-top: 6px;
}
#container_login_m {
  width: auto;
  height: 22px;
  line-height: 22px;
  /* background: url(../images/container_login_m.jpg) top center repeat-x; */
  float: right;
  padding: 0px 3px 0px 3px;
  color: #333;
  font-size: 13px;
  cursor: default;
  margin-top: 6px;
}
#container_login_d {
  width: 7px;
  height: 22px;
  /* background: url(../images/container_login_d.jpg) top center no-repeat; */
  float: right;
  margin-top: 6px;
}
#container_login_btn {
  width: 23px;
  height: 24px;
  float: right;
  margin-left: 0px;
  margin-right: 2px;
  margin-top: 6px;
}


/* BANDEAU DES ONGLETS */
#bandeau_onglets {
    width: 992px;
    height: 50px;
    line-height: 25px;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/fond_dessous_bandeau.jpg) top center repeat-y;
}

#bandeau_onglets ul {
	float:left;
	list-style:none;
    padding-left: 170px;
}

#bandeau_onglets li {
    width: 170px;
    height: 42px;
    display: inline;
    text-align: center;
    float: left;
    padding-top: 8px;
}

#bandeau_onglets .off {
    background: url(../images/onglet_off.jpg) top left no-repeat;
    color: #222222;
}

#bandeau_onglets .on {
    background: url(../images/onglet_on.jpg) top left no-repeat;
    color: #ffffff;
    font-weight: bold;
}

#bandeau_onglets .off:hover {
    background: url(../images/onglet_hover.jpg) top left no-repeat;
    color: #ffffff;
    cursor: pointer;
}

/* BANDEAU DES ONGLETS 2 */
#bandeau_onglets_2 {
	width: 992px;
	height: 50px;
	line-height: 25px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/fond_dessous_bandeau.jpg) top center repeat-y;
}

#bandeau_onglets_2 ul {
	float:left;
	list-style:none;
	padding-left: 130px;
}

#bandeau_onglets_2 li {
	width: 138px;
	height: 42px;
	display: inline;
	text-align: left;
	float: left;
	padding-top: 8px;
	padding-left: 18px;
}

#bandeau_onglets_2 .off {
	background: url(../images/onglet_off_2.jpg) top left no-repeat;
	color: #222222;
}

#bandeau_onglets_2 .on {
	background: url(../images/onglet_on_2.jpg) top left no-repeat;
	color: #ffffff;
	font-weight: bold;
}

#bandeau_onglets_2 .off:hover {
	background: url(../images/onglet_hover_2.jpg) top left no-repeat;
	color: #ffffff;
	cursor: pointer;
}

/* FOND DESSOUS ONGLETS */
#fond_dessous_onglet {
    width: 992px;
    height: 53px;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/fond_dessous_onglets.jpg) top center no-repeat;
    padding: 0px;
    color: #fff;
    text-align: right;
}

#icone_dessous_onglet {
    width: 185px;
    height: 66px;
    float: left;
    text-align: left;
    margin-top: -17px;
    margin-left: 25px;
	vertical-align: bottom;
}
#texte_dessous_onglet {
    width: 460px;
    height: 50px;
    line-height: 50px;
    float: left;
    text-align: left;
    color: #fff;
	font-size: 18px;
	/*font-style: italic; */
	font-weight: bold;
}
#input_dessous_onglet {
    width: 250px;
    height: 40px;
    float: left;
    padding-top: 12px;
}
#help {
	width: 45px;
	float: left;
	padding-top: 12px;
}


/* BANDEAU NOIR */
#fond_bandeau_noir {
    width: 932px;
    height: 28px;
    line-height: 28px;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/fond_bandeau_noir.jpg) top center repeat-x;
    padding: 0px 10px 0px 10px;
    color: #fff;
	text-align: left;
}
#fond_bandeau_noir a {
    text-decoration: none;
    color: #fff;
}
#fond_bandeau_noir a:hover {
    text-decoration: underline;
    color: #fff;
}

/* CONTENU */
#page_content {
    width: 952px;
    min-height: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    padding-top: 10px;
    color: #222222;
}

.tbl_list {
    border: 0px solid #B6C3CB;
}
.tbl_list th {
    padding: 5px;
    color: #1C5E81;
    background-color: #D6E0E9;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #B6C3CB;
    text-align: left;
}
.tbl_list td {
    padding: 4px;
    border-bottom: 1px solid #B6C3CB;
}
.ligne_paire {
    background-color: #E2E9EF;
}
.ligne_impaire {
    background-color: #F2F6F9;
}
.ligne_paire td, .ligne_impaire td {
	padding: 2px;
}

.ligne_clic label:hover {
	cursor:pointer;
	background-color:#CCCCCC;
}
.ligne_clic:hover {
	cursor:pointer;
	background-color:#CCCCCC;
}

/* JSplitter */
.splitter { min-height: 509px; border: 1px solid #B6C3CB; }

.ui-state-default { background-color: #B6C3CB }
.ui-state-hover { background-color: #bdb }
.ui-state-highlight { background-color: #add }
.ui-state-error { background-color: #eaa }

.splitter-pane { overflow: auto; }
.splitter-bar-vertical { width: 4px; background-image: url(../images/vgrabber.gif); background-repeat: no-repeat; background-position: center; }

.splitter-bar-vertical-docked { width: 8px; background-image: url(../images/vdockbar-trans.gif); background-repeat: no-repeat; background-position: center; }
.splitter-bar.ui-state-highlight { opacity: 0.7; }
.splitter-iframe-hide { visibility: hidden; }

#LeftPane {
	background: #F2F6F9;
	width: 200px;
	overflow: auto;
}
#RightPane {
	background: #F2F6F9;
	min-width: 300px;
	overflow: auto;
}
#RightPaneContainer {
    width: 98%;
    height: 97%;
    padding: 5px;
    border: 1px solid #000;
}
#MiddlePane {
	background: #F2F6F9;
	overflow: auto;
	min-height: 509px;
	border: 1px solid #B6C3CB;
}
/* FOOTER */
#bandeau_footer {
    position: relative;
    width: 952px;
    height: 20px;
    line-height: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: right;
    background-color: #19171C;
}
#bandeau_footer p {
    color: #fff;
    padding-right: 5px;
    font-size: 10px;
}

#menu_footer {
    position: relative;
    width: 952px;
    line-height: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}
#menu_footer a {
	font-size: 11px;
    text-decoration: none;
	color: #3D3D3D;
}
#menu_footer a:hover {
    text-decoration: none;
	font-weight: bold;
	color: #3D3D3D;
}

.info-bulle-contenu {
    display: none;
    position: absolute;
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #FF6600;
    border-radius: 5px;
    -moz-border-radius: 10px 0px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #333333;
    -webkit-box-shadow: 0px 0px 4px #333333;
    box-shadow: 0px 0px 4px #333333;
    color: #ffffff;
}

#Pagination {
	position: relative;
	width: 450px;
	float: right;
	margin:3px -2px 0px 0px;
	padding:0px;
	color: #3D3D3D;
	text-align: right;
}

#Pagination2 {
	position: relative;
	width: 62px;
	float: right;
	margin:4px 0px 0px 1px;
	padding:0px;
	color: #3D3D3D;
}

#div_action_groupee {
	position: relative;
	width: 135px;
	float: right;
	margin:4px 0px 0px 3px;
	padding:0px;
	color: #3D3D3D;
}

#modal_window {
	display: none;
}
#modal_window div {
	padding: 8px 5px 4px 3px;
	font-size: 13px;
	line-height: 17px;
	text-align: justify;
}

.span_ui_corner {
	position: relative;
	padding: 4px 0;
	cursor: pointer;
	float: left;
	margin: 0px 7px 0px 0px;
	cursor: default;
}

.span_ui_icon {
	margin: 0 4px;
	cursor: default;
}

div.ui-datepicker {
	font-size: 12px;
	width: 400px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
	margin-bottom: 6px;
}

div.ui-datepicker td > a {
	text-align: center !important;
	font-weight: bold !important;
	width: 40px;
	height: 30px;
	line-height: 30px;
}
div.ui-datepicker td > span {
	text-align: center !important;
	font-weight: normal !important;
	width: 40px;
	height: 30px;
	line-height: 30px;
}

.ui-state-default, .ui-state-hover { font-weight: normal !important; }
/* css for timepicker */
.ui-timepicker-div { padding-top: 10px; }
.ui-slider-handle { cursor: pointer !important; }
.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl{ text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; padding-left: 2px; }
.ui-timepicker-div dl dd{ margin: -25px 10px 10px 65px; }

/* Grid
----------------------------------*/
.ui-grid { width: 920px; padding: 5px;  background-image: none; }
.ui-grid .ui-grid-content { width: 100%; border-collapse: collapse; }
.ui-grid table tbody td, .ui-grid .ui-grid-header, .ui-grid table thead a { padding: .4em;  }
.ui-grid table tbody th {  text-align: left;  }
.ui-grid table tbody td {  text-align: left; font-weight: normal;  }
.ui-grid .ui-grid-header, .ui-grid .ui-grid-footer { padding: .8em .4em; text-align: left; }
.ui-grid .ui-grid-footer { background-image: none; font-weight: normal; text-align: left; }
.ui-grid table thead a { display: block; float: left;  }
.ui-grid .ui-icon { float: left; margin-right: 0.3em; }
.ui-grid .ui-grid-paging { float: right; }
.ui-grid .ui-grid-paging-prev { float: left; width: 16px; height: 16px; }
.ui-grid .ui-grid-paging-next { float: right; width: 16px; height: 16px; }
.ui-grid .ui-grid-results {  }

ul.ul_options {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.ul_options li {
	background: transparent url(images/cross.png) no-repeat 98% center;
	float: left;
	height: 25px;
	line-height: 25px;
	margin: 0 0.15em;
	padding-left:4px;
	padding-right:23px;
	cursor: pointer;
	color: #000;
}
ul.ul_options li label {
	cursor: pointer;
}

/* UI checkbox, radio */
.ui-radio-state-disabled,
.ui-radio-state-checked-disabled,
.ui-radio-state-disabled-hover,
.ui-radio-state-checked-disabled-hover {
    color: #999;
}
span.ui-checkbox,
span.ui-radio {
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    background: url(../images/icon_checkbox.png) 0 -40px no-repeat;
    cursor: pointer;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 5px;
}

span.ui-helper-hidden {
    display: none;
}

span.ui-radio-state-hover,
span.ui-checkbox-state-hover {
    background-position: 0 -114px;
}

span.ui-checkbox-state-checked {
    background-position: 0 -1px;
}

span.ui-checkbox-state-checked-hover {
    background-position: 0 -75px;
}
span.ui-radio-state-checked-disabled-hover,
span.ui-radio-state-checked-disabled,
span.ui-radio-state-checked {
    background-position: 0 -161px;
}


span.ui-radio-state-checked-hover {
    background-position: 0 -200px;
}

.ui-helper-hidden-accessible {
    position: absolute;
    left: -999em;
}

.link_clicked { color: #666 !important; }
