/* Common stylesheet - Used in every templates */ 
html {
    /* margin de -0.1 pour eviter le decalage de background de firefox de 1px */
    margin-left: -0.1px;
}
body {
    text-align: center;
    font-size: 13px;
    font-family: Arial, Lucida Sans, Trebuchet MS, Helvetica, Verdana, sans-serif;
    background: #fff;
}

html, body, div, table, h1, h2, h3, h4, tr, th, td, img, ul, ol, li, form {
    margin: 0;
    padding: 0;
}

a {
    color: #102b62;
    text-decoration: none;
}
a:hover {
    color: #1f90cb;
    text-decoration: none;
}

img {
    vertical-align: middle;
    border: 0 none;
}

fieldset {
    margin-bottom: 8px;
}

ul {
    padding-left: 16px;
}

ol { 
    padding-left: 16px;
}

#body {
    text-align: center; /* pas de centrage en mode auto a cause de IE */
}

/* container block */
#container {
    margin: 0 auto;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    overflow: hidden;
    width: 982px;
    position: relative;
    border: 1px solid #bbb;
    border-bottom: 5px solid #bbb;
    background: #fff url(../images/background_global_bottom.png) 50% 100% no-repeat;
}
#container.wide {
    padding-bottom: 16px;
    min-width: 982px;
    width: auto;
}
#container div.container-right {
    margin-left: 260px; /* decalage pour le menu */
    padding-left: 8px;
    display: block;
}

/* global structure */
#global {
    margin: 0;
    width: 100%;
    min-width: 1000px;
    text-align: left;
    overflow: hidden; 
    position: relative;
    background: #fff;
    display: block;
}

#global .background {
    margin: 0;
    width: 100%;
    background: #ededed;
}
#global .background2 {
    margin: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    width: 100%;
    background: transparent url(../images/global_bg.png) 0 100% repeat-x;
}

#global a.title-h2 {
    color: #fff;
}

#global .embed {
    text-align: center;
}

/* preview and sub categories */
#global a.tree, div.webinar a.tree {
    margin-left: 4px;
    padding-left: 24px;
    background: transparent url(../images/right_arrow.png) 0 50% no-repeat; 
}

#global h1 {
    font-weight: bold;
    font-size: 22px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 16px;
    margin-bottom: 16px;
    color:#000;
}

#global h1.first {
    margin-top: 0;
}

#global div.h2-block {
    margin-bottom: 6px;
    font-weight: bold;
    font-size: 15px;
    line-height: 28px;
    color: #fff;
    display: block;
}
#global div.h2-left {
    background: url(../images/title_left.png) 0 0 no-repeat;
    width: 100%;
    display: block;
}
#global div.h2-right {
    background: url(../images/title_right.png) 100% 0 no-repeat;
    width: 100%;
    display: block;
}
#global div.h2-middle {
    margin-left: 10px;
    margin-right: 10px;
    background: url(../images/title_middle.png) 0 0 repeat-x;
    min-height: 28px;
    display: block;
}
#global h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    line-height: 28px;
    color: #fff;
}

#global div.h3-block {
    margin-bottom: 6px;
    line-height: 23px;
    font-weight: bold;
    color: #000;
    display: block;
}
#global div.h3-left {
    background: url(../images/title_fade.png) 0 0 no-repeat;
    width: 100%;
    display: block;
}
#global div.h3-right {
    background: transparent none;
    width: 100%;
    display: block;
}
#global div.h3-middle {
    margin-left: 10px;
    margin-right: 10px;
    background: transparent none;
    min-height: 28px;
    display: block;
}
#global div.h3-block h3 {
    padding-top: 1px;
    padding-left: 10px;
    margin-bottom: 6px;
    line-height: 23px;
    color: #000;
}
#global h3 {
    font-weight: bold;
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 2px;
    margin-top: 8px;
    margin-bottom: 6px;
    color: #000;
}
#global h3 a {
    color: #000;
}
#global h3.closed, #global div.h3-block h3.closed {
    padding-left: 24px;
    cursor: pointer;
    background: url(../images/slide_right_black.png) 0 50% no-repeat;
}
#global h3.open, #global div.h3-block h3.open {
    padding-left: 24px;
    cursor: pointer;
    background: url(../images/slide_down_black.png) 0 50% no-repeat;
}

