html {
	overflow-y: scroll;
}
body,
td,
th,
p,
input,
select,
textarea {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
}
body {
	background-color: #ddd;
	margin: 0;
}
a:link,
a:visited {
	color: #00c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
form {
	margin: 0;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.petit {
	font-size: 11px;
	color: #666;
}
.rouge {
	color: #C00;
	font-weight: bold;
}
.brdrouge {
	border: 2px solid #C00;
}
.fdclair {
	background-color: #e4e4e4;
	background: -moz-linear-gradient(top, #fff, #ddd);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ddd));
	background: -o-linear-gradient(top, #fff 0%, #ddd 100%);
	padding-left: 8px;
	padding-right: 8px;
}
.fdblanc {
	background-color: #fff;/*border-bottom: 1px solid #ddd;*/
}
.fdjaune {
	background-color: #FFC;
}
.fdgris {
	background-color: #ddd;
}
.titreliste {
	color: #666;
	background-color: #fff;
	background: -moz-linear-gradient(top, #ccc, #fff);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc), to(#fff));
	background: -o-linear-gradient(top, #ccc 0%, #fff 100%);
	border-top: #999 solid 1px;
	border-bottom: #ddd solid 1px;
}
.titreliste td {
	font-weight: bold;
	padding: 2px;
	font-weight: bold;
}
.titrelisteleft {
	float: left;
	margin: 5px 20px 5px 5px;
	font-weight: bold;
}
.titrelisteright {
	float: right;
}
.titreinsert,
.titremodif,
.titresuppr {
	color: #FFF;
	margin-top: 2px;
	padding: 6px 8px 4px 8px;
	font-weight: bold;
	background: #707070;
}
.titreinsert {
	border-bottom: #3fc726 solid 3px;
}
.titremodif {
	border-bottom: #02a6d5 solid 3px;
}
.titresuppr {
	border-bottom: #ff2d2d solid 3px;
}
.msgrouge,
.msgrougecache {
	color: #c00;
	width: 30em;
	padding: 1em;
	margin: 1em 0;
	background-color: #FFD2D2;
	border-top: #c00 solid 1px;
	border-bottom: #c00 solid 1px;
	text-align: center;
}
.msgrougecache {
	display: none;
}
#top {
	position: relative;
	width: 100%;
	background: #4b76bc;
	border-bottom: 3px solid #ffae22;
	z-index: 2222;
}
#toptitle {
	float: right;
	color: #FFF;
	background: #666;
	padding: 8px 15px 8px 15px;
	border-left: #888 solid 1px;
}
#topuser {
	float: right;
	color: #FFF;
	margin: 8px 15px 7px 15px;
	text-align: right;
}
#topuser a {
	color: #FFF;
	text-align: right;
}
.main {
	padding: 10px;
}
.ordre {
	font-weight: bold;
}
.refresh {
	margin-right: 5px;
	cursor: pointer;
}
.pagination {
	margin-top: 10px;
	border-top: #999 solid 1px;
}
/* crh */
.tabcrh {
	border-left: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
}
.tabcrh tr td {
	border-right: 1px solid #c7c7c7;
	border-top: 1px solid #c7c7c7;
}
.tabcrh .bordblanc {
	border-right: 1px solid #c7c7c7;
	border-top: 0;
}
.tabcrh .nobord {
	border: 0 none #fff;
}
.sort {
	font-weight: bold;
}
.brdzero {
	border: 0px;
	text-align: right;
}
/* onglets */
.dynamic-tab-pane-control.tab-pane {
	position: relative;
	width: 100%;
	margin-right: -2px;
}
.dynamic-tab-pane-control .tab-row .tab {
	width: 80px;
	height: 16px;
	background-image: url("../img/tab.gif");
	position: relative;
	top: 0;
	display: inline;
	float: left;
	overflow: hidden;
	cursor: hand;
	margin: 1px -1px 1px 2px;
	padding: 2px 0px 0px 0px;
	border: 0;
	z-index: 1;
	white-space: nowrap;
	text-align: center;
}
.dynamic-tab-pane-control .tab-row .tab.selected {
	width: 84px !important;
	height: 18px !important;
	background-image: url("../img/tab_active.gif") !important;
	background-repeat: no-repeat;
	border-bottom-width: 0;
	z-index: 3;
	padding: 2px 0px 0px 0px;
	margin: 1px -2px -2px 0px;
	top: -2px;
}
.dynamic-tab-pane-control .tab-row .tab a {
	font: 11px Tahoma;
	color: #333;
	text-decoration: none;
	cursor: hand;
}
.dynamic-tab-pane-control .tab-row .tab.hover {
	width: 80px;
	height: 16px;
	background-image: url("../img/tab_hover.gif");
	background-repeat: no-repeat;
}
.dynamic-tab-pane-control .tab-page {
	border: 1px solid rgb( 145, 155, 156 );
	background: rgb( 252, 252, 254 );
	z-index: 2;
	position: relative;
	top: -2px;
	color: #333;
	padding: 5px;
	width: 97%;
	float: left;
}
.dynamic-tab-pane-control .tab-row {
	z-index: 1;
	white-space: nowrap;
}
/* messages */
.msg_red {
	background: #f00;
}
.msg_c7c7c7 {
	background: #c7c7c7;
}
.etatmsglu {
	background-color: #ffffff;
}
.etatmsgnonlu {
	background-color: #ffffff;
}
.etatmsgnonlu td {
	font-weight: bold;
}
.etatmsgenv {
	background-color: #e8e8e8;
}
.msg_ffffff,
.msg_ffffff td {
	background: #ffffff;
}
/*.msg_e8e8e8, .msg_e8e8e8 td { background: #e8e8e8; }
.msg_f1f1f1, .msg_f1f1f1 td { background: #f1f1f1; }
.msg_ffffff_nonlu, .msg_ffffff_nonlu td { background: #ffffff; font-weight: bold; }

.msg_recu, .msg_recu td { background: #fff; }
.msg_envoye, .msg_envoye td { background: #e8e8e8; }
.msg_autre, .msg_autre td { background: #FFC; }*/
#id8 {
	font-weight: bolder;
}
/* calendrier */
.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}
.ds_tbl {
	background-color: #FFF;
}
#voyage {
	margin-bottom: 230px;
}
.ds_head {
	background-color: #0a428c;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}
.ds_subhead {
	background-color: #CCC;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}
.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}
.ds_cell:hover {
	background-color: #F3F3F3;
} /* This hover code won't work for IE */
.zones-liposuccion {
	display: none;
}
#ui-datepicker-div {
	margin-left: 165px !important;
}
#ui-datepicker-div {
	z-index: 99999;
}
