*
{
	margin     : 0;
	padding    : 0;
	border     : 0;
	font-family: arial;
}
body
{
	overflow  : hidden !important;
	height    : 100%;
	width     : 100%;
}

#content_frm_login
{
	width           : 300px;
	display         : block;
	border          : 1px solid silver;
	border-radius   : 12px;
	padding         : 30px;
	background-color: #F3F3F3;
	box-shadow      : 3px 3px 0px black;
	position        : absolute;
}

/* 	####################################################
				structure de page
######################################################## */
#main_frame
{
	height: 100%;
	width : 100%;
	overflow: auto;
}
#content_frame
{
	width   : 100%;
	position: absolute;
	top     : 70px;
	bottom  : 30px;
	z-index : 10;
}
#content_menu
{
	height          : 70px;
	width           : 100%;
	background-color: #595959;
	box-shadow      : 0px 2px 3px #3F4244;
	top             : 0px;
	position        : absolute;
	z-index         : 100;
}
#logo_chronos
{
	height             : 100%;
	width              : 10%;
	float              : left;
	background-image   : url('images/icone_interface_menu/separateur_menu.png');
	background-position: right;
	background-repeat  : no-repeat;
	z-index            : 9;
	text-align         : center;
}
#logo_chronos img
{
	display : block;
	position: relative;
	margin  : 0 auto;
	cursor  : pointer;
	width   : 92%;
}
#menu_top
{
	height       : 34px;
	width        : 90%;
	border-bottom: 1px solid #474A4C;
	z-index      : 12;
	position     : absolute;
	left         : 10%;
	text-align   : right;
}
#menu_bot
{
	position        : absolute;
	left            : 10%;
	top             : 35px;
	height          : 34px;
	width           : 90%; 
	background-color: #005477;
	z-index         : 11;
	border-top      : 1px solid #0A4761;
	white-space     : nowrap;
}
#footer
{
	height          : 26px;
	width           : 100%;
	background-color: #3F4244;
	position        : absolute;
	bottom          : 0px;
	color           : white;
	font-family     : arial;
	font-weight     : bold;
	font-size       : 12px;
	padding         : 2px 0px;
	z-index         : 11;
	text-align      : center;
}
#footer span
{
	margin-top :5px;
	display    : inline-block;
}


#div_corps
{
    position  :absolute;
    top       :70px;
    bottom    :30px;
    width     :100%;
    overflow-y:auto;
    overflow-x:hidden;
}

/*####
#####*/

#bt_raccourci
{
	position: absolute;
	bottom  : -1.5px;
	right   : 10%;
}
#bt_raccourci img
{
	border       : 1px solid black;
	cursor       : pointer;
	height       : 24px;
	margin-bottom: 1px;
}

#info_user
{
	color    : white;
	position : relative;
	bottom   : 4px;
	font-size: 13px;
}
#info_user img 
{
	margin: 0 5px;
}

/* 	########################################################
				menus deroulant du header ### mode select 
############################################################ */

div.selectmenu
{
	display         : inline-block; 
	*display        : inline;
	*zoom           : 1;
	vertical-align  : middle;
	overflow        : hidden;
	cursor          : pointer;
	padding         : 1px;
	color           : white;
	background-color: transparent;
	font-weight     : bold;
	font-size		: 12px; 	
	padding-left    : 15px;
	margin-right    : 10px;
	float           : left;
}
div.selectmenu#selectmenu-espace
{
	min-width:140px;
	text-align: center;
	border-left:1px solid silver;
	border-right:1px solid silver;
	background: #099ECA; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA5OWVjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMDdjY2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjN2RiOWU4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  #099eca 0%, #207cca 100%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#099eca), color-stop(100%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #099eca 0%,#207cca 100%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #099eca 0%,#207cca 100%,#7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #099eca 0%,#207cca 100%,#7db9e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #099eca 0%,#207cca 100%,#7db9e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#099eca', endColorstr='#7db9e8',GradientType=0 ); /* IE6-8 */
}
div.selectmenu .arrow
{
	display            : block;
	float              : right;
	height             : 11px;
	width              : 14px;
	margin             : 11px 5px;
	background-image   : url('images/icone_interface_menu/ico_arrow.png');
	background-repeat  : no-repeat;
}
div.selectmenu#selectmenu-espace .arrow
{
	position: relative;
	right: 5%;
}
ul.selectmenu 
{
	z-index : 100;
	position: relative;
}
ul.selectmenu li 
{
	padding         : 1px 8px;
	list-style-type : none;
	border          : 1px solid #dddddd;
	background-color: #cccccc;
	overflow        : hidden;
	color           : white;
	font-weight     :bold;
	border-top      : none;
	cursor          : pointer;
	*width          : 160px;
	font-size       : 12px;
	*margin-bottom  : -4px;
}
ul.selectmenu li:hover 
{
	background: #099ECA; /* Old browsers */
	color : white;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA5OWVjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMDdjY2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjN2RiOWU4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  #099eca 0%, #207cca 100%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#099eca), color-stop(100%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #099eca 0%,#207cca 100%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #099eca 0%,#207cca 100%,#7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #099eca 0%,#207cca 100%,#7db9e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #099eca 0%,#207cca 100%,#7db9e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#099eca', endColorstr='#7db9e8',GradientType=0 ); /* IE6-8 */
}
ul.selectmenu li.selected 
{
	background-color: #ddeeff;
	font-weight     : bold;
	color           :black;
}
.selectmenu .image
{
	display : block;
	float   : left;
	position: relative;
	top     : 6px;
}
.selectmenu .text 
{
	display    : block;
	float      : left;
	height     : 32px;
	line-height: 32px;
	padding    : 0px 10px;
}