#global div.content-block {
    margin: 0;
    padding: 8px;
    padding-top: 0;
    padding-bottom: 16px;
    display: block;
}
#global div.content-block.first {
    padding-top: 8px;
}

#global div.form-validate {
    padding-top: 8px;
    text-align: right;
}

#global ul {
    list-style-position: inside;
    margin-bottom: 0px;
    margin-left: 0px;
}

#global li {
    margin-top: 8px;
}

#global a.clickable {
    padding-left: 8px;
    padding-right: 8px;
    display: block;
    cursor: pointer;
}
#global p {
    margin-top: 8px;
    margin-bottom: 8px;
}
#global p.nopadding {
    margin-top: 0;
    margin-bottom: 2px;
}

#global p.sub {
    margin-left: 16px;
    margin-top: 0;
    margin-bottom: 8px;
}
#global p.more {
    margin-left: 0;
    margin-top: 2px;
    margin-bottom: 8px;
    padding-left: 22px;
    font-weight: bold;
    cursor: pointer;
    background: url(../images/slide_right_black.png) 0 50% no-repeat;
}
#global p.up {
    background: url(../images/slide_down_black.png) 0 50% no-repeat;
}
#global p.error {
    color: red;
}
#global div.slide-content {
    margin: 0;
    margin-left: 24px;
}

#global .paragraph {
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 6px;
    margin-bottom: 12px;
}
#global div.category-description {
    margin: 0;
    margin-top: 6px;
    margin-bottom: 12px;
}

#connection-form  ul.error {
    width: 320px;
}

#global .nowrap {
    white-space: nowrap;
}
#global .center {
    text-align: center;
}

#global table {
    border-spacing: 0;
    border-collapse: collapse;
}
#global table th {
    text-align: center;
    font-weight: bold;
}
#global table td.std-padding, #global table th.std-padding {
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
}

#global table.orders {
    width: 100%;
}

#global table.orders td {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #000;
    border: #bbb solid 1px;
    background: transparent url(../images/white_mask.png) 0 0 repeat;
}
#global table.orders th {
    background: #b4b4b4 url(../images/table_short.png) 0 0 repeat-x;
}

#global p.sign {
    margin-bottom: 64px;
}

#global h3.table-title {
    margin: 0;
    margin-right: 2px;
    padding: 4px;
    border: 1px solid #d3d3d3;
    color: #1f90cb;
    background: #fff;
}
#global h3.table-title a { 
    padding-left: 4px;
    padding-right: 4px;
}
#global p.price {
    font-size: 32px;
    display: inline;
}
#global .terminate {
    text-align: right;
}

#global table td.transparent, #global table.trans-form td {
    border: none;
    background: transparent;
}

#global table .tooltip {
    color: #555555;
    padding-left: 24px;
}

#global table ul.errorlist li {
    margin: 0;
    color: #ff0000;
    list-style-image: url(../images/top_arrow.png);
}

#global table.trans-form {
    margin-top: 2px;
    margin-bottom: 10px;
}

#global table.trans-form td {
    padding-right: 16px;
}

/* std btn */
#global a.std-btn, #overlay a.std-btn, #global input.std-btn, #overlay input.std-btn, #global p.std-btn {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 6px;
    padding-right: 6px;
    white-space: normal;
    font-family: Arial, Helvetica, sans-serif; 
    font-style: normal;
    font-variant: normal;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border: 1px solid #888;
    color: #ddd;
    display: inline;
    position: relative;
    background: #102b62 url(../images/btn_middle.png) 0 0 repeat-x;
}

#global input.std-btn {
    vertical-align: top;
}

#global a.std-btn:hover, #overlay a.std-btn:hover, #global input.std-btn:hover, #global p.std-btn:hover {
    color: #fff;
    background: #2089c0 url(../images/btn_middle_h.png) 0 0 repeat-x;
}

/* yel btn */
#global a.yel-btn, #overlay a.yel-btn, #global input.yel-btn, #overlay input.yel-btn {
    color: #000;
    background: transparent url(../images/btn_yel_middle.png) 0 0 repeat;
}

#global a.yel-btn:hover, #overlay a.yel-btn:hover, #global input.yel-btn:hover, #overlay input.yel-btn:hover {
    color: #111;
    background: transparent url(../images/btn_yel_middle_h.png) 0 0 repeat;
}

