/*Contenu de toutes les pages*/
body
{
	background-color: #B3C2D9;

	scrollbar-face-color:#F2AA62;
	scrollbar-highlight-color:#565656; 

	scrollbar-3dlight-color:#B3C2D9;
	scrollbar-darkshadow-color:#B3C2D9;

	scrollbar-shadow-color:#565656;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#B3C2D9;
}

/*Texte normal du site*/
body, td, p, ul, li
{
	color: #1C3851;
	text-decoration: none;
	font-size: 8pt;
	font-family: verdana,arial,helvetica,sans-serif;
}

/*« body » normal du site*/
.site_body
{
	background-color: #B3C2D9;
}

/*Contenu normal du site*/
.site_content
{
	background-color: #FFFFFF;
}

/*Liens placés dans le bas des pages*/
.site_links, .site_links:link, .site_links:visited, .site_links:active
{
	color: #0c5797;
}
.site_links:hover
{
	color: #5b5b5b;
}
/*Slogan*/
.catchphrase
{
	color: #0c5797;
	font-weight: bold;
}

/*Liens*/
a:link, a:visited, a:active
{
	text-decoration: underline;
}
a:link
{
	color: #0C5797;
}
a:visited, a:active
{
	color: #0C5797;
}
a:hover
{
	text-decoration: none;
	color: #5B5B5B;
}

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

/*Boutons*/
.menucell, .button
{
	cursor: pointer;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	color: #085292;
	border-width: 1px;
	border-style: solid;
	border-color: #565656;
	background-color: #C3C3C3;
}
.menulink:link, .menulink:visited, .menulink:active, .menulink:hover
{
	text-decoration: none;
	color: #0C5797;
}
.menulink:hover
{
	color: #2374B8;
}

/*Menus JavaScript*/
.menu, .menu_over
{
	font-size : 8pt;
	text-align: center;
	text-decoration : none;
    padding: 2px 4px;
}
.menu
{
	color: #0c5797;
}
.menu_over
{
	color: #0c5797;
}

.submenu, .submenu_over
{
	font-size : 7pt;
	text-align: center;
	text-decoration : none;
    padding: 2px 6px;
}
.submenu
{
	color: #0c5797;
}
.submenu_over
{
	color: #0c5797;
}

/*Titre de page*/
.pagetitle
{
	text-align: center;
	font-size: 12pt;
	margin: 5px;
	padding: 3px;
	font-weight: bold;
	color: #EB7939;
	border-bottom: 1px solid #E0E0E0;
}
.pagetitle_details
{
	text-align: center;
	font-size: 10pt;
	color: #7d7d7d;
}
/*Titre*/
.sectiontitle
{
	text-align: left;
	font-size: 11pt;
	margin: 2px;
	padding: 2px;
	font-weight: bold;
	color: #ae501c;
	border-bottom: 1px dotted #E0E0E0;
	width: 100%;
}
.sectiontitle_details
{
	text-align: left;
	font-size: 9pt;
	font-weight: bold;
	color: #575758;
}
/*Sous-titre*/
.subtitle
{
	text-align: left;
	font-size: 10pt;
	margin: 2px;
	padding: 2px;
	font-weight: bold;
	color: #565656;
	border-bottom: 1px solid #E0E0E0;
	width: 75%;
}
.subtitle_details
{
	text-align: left;
	font-size: 8pt;
	font-weight: bold;
	color: #7b7b7b;
}
.bigcontent_title
{
	font-weight: bold;
	font-size: 10pt;
}
.bigcontent
{
	font-size: 10pt;
}
.content_title
{
	font-weight: bold;
}
.content
{
}
.smallcontent_title
{
	font-weight: bold;
	font-size: 7pt;
}
.smallcontent
{
	font-size: 7pt;
}
.whitecontent_title
{
	font-weight: bold;
	color: #FFFFFF;
}
.whitecontent
{
	color: #FFFFFF;
}
.whitecontent:link
{
	color: #FFFFFF;
}
.whitecontent:visited, .whitecontent:active
{
	color: #FFFFFF;
}
.whitecontent:hover
{
	text-decoration: none;
	color: #FFFFFF;
}

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


/*Tableau*/
.main
{
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
}
/*Cellule de titre*/
.title
{
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color: #424242;
	border-width: 1px;
	border-style: solid;
	border-color: #828282;
	background-color: #F1F5FA;
	padding-top: 1px;
	padding-bottom: 2px;
}
/*Cellule de colonne*/
.column
{
/*
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #828282;
	background-color: #F8F9FF;
*/
	text-align: center;
	font-size: 8pt;
	margin: 2px;
	padding: 2px;
	font-weight: bold;
	color: #424242;
	border-width: 1px;
	border-style: solid;
	border-color: #828282;
	background-color: #EEF5FD;
}

/*Lignes en alternance*/
.row1
{
	background-color: #DAE2EE;
}
.row2
{
	background-color: #E7ECF5;
}
.emptyrow1, .emptyrow2
{
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
}
.emptyrow1
{
	border-color: #DAE2EE;
}
.emptyrow2
{
	border-color: #E7ECF5;
}

.row1inactiv, .emptyrow1inactiv
{
	background-color: #DDDDDD;
}
.row2inactiv, .emptyrow2inactiv
{
	background-color: #EEEEEE;
}

/*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: #cfd9e6;
}
.listinactiv
{
	background-color: #DDDDDD;
}
.listinactiv2
{
	background-color: #EEEEEE;
}
.listoverinactiv
{
	background-color: #EAE2E9;
}

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

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

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

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

.menubox_left
{
	/*border-right: 1px solid #BBBBBB;*/
	padding-top: 1px;
}

.menubox_header
{
	border-bottom: 1px solid #565656;
	margin: 0px 0px 0px 0px;
}
.menubox_title, .menubox_title_big
{
	color: #2264A0;
	font-size: 10pt;
	font-weight: bold;
	padding: 0px 0px 2px 0px;
}
.menubox_title_big
{
	font-size: 12pt;
}

.menubox_item, .menubox_item_over, .menubox_item_topright, .menubox_item_topright_over
{
	border: 1px solid #565656;
	padding: 3px 5px 3px 5px;
	background: #FCF2EC;
	color: #2264A0;
	cursor: hand;
	font-weight: bold;
}

.menubox_item_over, .menubox_item_topright_over
{
	background: #F8EBE4;
}

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

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

.menubox_submenu
{
}
.menubox_submenu_item, .menubox_submenu_item_over, .menubox_submenu_item_top, .menubox_submenu_item_top_over
{
	border: 1px solid #565656;
	padding: 2px 6px 2px 6px;
	background: #EAF0F8;
	color: #C95717;
	cursor: pointer;
}
.menubox_submenu_item_over, .menubox_submenu_item_top_over
{
	background: #E2EAF4;
}
.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 #868686;
	background: #a1b2cd;
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
	font-size: 8pt;
	border-right: 2px solid #AAAAAA;
}
.menubox_folder_left_over
{
	background: #aabad3;
}
.menubox_folder_left_current
{
	background: #f0f7fe;
	color: #ec8146;
	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: #fafafa;
	color: #185e9a;
	cursor: pointer;
	/*font-weight: bold;*/
	font-size: 8pt;
	border-bottom: 1px solid #AAAAAA;
}
.menubox_folder_top_over
{
	background: #FFFFFF;
}
.menubox_folder_top_current
{
	background: #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: #FFFFFF;
}

.calendars_months1
{
	background-color: #FFFFD5;
}
.calendars_months2
{
	background-color: #FFF4BC;
}
/*pour liste avec classe premier*/
li.premier {
	margin-left:10px;
}