/* 	########################################################
				menus deroulant du header ### mode inline
############################################################ */

div.espace_inline, div.espace_inline_selected
{
	border-right   	: 1px solid silver;
	text-align  	: center;
	display     	: inline-block; 
	*display    	: inline;
	*zoom       	: 1;
	position    	: relative;
	padding-top 	: 5px;
	padding-bottom 	: 5px;
	height      	: 24px;
	overflow    	: hidden;
	cursor      	: pointer;
	color       	: white;
	/* font-weight 	: bold; */
	font-size   	: 12px; 
	float       	: left;
	min-width   	: 130px;
	vertical-align	: middle;
}
div.espace_inline_selected
{
	background-color  : RGB(9,158,202);
}
div.espace_inline:hover
{
	background-color  : LightSkyBlue;
	-webkit-transition: background 400ms ease-in;
	-moz-transition   : background 400ms ease-in;
	-ms-transition    : background 400ms ease-in;
	-o-transition     : background 400ms ease-in;
	transition        : background 400ms ease-in;
}
div.espace_inline img, div.espace_inline_selected img
{
	margin-left   : 2px;
	height        : 27px;
	position      : relative;
	bottom        : 2px;
	vertical-align: middle;
}

/* 	########################################################
				liste des sous-menus du header
############################################################ */

#list_menu 
{
	display        :block;
	position       :absolute;
	list-style-type:none;
	text-align     :center;
}
#list_menu .menu
{
	text-align    : center;
	font-size     : 12px;
	/* font-weight   : bold; */
	float         : left;
	color         : white;
	padding       : 2px 8px;
	margin        : 0px 5px;
	cursor        : pointer;
	background    : #005477;
	min-width     : 112px;
	position      : relative;
	/*text-transform: capitalize; */
	text-transform: lowercase;
}
#list_menu .menu img.separateur
{
	height  : 20px; 
	width   : 2px;
	position: absolute;
	right   : -7px;
	top     : 7px;
}
#list_menu .menu img.ico_titre
{
	position    : relative;
	top         : 6px;
	margin-right: 5px;
}

#list_menu .menu img.arrow_ss_menu
{
	position: absolute;
	top     : -11.2px;
	left    : 35px;
	height  : 12px;
	z-index : 51;
}