/* active btn */
#global a.current, #global a.current:hover {
    color: #fff;
    background: url(../images/btn_middle_a.png) 0 0 repeat;
}

/* inactive btn */
#global p.inactive {
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 6px;
    padding-right: 6px;
    white-space: normal;
    font-family: Arial, Helvetica, sans-serif; 
    font-style: normal;
    font-variant: normal;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border: 1px solid #888;
    color: #ddd;
    display: inline;
    position: relative;
    background: url(../images/btn_inactive_middle.png) 0 0 repeat;
}

#global p.inactive:hover {
    cursor: auto;
    color: #ddd;
    background: url(../images/btn_inactive_middle.png) 0 0 repeat;
}

/* input link style */
#global form.link {
    margin-left: -7px;
    display: inline;
    border: 0 none;
    background: transparent none;
    text-align: left;
    text-indent: 0;
}

#global input.link {
    color: #102b62;
    cursor: pointer;
    display: inline;
    border: 0 none;
    background: transparent none;
    text-align: left;
    text-indent: 0;
}

#global input.link:hover {
    color: #1f90cb;
}

/* Embed code */
#global div.embed-code {
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 8px;
    margin-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: left;
    border: 1px solid #888;
    background: transparent url(../images/tab_mask.png) 0 0 repeat;
}
#global div.embed-code p {
    margin-top: 2px;
    margin-bottom: 2px;
}

#global div.command-place {
    right: 8px;
    top: 8px;
    position: absolute;
}

#global table tr.even td {
    background: #e2e2e2;
}
#global table tr.odd td {
    background: #eeeeee;
}

/* std-table table */
#global table.std-table {
    padding-bottom: 24px;
    border-spacing: 0;
}
#global table.std-table td, #global table.std-table th {
    margin: 0;
    padding: 2px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: left;
}
#global table.std-table td h2 {
    text-align: left;
    margin-top: 6px;
    margin-bottom: 0;
}
#global table.std-table td .std-btn {
    font-size: 13px;
    white-space: nowrap;
}
#global table.std-table .center {
    text-align: center;
}
#global table.std-table th.header {
    padding-left: 20px;
    background: transparent url(../images/sort.png) 2px 50% no-repeat;
    cursor: pointer;
}
#global table.std-table th.header:hover {
    background-color: #eee;
}
#global table.std-table th.headerSortDown {
    background-image: url(../images/sort_down.png);
}
#global table.std-table th.headerSortUp {
    background-image: url(../images/sort_up.png);
}
#global table.std-table td.tooltip {
    padding-left: 16px;
}

#global table td label {
    line-height: 22px;
}

#global div.input-padding { padding-right: 6px; }
#global .short-input input {
    width: 40px;
    display: block;
    text-align: center;
}
#global .full-input input {
    width: 100%;
    display: block;
}
#global .full-input textarea {
    width: 100%;
    height: 200px;
    display: block;
}
#global .full-input select {
    width: 100%;
    display: block;
}

#global table tr.even .mceEditor td, #global table tr.odd .mceEditor td {
    padding: 0;
    margin: 0;
    background: inherit;
}
#container table td span.mceEditor table.mceLayout table {
    width: auto;
}
#container table td span.mceEditor table.mceLayout tr.mceFirst td.mceToolbar {
    padding-left: 2px;
    padding-right: 2px;
}
#container table .mceEditor td {
    vertical-align: middle;
}

/* icon */
.icon {
    display: block;
    border: 0 none;
    cursor: pointer;
    color: #102b62;
}
.icon:hover {
    color: #1f90cb;
}

.edit-icon {
    padding-top: 32px;
    background: transparent url(../images/icon_edit.png) 50% 0 no-repeat;
}
.refresh-icon {
    padding-top: 32px;
    background: transparent url(../images/icon_refresh.png) 50% 0 no-repeat;
}
.remove-icon {
    padding-top: 32px;
    background: transparent url(../images/icon_category_remove.png) 50% 0 no-repeat;
}

/* template result : info, success, error and warning div */
#global .template-message-container {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 6px;
    padding-bottom: 12px;
}
#global .template-message {
    border: 1px solid #d3d3d3;
    background: #fff;
    display: block;
    min-height: 22px;
    position: relative;
}
#global .template-message-mask {
    width: 100%;
    background: #fff;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#global .template-message .template-message-close-btn {
    padding: 6px;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    display: block;
    border: 1px solid #d3d3d3;
    border-top: 0 none;
    border-right: 0 none;
    height: 22px;
    line-height: 22px;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #102b62;
}
#global .template-message .template-message-close-btn:hover {
    color: #1f90cb;
}

