/* ******************************************************** PARTIE COMMUNE ********************************** */
.admin_cadre
{
	border-collapse: collapse;
	color: #FFFFFF;
	background-color: #E8E8E8;
	border-top: 1pt solid #666666;
	border-right: 1pt solid #000000;
	border-bottom: 1pt solid #000000;
	border-left: 1pt solid #666666;
	}
.admin_cadre_textearea
{
	border-collapse: collapse;
	color: #000000;
	background-color: #D4D0C8;
	border-top: 1pt solid #666666;
	border-right: 1pt solid #000000;
	border-bottom: 1pt solid #000000;
	border-left: 1pt solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	}
.admin_cadre_pt {
	border-collapse: collapse;
	color: #000000;
	background-color: #E9E9E9;
	border: 1pt dotted #CCCCCC;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif
	}
/* ******************************************************** GESTION DES FIELDSET ********************************** */
fieldset {
	border-top: 1px solid #fff;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #fff;
	padding:5px;
	}
legend
{
	color: #333;
}
/* ******************************************************** GESTION DES LIENS ********************************** */
a.admin_lien {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660033;
	text-decoration: none;
	}
a.admin_lien:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none
	}
a.admin_lien_s {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #660033;
	text-decoration: none;
	}
a.admin_lien_s:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #660033;
	text-decoration: underline;
}
a.admin_lien_interne{
	display: block;
	width:120px;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	text-transform:uppercase;
	padding: 3px;
	margin:0 0 4px 0;
	background-color:#ff6666;
}
a.admin_lien_interne:hover {
	background-color: #ff0000;
}
/* ******************************************************** GESTION DES MENUS ********************************** */
a.admin_menu {
	display: block;
	height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #EAE7E1;
	padding: 0px 3px 0px 3px;
}
a.admin_menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #FFCC66;
	padding: 0px 3px 0px 3px;
}
a.admin_menu_on, A.admin_menu_on:hover {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #FFCC66;
	padding: 0px 3px 0px 3px;
}
.admin_menu_titre {
	font: 11px Tahoma;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	margin: 1px 5px 1px 5px;
	padding: 0px 2px 5px 2px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	border-bottom-width: 4px;
	}
/* ******************************************************** GESTION DES TEXTES ********************************** */
.admin_t0 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #323232;
	}
.admin_t1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #660033;
	}
.admin_titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #990000;
	text-decoration: none;
	}
.admin_need {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E23112;
	text-decoration: none;
	}
.admin_need_s {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E23112;
	text-decoration: none;
	}
.admin_m {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #333333; 
	}
.admin_m_gris {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #666666; 
	}
.admin_m_blanc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF; 
	}
.admin_s {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #333333;
	}
.admin_s_gris {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #666666;
	}
.admin_copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	}

/* -- module etat -- */
#admin-module-etat {
	background-color:#f2f2f2;
	margin-top:4px;
	padding:12px;
}
#admin-module-etat li {
	display:inline;
	margin-right:8px;
	text-transform:uppercase;
	font-size:10px;
}
#admin-module-etat li a {
	background-color:#f2f2f2;
	color:#666;
	padding:3px 8px;
	text-decoration:none;
	/*-*/
	border:1px solid #f2f2f2;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;	
}
#admin-module-etat a:hover {
	border:1px solid #aaa;
	color:#222;
	padding:3px 8px;
	text-decoration:none;
}
#admin-module-etat a._on, #aks-module-etat a._on:hover {
	border:1px solid #f38f90;
	background-color:#f23c3e;
	color:#fff;
	padding:3px 8px;
	text-decoration:none;
}

.arrondi {
	border:3px solid #ccc;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;	
}
	
.barre_quota {
	line-height:20px;
	height:20px;
	background:#eee url(http://www.amoks.com/_GLOBAL/design/images/bg_barre_off.gif) repeat-x left center;
	width:98%;
	border:1px solid black; 
	border-color: #777 white white #777;
	margin:3px 1%;
	overflow:hidden;
}
/* ******************************************************** GESTION DES FORMULAIRES et BOUTONS ********************************** */
.admin_form {
	font-family : Ms Sans Serif, Times New Roman; 
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-indent: 2px;
	background-color: #FBFBFB;
	border: 1px solid #999999;
	}
.admin_form_need {
	font-family : Ms Sans Serif, Times New Roman; 
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-indent: 2px;
	background-color: #FBFBFB;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-left: 4px solid #FF6600;
	border-bottom: 1px solid #999999;
}
.admin_form_bt {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	width: 70px;
	height: 15px;
	background-color: #B5DE00;
	border: 1px solid #666666;
	}
