/* GENERAL*******************************************************************************/

html, body
{
    height: 100%;
}

body
{
    background: #fff url(../images/bg.png) repeat-x;
    font-size: 12px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    line-height: 1.4em;
    color: #4e4e4e;
}

#general
{
    width: 937px;
    margin: 0 auto;
}

#header
{
    background: transparent url(../images/bg-header.jpg) no-repeat;
    height: 110px;
}

#header.custom
{
    background: transparent url(../media/custom/bg-header.jpg) no-repeat;
}

#menu-header
{
    background-color: #062b46;
    font-size: 11px;
    float: right;
    text-align: center;
    color: #FFFFFF;
    padding: 5px;
}

#menu-header a:hover
{
    color: #3eace7;
}

/** Menu **/

#menu
{
    width: 100%;
    height: 33px;
}

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu li
{
    display: block;
    height: 33px;
    float: left;
}

#menu a
{
    color: #fff;
    font: normal 12px arial, sans-serif;
    text-decoration: none;
    outline: none;
}

#menu a.topMenu
{
    background: transparent url('../images/bg_menu_a.gif') no-repeat scroll top right;
    display: block;
    float: left;
    height: 33px;
    margin-right: 0px;
    padding-right: 16px;
	/* sliding doors padding */
}

#menu a.topMenu:hover
{
    background-position: bottom right;
    color: #444;
}

#menu a.topMenu#currentmenu
{
    background-position: bottom right;
    color: #444;
}

#menu a.topMenu span
{
    background: transparent url('../images/bg_menu_span.gif') no-repeat;
    display: block;
    line-height: 23px;
    padding: 5px 0 5px 18px;
}

#menu a.topMenu:hover span
{
    background-position: bottom left;
    padding: 5px 0 5px 18px;
    /* push text down 1px */
	color: #FFFFFF;
}

#menu a.topMenu#currentmenu span
{
    background-position: bottom left;
    padding: 6px 0 4px 18px;
    /* push text down 1px */
	color: #FFFFFF;
    font-weight: bold;
}

#menu ul.level2, #menu ul.level3
{
	position: absolute;
    border-bottom: 2px solid #1D7DBF;
    background-color: #062E48;
    display: block;
}

#menu ul.level2 li, #menu ul.level3 li
{
    height: auto;
    float: none;
    width: 150px;
}

#menu ul.level2 li.sep, #menu ul.level3 li.sep
{
    border-bottom: 1px solid white;
}

#menu ul.level2 a.sub
{
    background-image: url(../images/menu-arrow.gif);
    background-position: right center;
    background-repeat: no-repeat;
}

#menu ul.level2 a, #menu ul.level3 a
{
    display: block;
    padding: 3px;
}

#menu ul.level2 a:hover, #menu ul.level3 a:hover
{
    background-color: #73c305;
}


/****systeme d'onglets**/

.onglet
{
    background-color: #FFFFFF;
    padding: 10px;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    clear: both;
}

.menu_onglet li
{
    margin-top: 10px;
    display: inline;
}

a.lien_onglet
{
    background: transparent url('../images/bg_onglet_a.gif') no-repeat bottom right;
    color: #767676;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 25px;
    margin-right: 2px;
    padding-top: 0px;
    padding-right: 2px;
    text-decoration: none;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
    top: 1px;
}

a.active
{
    background: transparent url(../images/bg_onglet_a.gif) no-repeat top right;
    color: #2068b3;
    border-bottom: 1px solid #fff;
}

a.active span
{
    background: transparent url(../images/bg_onglet_span.gif) no-repeat top right;
}

a.lien_onglet span
{
    background: transparent url(../images/bg_onglet_span.gif) no-repeat bottom left;
    display: block;
    line-height: 16px;
    padding: 3px 5px 6px 10px;
    margin-bottom: 0px;
}

a.active span
{
    background: transparent url(../images/bg_onglet_span.gif) no-repeat top left;
}

a.lien_onglet:active
{
    background-position: top right;
    color: #3d8bdd;
    outline: none;
}

a.lien_onglet:active span
{
    background-position: top left;
    padding: 3px 5px 6px 10px;
}

/*******************/

#gauche
{
    background-color: #FFFFFF;
    padding: 15px;
    float: left;
    width: 627px;
}

#droite
{
    background: #fff url(../images/bg-droite.png) no-repeat top right;
    float: right;
    padding: 15px;
	width: 250px;
	/*Width of right column in pixels*/
}

#contenu-large
{
    background-color: #FFFFFF;
    padding: 15px;
}