#global .info, #global .success, #global .warning, #global .error {
    margin: 0;
    padding-top: 22px;
    padding-bottom: 20px;
    padding-left: 52px;
    padding-right: 10px;
    min-height: 18px;
    display: block;
    color: #000;
}
#global .info img, #global .success img, #global .warning img, #global .error img {
    vertical-align: middle;
    margin-right: 16px;
}
#global .info { background: transparent url(../images/icons/messages/icon_40_info.png) 5px 50% no-repeat; }
#global .success { background: transparent url(../images/icons/messages/icon_40_tick.png) 5px 50% no-repeat; }
#global .warning {  background: transparent url(../images/icons/messages/icon_40_warning.png) 5px 50% no-repeat; }
#global .error { background: transparent url(../images/icons/messages/icon_40_error.png) 5px 50% no-repeat; }


#global .tooltip, .tooltip {
    color: #555555;
    padding-left: 24px;
}


#global ul.error {
    background: transparent;
}
#global ul.error li {
    list-style-image: url(../images/left_arrow.png);
    color: red;
}

#global ul.error-top {
    padding-left: 10px;
    background: transparent url(../images/top_arrow.png) 10px 50% no-repeat;
}
#global ul.error-top li {
    padding-left: 20px;
    list-style-type: none;
    color: red;
}

/* Tabbed window */
#global div.tab-button-place {
    height: 30px;
    border-bottom: 2px solid #1f90cb;
    background: transparent none;
}
#global div.tab-button-place a {
    margin: 0;
    margin-right: 12px;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    display: block;
    height: 28px;
    line-height: 28px;
    text-transform: none;
    border: 2px solid #ccc;
    border-bottom: 0 none;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    background: #fff url(../images/light_32.png) 0 0 repeat-x;
}
#global div.tab-button-place a.active {
    height: 30px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
    border: 2px solid #1f90cb;
    border-bottom: 0 none;
    background-color: #e8e8e8;
}
#global div.tab-button-place a.active:hover {
    background-color: #e8e8e8;;
}
#global div.tab-window {
    margin-bottom: 8px;
    display: block;
    width: 100%;
    border: 0 none;
    background: transparent url(../images/tab_mask.png) 0 0 repeat;
}
#global div.tab-background {
    display: block;
    border: 2px solid #1f90cb;
    border-top: 0 none;
    background: transparent url(../images/tab_mask_top.png) 0 0 repeat-x;
}
#global div.tab-window div.tab-global {
    margin: 0;
    padding: 16px;
}
#global div.tab-window p.first { margin-top: 0; }
#global div.tab-window p.last { margin-bottom: 0; }
#global div.tab-window div.tab-main {
    margin: 0;
    padding-top: 0;
}

#global .separator {
    display: block;
    width: 100%;
    height: 1px;
}

/* column */
#global .left-column {
    display: block;
    width: 50%;
    float: left;
}
#global .right-column {
    display: block;
    width: 50%;
    float: left;
}
#global .column-content {
    display: block;
}
#global .left-column .column-content { padding-right: 8px; }
#global .right-column .column-content { padding-left: 8px; }

/* common display styles */
#global .inline {
    display: inline;
}
#global .block {
    display: block;
}
#global .first {
    margin-top: 0;
}
#global .no-margin {
    margin: 0;
}
#global .top {
    vertical-align: top;
}

#widgets_block {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    float: left;
}
#widgets_block div.widget-content {
    margin: 0 auto;
    margin-top: 8px;
    padding: 0;
    display: block;
}



/* CSS pour la page ressources */ 
#global div.icon-list {
    margin: 0;
    padding: 0;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    display: block;
    float: left;
}
#global div.icon-list table {
    width: 100%;
    border-spacing: 0;
}
#global div.icon-list table td.icon-title {
    background: transparent url(../images/tab_mask_title.png) 0 0 repeat-x;
}
#global div.icon-list table td.icon-td {
    margin: 0;
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    background: transparent url(../images/tab_mask.png) 0 0 repeat;
    border-bottom: 3px solid #ddd;
}