#list_menu .ss_menu
{
	z-index              : 50;
	min-width            : 100px;
	list-style-type      : none;
	display              : block;
	opacity              : 0;
	filter               : alpha(opacity=0);
	background-color     : #005477;
	position             : absolute;
	top                  : 41px;
	left                 : 15px;
	padding              : 5px 0px 5px 5px;
	border               : 2.5px solid white;
	cursor               : pointer;
	-moz-box-shadow      : 0px 0px 10px 3px #666;
	-webkit-box-shadow   : 0px 0px 10px 3px #666;
	-o-box-shadow        : 0px 0px 10px 3px #666;
	box-shadow           : 0px 0px 10px 3px #666;
	filter               : progid:DXImageTransform.Microsoft.Shadow(color=#666, Direction=NaN, Strength=10);
	-moz-border-radius   : 7px;
	-webkit-border-radius: 7px;
	border-radius        : 7px;
}

#list_menu .ss_menu .link
{
	font-size          : 11px;
	text-align         : left;
	margin             : 5px 3px;
	padding            : 1px 14px;
	/*text-transform     : capitalize; */
	text-transform     : lowercase;
	background-image   :url("/images/puce_menu.gif");
	background-repeat  : no-repeat;
	background-position: 3px 6px;
}
#list_menu .ss_menu .link_over
{
	font-size          : 11px;
	text-align         : left;
	margin             :5px 3px;
	/* text-transform     : capitalize; */
	background-image   :url("/images/puce_menu_over.png");
	background-repeat  : no-repeat;
	background-position: 10px 4px;
	padding            : 1px 4px 1px 24px;
	background-color   : white;
	color              : #005477;
	-webkit-transition : padding-right .15s ease-in, padding-left .15s ease-in, background-position .10s ease-in;
	transition         : padding-right .15s ease-in, padding-left .15s ease-in, background-position .10s ease-in;
}

#list_menu .ss_menu .link .puce
{
	position    : relative;
	height      : 5px;
	top         : 2px;
	margin-right: 2px;
}
.content_ss_ss_menu
{
	padding-right :1px !important;
}
.content_ss_ss_menu span
{
	background-image:none !important;
	display:inline-block;
	margin:0px 0px !important;
	width:86%;
	padding : 1px 0px 1px 0px !important;
}
.content_ss_ss_menu .link,
.content_ss_ss_menu span.link_over
{
	padding-left:14px !important;
}
.content_ss_ss_menu div
{
}
.content_ss_ss_menu ul
{
	list-style-type: none;
	overflow:hidden;
	padding-left:2px;
}
.content_ss_ss_menu ul li:last-child
{
	margin-bottom:0px !important;
}


/* 	########################################################
				icone de notification
############################################################ */
	div.bloc_icone_notification  {
		line-height: 13px;
		float: right;
		font: inherit;	   
		margin-top: 4px;
		position: relative;    
		margin-right: 12px;
		cursor: pointer;
	}

	div.bloc_icone_notification  span{
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-ms-border-radius: 2px;
		-o-border-radius: 2px;
		border-radius: 2px;
		padding-left: 4px;
		padding-right: 4px;
		font-size: 12px;
		line-height: 14px;
		color: #fff;
		font-weight: normal;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
		padding-top: 0px;
		padding-bottom: 0px;
		background: #e04c4c;
		font-size: 10px;
		position: absolute;
		left: 16px;
		top: -1px;
	}

	div.bloc_icone_notification img {
		width: 24px;
	}
	
/************************
    gestion des popup
************************/
#div_flou 
{
    display         : none;
    position        : absolute;
    width           : 100%;
    height          : 100%;
    top             : 0;
    left            : 0;
    background-color: #000000;
    z-index         : 110;
    filter          : alpha(opacity =60);
    -moz-opacity    : .60;
    opacity         : .60;
}
#support 
{
    z-index : 111;
    margin  : 0px auto;
    overflow: hidden;
    position: relative;
}
#supporttab 
{
    display              : none;
    position             : absolute;
    overflow             : hidden;
    z-index              : 112;
    -moz-box-shadow      : 3px 3px 10px 0px #808080;
    -webkit-box-shadow   : 3px 3px 10px 0px #808080;
    -o-box-shadow        : 3px 3px 10px 0px #808080;
    box-shadow           : 3px 3px 10px 0px #808080;
    filter               : progid:DXImageTransform.Microsoft.Shadow(color=#808080, Direction=135, Strength=10);
    -moz-border-radius   : 10px;
    -webkit-border-radius: 10px;
    border-radius        : 10px;
    background-color     : #FAFAFA;
    border               : 2px ridge gray;
    /*text-align           : center; */
}
.title_support
{
    width                          : 100%;
    background-color               : #005477;
    border-bottom                  : 1px solid silver;
    height                         : 25px;
    padding-top                    : 10px;
    color                          : white;
    text-align                     : center;
    font-size                      : 15px;
    font-weight                    : bold;
    font-family                    : arial;
    -webkit-border-top-left-radius : 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft     : 8px;
    -moz-border-radius-topright    : 8px;
    border-top-left-radius         : 8px;
    border-top-right-radius        : 8px;
}
.title_support img
{
    float   : right;
    position: relative;
    right   : 2%;
    cursor  :pointer;
}
.td_label {
    color: #005477;
    font-size: 12px;
    font-weight: bold;
    padding-right: 15px;
    text-align: right;
    text-transform: lowercase;
}
.input_text {
    border: 1px solid #C0C0C0;
    border-radius: 3px;
    height: 18px;
    margin: 2px 0;
    padding-left: 5px;
    width: 95%;
}
.left {
    text-align: left;
}
.tab_global {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
    font-family: arial;
    font-size: 11px;
    position: relative;
    table-layout: fixed;
    width: 100%;
}
.tab_global td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.button_valid, .button_cancel {
    border-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    margin: 0 5px;
    padding: 5px 10px;
    text-transform: uppercase;
}
.button_valid {
    background: linear-gradient(135deg, #1E5799 0%, #5899AD 0%, #207CCA 100%, #0F648B 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #0E6487;
}
.button_cancel {
    background-color: #00BFFF;
    border: 1px solid #C0C0C0;
}
.button_valid:hover, .button_cancel:hover {
    color: #C0C0C0;
}