.zone-action
{
    height: 25px;
    margin-bottom: 10px;
}

.zone-action .action-spacer
{
    float: right;
    visibility: hidden;
    padding: 0 10px;
}

#zone-action-floating
{
    left: 0;
    top: 0;
    width: 100%;
    height: 35px;
    background-color: #f4fce2;
    position: fixed;
    opacity: .8;
}

#zone-action-floating .content
{
    height: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #5da400;
}

.expanded
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
    background-color: #ffffff;
}

.wrapper
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -111px;
}

#footer-large, .push
{
    height: 111px;
}

#footer-large
{
    background: #062e48 url(../images/bg-footer-large.png) repeat-x;
    width: 100%;
}

#footer
{
    background: transparent url(../images/bg-footer.jpg) no-repeat right bottom;
    width: 937px;
    height: 100%;
    margin: 0 auto;
    text-align: right;
}

#footer.custom
{
	background: transparent url(../media/custom/bg-footer.jpg) no-repeat right bottom;
}

#footer p
{
    padding-right: 120px;
    padding-top: 70px;
}

#footer a
{
    color: #FFFFFF;
}

h1
{
    padding-top: 5px;
    padding-bottom: 3px;
    margin-bottom: 15px;
    height: 13px;
    border-bottom: 2px solid #1d7dbf;
    color: #1d7dbf;
    text-transform: uppercase;
    font-size: 13px;
}

h2
{
    background: transparent url(../images/bg-h2.png) repeat-x bottom left;
    padding: 5px;
    color: #7e7b7b;
    text-transform: uppercase;
    height: 13px;
    margin-bottom: 5px;
}

a
{
    text-decoration: none;
    color: #5da400;
}

a:hover
{
    text-decoration: none;
    color: #1274b8;
}

p
{
    padding: 5px;
}

.spacer
{
    clear: both;
    visibility: hidden;
}

ol, ul
{
    margin-left: 15px;
    list-style-type: disc;
}