#global div.icon-list div.icon-block {
    margin: 0;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 2px;
    padding: 0;
    display: block;
    float: left;
    position: relative;
}


#global div.icon-list div.icon-block a {
    margin: 0;
    padding: 0;
    padding: 4px;
    width: 128px;
    display: block;
    color: #000;
    border: 1px solid transparent;
    background: transparent;
    -moz-border-radius: 6px;
}
#global div.icon-list div.icon-block a:hover {
    color: #000;
    border: 1px solid #1f90cb;
    background: #aec9d7;
}
#global div.icon-list div.icon-block a.selected {
    border: 1px solid #aaa;
    background: #ddd;
}
#global div.icon-list div.icon-block a.selected:hover {
    border: 1px solid #1f90cb;
    background: #aec9d7;
}

#global div.icon-list div.icon-block .select-place {
    margin: 0;
    padding: 0;
    top: 16px;
    left: 0;
    width: 32px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #000;
    display: block;
    border: 1px solid transparent;
    background: transparent;
    -moz-border-radius: 6px;
    position: absolute;
}
#global div.icon-list div.icon-block .select-place:hover {
    color: #000;
    border: 1px solid #1f90cb;
    background: #aec9d7;
}
#global div.icon-list div.icon-block .select-place input {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    display: inline;
}

#global div.icon-list div.icon-block .icon-place {
    margin: 0;
    padding: 2px;
    text-align: center;
    display: block;
}
#global div.icon-list div.icon-block .icon-place img {
    margin: 0;
    padding: 0;
    width: 64px;
    height: 64px;
}
#global div.icon-list div.icon-block .icon-text {
    margin: 0;
    padding: 2px;
    color: #000;
    text-align: center;
    display: block;
}




/* Footer block */
#footer {
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 1000px;
    height: 175px;
    text-align: center;
    border: none;
    position: relative;
    overflow: hidden;
    display: block;
    background: transparent url(../images/footer_background.png) 50% 24px no-repeat;
}
#footer_container { 
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 36px;
    border: 0 none;
    position: relative;
    display: block;
    overflow: hidden; 
    background: transparent url(../images/bar.png) 0 0 repeat-x;
}

#footer_container p {
    margin: 0;
    padding: 0;
    width: 100%;
    color: #B9C3C6;
    font-size: 9pt;
    font-weight: bold;
    line-height: 24px;
    height: 24px;
    text-align: center;
}

#footer_container p img {
    margin: 0;
    padding: 0;
    padding-left: 4px;
    vertical-align: middle;
}



/* notifications place */
#overlay_notifications {
    margin: 0;
    padding: 0;
    right: 20px;
    bottom: 0;
    display: block;
    position: fixed;
    max-height: 110px;
}
#overlay_notifications .notifications-placer1 {
    margin: 0;
    padding: 4px;
    padding-bottom: 0;
    border: 1px solid #000;
    border-bottom: 0 none;
    background: transparent url(../images/black_mask.png) 0 0 repeat;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
}
#overlay_notifications .notifications-placer2 {
    margin: 0;
    padding: 0;
    border: 1px solid #888;
    border-bottom: 0 none;
    background: #fff url(../images/notifications_bar.png) 0 100% repeat-x;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    position: relative;
}
#overlay_notifications #notifications_button {
    margin: 0;
    padding: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 32px;
    cursor: pointer;
    background: transparent url(../images/notifications_hide.png) 50% 50% no-repeat;
    position: absolute;
    display: block;
}
#overlay_notifications #notifications_button.hidden {
    background: transparent url(../images/notifications_show.png) 50% 50% no-repeat;
}
#overlay_notifications #notifications_content_block {
    margin: 0;
    margin-right: 32px;
    padding: 0;
    min-width: 1px;
    min-height: 41px;
    display: block;
    overflow: hidden;
}
#overlay_notifications #notifications_content {
    margin: 0;
    padding: 0;
    border: 0 none;
    border-right: 1px solid #888;
    display: block;
}
#overlay_notifications .live-stream-list p {
    margin: 0;
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: left;
    white-space: nowrap;
}
#overlay_notifications .live-stream-list ul {
    padding-left: 40px;
    text-align: left;
}
#overlay_notifications .live-stream-list ul li {
    margin-bottom: 4px;
}