.admin_form_bt_100 
{
	line-height:16px;
	width: 100px;
	text-align:center;
	margin:2px 0;
}
a.admin_form_bt_link
{
	display:block;
	font-weight: bold;
	font-size: 9px;
	color:#666;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	text-align:center;
	background: url(/_GLOBAL/design/images/bt_100.gif) no-repeat center;
}
a.admin_form_bt_link:hover
{
	text-decoration: none;
	background: url(/_GLOBAL/design/images/bt_100_on.gif) no-repeat center;
}	
/* ******************************************************** GESTION AIDE ********************************** */
.ToolTip {
	width : 100%;
	position: absolute;
	z-index: 99;
	visibility: hidden;
	background-color: #FFCC66;
	font-family: "Courier New", Courier, mono;
	font-weight: normal;
	font-size: 11px;
	color: #333333;
	border-bottom: 5px groove #660033;
	}
html>body .ToolTip {
  position: absolute;
	}
.ToolTip_m {
	font-family: "Courier New", Courier, mono;
	font-weight: normal;
	font-size: 11px;
	color: #333333; 
	}
	
a.ToolTipInfo_link {
	text-decoration: none;
	color: black;
	border-bottom: 1px gray dotted;
	}
a.ToolTipInfo span {
	display: none;
	}
a.ToolTipInfo:hover,a.info:focus,a.ToolTipInfo:active {
	background: none; /* correction d'un bug IE */
	}
a.ToolTipInfo:hover span,a.ToolTipInfo:focus span,a.ToolTipInfo:active span {
	display: inline;
	width: 200px;
	position: absolute;
	z-index: 500;
	margin:2em 0 0 1em;
	background: #FFCC66;
	color: #333333;
	text-align: justify;
	text-decoration: none;
	padding: 8px;
	border: 1px solid #660033;
	}
/* ******************************************************** GESTION DES IMAGES ********************************** */
img {
	border: 0;
	}
.admin_xs {
	border: 1px solid #660033;
	}
.admin_xs_top {
	border-top: 5px groove #660033;
	}
.admin_xs_bottom {
	border-bottom: 5px groove #660033;
	}
.admin_bg_bottom {
	width:100%;
	height:100%;
	background: url("/_GLOBAL/design/images/bg_background.gif") repeat-x top;
	}
/* ******************************************************** GESTION DES POSITION ********************************** */
.admin_txt_align_center {
	text-align: center;
	}
/* ******************************************************** GESTION DES COULEURS ********************************** */
.admin_bg_color_admin {
	background-color: #B1B18B;
	}
.admin_bg_color_1 {
	background-color: #CCCCCC;
	}
.admin_bg_color_2 {
	background-color: #D4D0C8;
	}
.admin_bg_color_3 {
	background-color: #BFBFBF;
	}

.admin_bg_color_line_1 {
	background-color: #dfdfdf;
	}
.admin_bg_color_line_2 {
	background-color: #efefef;
	}
.admin_bg_color_line_on {
	background-color: #ffe299;
	}
/* ******************************************************** GESTION DES BACKGROUND ********************************** */
.admin_bg_onglet {
	background: #D4D0C8 url("/_GLOBAL/design/images/bg_onglet.gif") repeat-x top;
	}
.admin_bg_logo_amoks {
	background: url("/_GLOBAL/design/images/logo_amoks.jpg") no-repeat top right;
	}
.admin_bg_timoks_01 {
	background: url("/_GLOBAL/design/images/timoks_01.jpg") no-repeat top left;
	}
.admin_bg_timoks_02 {
	background: url("/_GLOBAL/design/images/timoks_02.jpg") no-repeat bottom left;
	}
.admin_bg_cadre_top_left {
	display: block;
	height: 14px;
	width: 10px;
	background: url("/_GLOBAL/design/cadre/cadre_top_left.gif") no-repeat bottom right;
	}
.admin_bg_diagonale {
	background: url("/_GLOBAL/design/images/bg_diagonale.gif");
	}
.admin_bg_cadre_top {
	height: 14px;
	background: url("/_GLOBAL/design/cadre/cadre_top.gif") repeat-x bottom;
	}
.admin_bg_cadre_top_right {
	display: block;
	height: 14px;
	width: 10px;
	background: url("/_GLOBAL/design/cadre/cadre_top_right.gif") no-repeat bottom left;
	}
.admin_bg_cadre_fond_left {
	width: 10px;
	background: url("/_GLOBAL/design/cadre/cadre_fond_left.gif") repeat-y right;
	}
.admin_bg_cadre_fond_right {
	width: 10px;
	background: url("/_GLOBAL/design/cadre/cadre_fond_right.gif") repeat-y left;
	}
.admin_bg_cadre_bottom_left {
	display: block;
	height: 14px;
	width: 10px;
	background: url("/_GLOBAL/design/cadre/cadre_bottom_left.gif") no-repeat top right;
	}
.admin_bg_cadre_bottom {
	height: 14px;
	background: url("/_GLOBAL/design/cadre/cadre_bottom.gif") repeat-x top;
	}
.admin_bg_cadre_bottom_right {
	display: block;
	height: 14px;
	width: 10px;
	background: url("/_GLOBAL/design/cadre/cadre_bottom_right.gif") no-repeat top left;
	}
/* ******************************************************** GESTION DES COULEURS ********************************** */
.admin_bg { background-color: #D4D0C7; }
.aks_filet { border:1px solid #ccc; }