a img
{
    border: 0px solid red;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.mee
{
    color: #f4bd00;
}

/* @group Tables */

.pager
{
    margin: 10px 0px;
}

table.list
{
    background: #fff url(../images/background_table.png) repeat-x top left;
    width: 100%;
    margin: auto;
    border-collapse: collapse;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #cbd3d4;
}

table.list th
{
    background: #fff url(../images/background_th.png) repeat-x bottom left;
    font-weight: bold;
    height: 25px;
    border: 1px solid #d1cfcf;
    border-bottom: 1px solid #b8b8b8;
    text-align: center;
}

table.list th.first
{
    border-left: 1px solid #c4c3bc;
}

table.list th.last
{
    border-right: 1px solid #c4c3bc;
}

table.list tbody tr.hover, table.list tbody tr:hover
{
    background-color: #E0E0E0;
}

table.list td
{
    padding: .3em;
    border: 1px solid #cbd3d4;
}

table.list img.asc, table.list img.desc
{
    display: none;
}

table.list th.sortAsc img.asc, table.list th.sortDesc img.desc
{
    display: inherit;
}

table.list td input, table.list td select
{
    border: none;
    width: 100%;
}
/* @end */

a.button
{
    padding: 0;
    background-color: transparent;
    border: none;
    background: transparent url('../images/bg_button_a.gif') no-repeat 100% 25%;
    color: #fff;
    display: block;
    float: right;
    font: normal 12px arial, sans-serif;
    height: 21px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

a.button span
{
    background: transparent url('../images/bg_button_span.gif') no-repeat 0% 25%;
    display: block;
    line-height: 14px;
    padding: 4px 0 3px 15px;
    /*border-left: 1px solid #336400;*/
}

a.button:hover
{
    background: transparent url('../images/bg_button_a.gif') no-repeat 100% 0%;
}

a.button:hover span
{
    background: transparent url('../images/bg_button_span.gif') no-repeat 0% 0%;
}

a.button.disabled, a.button.disabled:hover
{
    background: transparent url('../images/bg_button_a.gif') no-repeat 100% 50%;
}

a.button.disabled span, a.button.disabled:hover span
{
    background: transparent url('../images/bg_button_span.gif') no-repeat 0% 50%;
}

a.button.needaction
{
    background: transparent url('../images/bg_button_a.gif') no-repeat 100% 75%;
}

a.button.needaction span
{
    background: transparent url('../images/bg_button_span.gif') no-repeat 0% 75%;
}

a.button.needaction:hover
{
    background: transparent url('../images/bg_button_a.gif') no-repeat 100% 100%;
}

a.button.needaction:hover span
{
    background: transparent url('../images/bg_button_span.gif') no-repeat 0% 100%;
}

/*

/* LOGIN*******************************************************************************/

body#page-login
{
    background-image: none;
    background-color: #042139;
}

#login
{
    background: transparent url('../images/bg-login.jpg') no-repeat top left;
    width: 733px;
    height: 519px;
    margin: auto;
    margin-top: 50px;
}

#formulaire
{
    width: 300px;
    height: 80px;
    display: block;
    margin: auto;
    position: relative;
    top: 230px;
    left: 80px;
}

#page-login
{
    background: #f8f8f8;
    text-align: center;
}

.login-box
{
    position: relative;
}

.login-form
{
    text-align: left;
}

.login-form #messages
{
    margin: 0 17px 0 0;
}

.login-form .input-left
{
    float: left;
    width: 49%;
}

.login-form .input-right
{
    float: right;
    width: 49%;
}

.login-form .input-box input.input-text
{
    width: 97%;
    border: 1px solid #a4aead;
    background-color: #FFFFFF;
}

.login-form .input-box input.input-text.forgot-password
{
    width: 100%;
}

.login-form label
{
    font-weight: bold;
}

.login-form .form-buttons
{
    margin: 12px 0 0 0;
    clear: both;
    text-align: right;
}

#formulaire .legal
{
    margin: 0;
    padding: 8px 8px 5px 8px;
    font-size: .95em;
}

.login-form .validation-advice
{
    margin: 0 17px 0 0;
}

.login-form .forgot-link
{
    margin: 0 17px 0 0;
    text-align: right;
}

/****DASHBOARD***************************************************************************/

.moduleDashboard
{
    background: transparent url(../images/bg-moduleDashboard.png) no-repeat top left;
    height: 65px;
    padding: 10px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    width: 280px;
    height: 88px;
}

.moduleDashboardhover
{
    background: transparent url(../images/bg-moduleDashboardhover.png) no-repeat top left;
    height: 65px;
    padding: 10px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    width: 280px;
    height: 88px;
}

.moduleDashboard .picto, .moduleDashboardhover .picto
{
    float: left;
    padding-top: 20px;
    padding-left: 18px;
    display: block;
}

.moduleDashboard span, .moduleDashboardhover span
{
    float: right;
    width: 195px;
    font-size: 11px;
}

.moduleDashboard span h3, .moduleDashboardhover span h3
{
    text-transform: uppercase;
}

.log
{
    border-bottom: 1px dashed #939292;
    margin-bottom: 10px;
}

.log h2
{
    background-image: none;
    font-weight: bold;
}

/* @group Message handling */

.globuleError, .globuleWarning, .globuleInfo
{
    padding: 34px 5px 5px 5px;
    margin: 2px;
    border: 1px dotted black;
}

.globuleError
{
    background: #ff8080 url(../images/error_error.png) no-repeat scroll 5px 5px;
    border-color: #ff0000;
    color: white;
}

.globuleWarning
{
    background: #ffbf7c url(../images/error_warning.png) no-repeat scroll 5px 5px;
    border-color: #ff7f00;
    color: white;
}

.globuleInfo
{
    background: #7b7fff url(../images/error_info.png) no-repeat scroll 5px 5px;
    border-color: #0000ff;
    color: white;
}

/* @end */

/* @group Tree */

.tree-container
{
    /*height: 230px;
    overflow: auto;*/
}

ul.tree, .tree ul, .tree li
{
    list-style-type: none;
}

ul.tree li
{
    padding-top: 5px;
    cursor: pointer;
    cursor: hand;
}

ul.tree span
{
    padding: 0 3px;
}

ul.tree span.selected
{
    background-color: #cccccc;
}

ul.tree li img.node
{
    background-image: url(../images/expand.gif);
    vertical-align: text-bottom;
    margin-right: 5px;
}

ul.tree li img.node.open
{
    background-image: url(../images/collapse.gif);
}

ul.tree li img.node.leaf, ul.tree li img.node.noclose
{
    background-image: url(../images/leaf.png);
}

/* @end */

/* @group Prompt bar */
#prompt
{
    position:absolute;top:0; /* IE FIX */
    width: 937px;
    height: 20px;
    border: 1px solid #7F7F7F;
    z-index: 10001;
    background-color: #F3FF8F;
}
div[id=prompt] {
	position: fixed !important;
}

#prompt_message
{
    float: left;
    text-align: center;
    width: 910px;
    font-weight: bold;
}
#prompt_close
{
    float: right;
    width:16px;
}
/* @end */
