
div.ui-widget.ui-dialog{
	background-color:#fffcf9;
}
table.std th{
	background:url(./images/fond_titre_std.jpg) repeat-x;
}
table.std tr{
	background-color:white;
}
table.std tr.odd{
	background:url(./images/fond_ligne_std.jpg) left repeat-x;
}
div table.std tr.select{
	background:url(./images/fond_select.jpg) left repeat-x;
}
div table.std tr.proch{
	background-image:none;
}
table.std.hov td:hover{
	cursor:pointer;
}
table.ui-datepicker-calendar{
	background-color:#fefef3;
	box-shadow:#222 4px 4px 10px;
	-moz-box-shadow:#222 4px 4px 10px;
	-webkit-box-shadow:#222 4px 4px 10px;
	
}

span.changer{
	margin-left:15px;
	color:#fdd690;
	cursor:pointer;
}
span.changer:hover{
	color:#666;
}
span.highlight_data{
	border-radius:3px;
	moz-border-radius:3px;
	webkit-border-radius:3px;
	background-color:#faf2eb;
	font-weight:bold;
	padding-right:3px;
	padding-left:3px;
	border:solid 1px #f4e8d8;
}
ul.selectable li.select{
	background-color:#f9e1ac;
	moz-border-radius:4px;
	webkit-border-radius:4px;
	border-radius:4px;
}

.highlight{
	border:solid 1px #ffbf7b;
	padding:10px;
	border-radius:5px;
	moz-border-radius:5px;
	webkit-border-radius:5px;
	background-color:#ffefc6
}
.selectable:hover{
	cursor:pointer;
	background:#fdf1e8;
}
.selectable.selected{
	background-color:#ffe2ba;
}
div#menu_left label{
	color:white;
}
div.msg_hors_saison_contacts{
    width:300px;
    font-size:20px;
    color:#888;
    padding:30px;
    text-align:center;
    border:solid 3px #ccc;
    border-radius:8px;
    moz-border-radius:8px;
    webkit-border-radius:8px;
    
}
div.jjmenu, div#mypopup_menu{
	border:#666 2px solid;
	background-color:#fbf6d1;
}
div#mypopup_menu >div:hover{
	background-color:#99d5f9;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
div#mypopup_menu span.ui-icon{
	margin-right:10px;
}

div._custom_class_format_tableau table tr.titre{
	background-color:#1271a4;
	font-size:20px;
	color:white;
	text-align:center;
}

div._custom_class_format_tableau table tr.odd{
	background-color:#b7d6f5;
}
div._custom_class_format_tableau table tr{
	background-color:transparent;
}
div#b_login{
	background-image:none!important;
	cursor:default;
	visibility:hidden;
}
