/*Contenu de toutes les pages*/
body,html
{
	margin: 0px;
	height: 100%;
	width: 100%;
	padding: 0px;
}

/*Texte normal du site*/
body, td, p, ul, li
{
	font-size: 8pt;
	font-family: verdana,arial,helvetica,sans-serif;
}
/*Compensations DOCTYPE Transitionnal IE*/
table{ text-align:left; }

form{padding:0px;margin:0px;}

h1, h2, h3, h4, h5
{
	margin-top: 0;
}

.bnr_img
{
	padding-left:3px;
	padding-right:3px;
}

.center { margin-left:auto;margin-right:auto;text-align:center; }
.center>* { margin-left:auto;margin-right:auto; }

.nobr
{
    white-space: nowrap;
}

/*Champs de formulaire*/
input, textarea, select, .formfield, .formfield_error
{
	font-size: 8pt;
	font-family: verdana,arial,helvetica,sans-serif;
}
.formfield_error
{
    border: 1px solid #DD0000;
}
.option_inactiv
{
	background-color: #EEEEEE;
}

/*Boutons*/
.menucell, .button
{
	cursor: pointer;
}
.bt_save, .bt_cancel
{
	color: #ffffff;
}
.bt_save
{
	border-left-color: #DEE8D6;
	border-top-color: #DEE8D6;
	background-color: #6AA140;
}
.bt_cancel
{
	border-left-color: #F9D8D2;
	border-top-color: #F9D8D2;
	background-color: #C77160;
}
.bt_save:hover
{
	color: #ffffff;
	background-color: #8FB771;
}
.bt_cancel:hover
{
	color: #ffffff;
	background-color: #DB9587;
}

/*Styles appliqués autour des boutons retour dans le bas des pages publiques*/
.bt_nav_div
{
	text-align: center;
	padding: 10px;
}

/*Listes avec ligne actuelle allumée*/
.listtable
{
	border: 0px;
	border-collapse: collapse; /*collapse, separate*/
	width: 100%;
}
.listcell
{
	margin: 0px;
	padding: 4px 8px;
	border-bottom:1px solid #CCCCCC;
}
.list
{
	background-color: #FFFFFF;
}
.listover
{
	background-color: #FFFFDD;
}
.listinactiv
{
	background-color: #DDDDDD;
}
.listinactiv2
{
	background-color: #EEEEEE;
}
.listoverinactiv
{
	background-color: #FFFFDD;
}

.list_green
{
	background-color: #EEFFEE;
}
.list_orange
{
	background-color: #FFF9F2;
}
.list_red
{
	background-color: #FFEEEE;
}
.list_purple
{
	background-color: #EADAEF;
}

.fs_field
{
	display: inline;
	padding: 1px;
	margin: 0px;
}

/*Valeur négative ou limitée*/
.negativ
{
	color: #DD0000;
}
.negativ_border
{
	border-color: #DD0000;
}

@media print
{
	.noprint
	{
		display: none;
	}
}

/* MenuBox */
.menubox
{
	border: 1px solid #BBBBBB;
	background-color: #FFFFFF;
}
.menubox_outer
{
	border-right: 2px solid #DCE5EB;
	border-bottom: 2px solid #DCE5EB;
	margin: 2px 4px 8px 4px;
}

.menubox_left
{
	padding-top: 1px;
}

.menubox_header, .menubox_header_nobg
{
	border-bottom: 1px solid #BBBBBB;
	margin: 0px 0px 0px 0px;
}
.menubox_header_pad
{
	margin: 0px 0px 2px 2px;
}
.menubox_title, .menubox_title_big, .menubox_title_nobg, .menubox_title_nobg_big
{
	color: #015DAB;
	font-size: 10pt;
	font-weight: bold;
	padding: 0px 0px 2px 0px;
}
.menubox_title_big, .menubox_title_nobg_big
{
	font-size: 12pt;
}

.menubox_item, .menubox_item_over, .menubox_item_topright, .menubox_item_topright_over
{
	border: 1px solid #BBBBBB;
	padding: 3px 5px 3px 5px;
	background-color: #F4FAF1;
	color: #4F9519;
	cursor: pointer;
	font-weight: bold;
}

.menubox_item_over, .menubox_item_topright_over
{
	background-color: #FFFFFF;
}

.menubox_item_topright, .menubox_item_topright_over
{
	border-bottom: 0px;
}

.menubox_item_outer
{
	margin: 1px 1px 1px 1px;
	border-right: 2px solid #EEEEEE;
	border-bottom: 2px solid #EEEEEE;
}
.menubox_item_outer_topright
{
	margin: 1px 1px 0px 1px;
	border-right: 2px solid #EEEEEE;
}

.menubox_submenu
{
}
.menubox_submenu_item, .menubox_submenu_item_over, .menubox_submenu_item_top, .menubox_submenu_item_top_over
{
	border: 1px solid #BBBBBB;
	padding: 2px 6px 2px 6px;
	background-color: #F4FAF1;
	color: #4F9519;
	cursor: pointer;
}
.menubox_submenu_item_over, .menubox_submenu_item_top_over
{
	background-color: #FFFFFF;
}
.menubox_submenu_item_top, .menubox_submenu_item_top_over
{
	border-top: 0px;
}

.menubox_content
{
	/*border-top: 1px solid #EEEEEE;*/
	padding: 3px 3px 5px 3px;
}

.menubox_folder_left, .menubox_folder_left_over, .menubox_folder_left_current
{
	padding: 2px 4px 2px 4px;
	border: 1px solid #CCCCCC;
	background-color: #EFF3F7;
	color: #005DAD;
	cursor: pointer;
	font-weight: bold;
	font-size: 8pt;
	border-right: 2px solid #AAAAAA;
}
.menubox_folder_left_over
{
	background-color: #FFFFFF;
}
.menubox_folder_left_current
{
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #AAAAAA;
	border-right: 0px;
	padding-right: 6px;
	cursor: default;
}
.menubox_folder_left_space
{
	padding: 0px 1px 0px 1px;
	border-right: 2px solid #AAAAAA;
	font-size: 8px;
}

.menubox_folder_top, .menubox_folder_top_over, .menubox_folder_top_current
{
	padding: 2px 4px 2px 4px;
	border: 1px solid #CCCCCC;
	background-color: #EFF3F7;
	color: #005DAD;
	cursor: pointer;
	/*font-weight: bold;*/
	font-size: 8pt;
	border-bottom: 1px solid #AAAAAA;
}
.menubox_folder_top_over
{
	background-color: #FFFFFF;
}
.menubox_folder_top_current
{
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	border: 1px solid #AAAAAA;
	border-bottom: 0px;
	padding-bottom: 1px;
	cursor: default;
}
.menubox_folder_top_space
{
	padding: 0px 1px 0px 1px;
	border-bottom: 1px solid #AAAAAA;
	font-size: 8px;
}

.menubox_folder_content
{
	padding:10px;
	border-left:1px #BBBBBB dotted;
	border-bottom:1px #BBBBBB dotted;
}

.menubox_icon
{
	border: 1px solid #BBBBBB;
	background-color: #FFFFFF;
}

.calendars_months1
{
	background-color: #FFFFD5;
}
.calendars_months2
{
	background-color: #FFF4BC;
}
.calendars_months3
{
	background-color: #EEEEEE;
}

/* Styles appliquees aux barres de navibation */
/****************************************/
/*Numero d'enregistrement courant */
#navno .current
{
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
}

#navno .number
{
	font-weight:normal;
	text-decoration:none;
	cursor:pointer;
}

#navno span {
	margin:0 0.3em 0 0.3em;
	padding:0;
}

dl.m_list, .m_list dl, .m_list dt, .m_list dd, ul.m_list, .m_list ul, .m_list li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
dl.m_list, .m_list dl
{
	margin: 0px 0px 5px 0px;
}
.m_list dt
{
	margin: 5px 0px 2px 0px;
	font-weight: bold;
	font-size: 10pt;
}
.m_list dd p
{
	margin: 3px 0px 3px 0px;
}
/*ThickBox*/
#TB_window {
	border: 4px solid #525252;
	color:#000000;
	background-color: #ffffff;
}
#TB_head{
	background-color:#e8e8e8;
	height:27px;
}
#TB_close{
	padding:7px 10px 5px 0px;
	margin-bottom:1px;
	text-align:right;
	float:right;
}
#TB_title{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

.autoScroller_divToScroll{
	overflow:hidden;
	position: relative;
}