html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,


small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
form, label,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/********************************      Basic Structure      ********************************/

html {
                font-size: 100%;
                height: 100%;
                margin-bottom: 1px; /* Always show a scrollbar to avoid jumping when the scrollbar appears  */
                }

body {
                font-family: Arial, Helvetica, sans-serif;
                color: #555;
                /*background: url('../../ressources/images/bg-body.gif') top left repeat-y;*/
                font-size: 12px;
                }


/********************************      Elements styling      ********************************/

h1, h2, h3, h4, h5, h6 {
                font-family: Helvetica, Arial, sans-serif;
                color: #222;
                font-weight: bold;
                }

h1            { font-family: Calibri, Helvetica, Arial, sans-serif; font-size: 31px; font-weight: bold; color: #fff;
				  position: absolute; top: -1000px;  /* Remove this line and delete the logo (in the HTML) if you don't want an image as a logo */
				}

h2            { font-size: 26px; padding: 0 0 10px 0; }
h3            { font-size: 17px; padding: 0 0 10px 0; }
h4            { font-size: 16px; padding: 0 0 5px 0; }
h5            { font-size: 14px; padding: 0 0 5px 0; }
h6            { font-size: 12px; padding: 0 0 5px 0; }


a              { color: #57a000; text-decoration: none; }
a:hover     { color: #000; }
a:active     { color: #777; }
a:focus     { outline: 1px; }

strong       { font-weight: bold; color: #333; }

small   		{ font-size: 0.85em; }

pre           { font-family: monospace;
	 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
	}

p {
                padding: 3px 0 3px 0;
                line-height: 1.6em;
                }

/********************************      General Classes      ********************************/

.clear {
                clear: both;
                }

.align-left {
                float: left;
                }

.align-right {
                float: right;
                }

/************ Button ************/
.button {
				font-family: Verdana, Arial, sans-serif;
                display: inline-block;
                background: #666666 url('../../ressources/images/bg-button-grey.gif') top left repeat-x !important;
                border: 1px solid #459300 !important;
                padding: 0px 10px 0px 7px !important;
                color: #fff !important;
                font-size: 11px !important;
                cursor: pointer;
                height:25px;
                }

.button:hover {
                text-decoration: underline;
                }

.button:active {
                padding: 0px 10px 0px 7px !important;
                }

a.remove-link {
				color: #bb0000;
				}

a.remove-link:hover {
				color: #000;
				}

/************ Messages ************/



#messages p,
#messages form {
                border-top: 1px solid #ddd;
                padding: 10px 0;
                }

#messages h4 {
                padding: 10px 0;
                }

#messages fieldset {
                margin: 0;
                }

#messages textarea {
                margin: 0 0 15px 0;
                }
/********************************      Main Content      ********************************/

/************ Layout ************/

#main-content {
                padding: 15px 0 0 0;
                }

.column-left {
                width: 48%;
                float: left;
                }

.column-right {
                width: 48%;
                float: right;
                }

#page-intro {
                font-size: 17px;
                padding: 0 0 20px 0;
                }


#footer {
				border-top: 1px solid #ccc;
				margin: 10px 0 0 0;
				padding: 9px 0;
				font-size: 12px;
				background-color: #e5e5e5;
                }

/*************** Content Box ***************/

.content-box {
                border: 1px solid #ccc;
               	/*margin: 0 15px 0 15px;*/
                margin: 0 5px 0 5px;
                background: #f5f5f5;
                }

.content-box-header {
                background: #e5e5e5 url('../../ressources/images/bg-content-box.gif') top left repeat-x;
                margin-top: 1px;
                height: 40px;
                }

.content-box-header h3 {
                padding: 12px 15px 10px;
                float: left;
                }

ul.content-box-tabs {
                float: right;
                padding: 12px 15px 0 0 !important;
				margin: 0 !important;
                }

ul.content-box-tabs li {
                float: left;
                margin: 0;
                padding: 0 !important;
                background-image: none !important;
                }

ul.content-box-tabs li a {
                color: #333;
                padding: 8px 10px;
                display: block;
                margin: 1px;
                border-bottom: 0;
                }

ul.content-box-tabs li a:hover {
                color: #57a000;
                }

ul.content-box-tabs li a.current {
                background: #fff;
                border: 1px solid #ccc;
                border-bottom: 0;
                margin: 0;
                }

.content-box-content {
                padding: 10px;
                font-size: 11px;
                border-top: 1px solid #ccc;
                }

/************ Table ************/

#main-content table {
                width: 100%;
                border-collapse: collapse;
                }

#main-content table thead th {
                font-weight: bold;
                font-size: 11px;

                border-bottom: 1px solid #ddd;

                /*
                background-color : #888;
                color: #eee;
                */
                }

#main-content tbody {
                }

#main-content tbody tr {
                }

#main-content tbody tr.alt-row {
                }

#main-content table tfoot td .bulk-actions {
                padding: 15px 0 5px 0;
                }

#main-content table tfoot td .bulk-actions select {
                padding: 4px;
				border: 1px solid #ccc;
                }

/************ Shortcut Buttons ************/

.shortcut-button {
                border: 1px solid #ccc;
                background: #f7f7f7 url('../../ressources/images/shortcut-button-bg.gif') top left no-repeat;
                display: block;
                width: 120px;
                margin: 0 0 20px 0;
                }

.shortcut-button span {
                border: 1px solid #fff;
                display:block;
                padding: 15px 10px 15px 10px;
                text-align: center;
                color: #555;
                font-size: 13px;
                line-height: 1.3em;
                }

.shortcut-button span img {
                margin-bottom: 10px;
                }

.shortcut-button:hover {
                background: #fff;

                }

.shortcut-button span:hover {
				color: #57a000;
                }

ul.shortcut-buttons-set li {
                float: left;
                margin: 0 15px 0 0;
				padding: 0 !important;
				background: 0;
                }

/*************** Forms ***************/

form label {
                display: block;
                font-weight: bold;
                }

form fieldset legend {
                font-weight: bold;
                margin-bottom: 10px;
                padding-top: 10px;
                }

form p small {
                font-size: 0.75em;
                color: #777;
                }


form input.text-input,
form select,
form textarea,
form .wysiwyg {
                padding: 2px;
                font-size: 11px;
                border: 1px solid #d5d5d5;
								color: #333;
                }

form .small-input {
                width: 25% !important;
                }

form .verysmall-input {
                width: 107px;
                }

form .small-input2 {
                width: 16px;
                }

form .small-input4 {
                width: 30px;
                }

form .medium-input {
                width: 50% !important;
                }

form .large-input {
                width: 97.5% !important;
				font-size: 16px !important;
				padding: 8px !important;
                }

form textarea {
                font-family: Arial, Helvetica, sans-serif;
                }

form select {
                background: #dff;
                }

form input[type="checkbox"],
form input[type="radio"] {
				padding: 0;
                background: none;
				border: 0;
                }

/*************** Notifications ***************/

.notification {
                position: relative;
                margin: 0 0 15px 0;
                padding: 0;
                border: 1px solid;
                background-position: 10px 11px !important;
                background-repeat: no-repeat !important;
                font-size: 13px;
                width: 99.8%;
                }


.attention {
                background: #fffbcc url('../../ressources/images/icons/exclamation.png') 10px 11px no-repeat;
                border-color: #e6db55;
                color: #666452;
                }

.information {
                background: #dbe3ff url('../../ressources/images/icons/information.png');
                border-color: #a2b4ee;
                color: #585b66;
                }

.success {
                background: #d5ffce url('../../ressources/images/icons/tick_circle.png');
                border-color: #9adf8f;
                color: #556652;
                }

.errors {
                background: #ffcece url('../../ressources/images/icons/cross_circle.png');
                border-color: #df8f8f;
                color: #665252;
                }

.notification div {
                display:block;
                font-style:normal;
                padding: 10px 10px 10px 36px;
                line-height: 1.5em;
                }

.notification .close {
                color:#990000;
                font-size:9px;
                position:absolute;
                right:5px;
                top:5px;
                }

/* Notification for form inputs */

.input-notification {
				background-position: left 2px;
				background-repeat: no-repeat;
				padding: 2px 0 2px 22px;
				background-color: transparent;
				margin: 0 0 0 5px;
				}

/* Notification for login page */

#login-wrapper #login-content .notification {
				border: 0;
				background-color: #141414;
				color: #fff !important;
				}

/********************************      Login Page      ********************************/

body#login {
                color: #fff;
                background: #222 url('../../ressources/images/bg-login.gif');
				}

#login-wrapper {
                background: url('../../ressources/images/bg-login-top.png') top left repeat-x;
				}

#login-wrapper #login-top {
				width: 100%;
				padding: 25px 0 130px 0;
				text-align: center;
				}

#login-wrapper #login-content {
				text-align: left;
				width: 300px;
				margin: 0 auto;
				}

#login-wrapper #login-content label {
				color: #fff;
				font-weight: normal;
				font-size: 14px;
				font-family: Helvetica, Arial, sans-serif;
				float: left;
				width: 70px;
				padding: 0;
				}

#login-wrapper #login-content input {
				width: 200px;
				float: right;
				margin: 0 0 20px 0;
				border: 0;
				background: #fff;
				}

#login-wrapper #login-content p {
				padding: 0;
				}

#login-wrapper #login-content p#remember-password {
				float: right;
				}

#login-wrapper #login-content p#remember-password input {
				float: none;
				width: auto;
				border: 0;
				background: none;
				margin: 0 10px 0 0;
				}

#login-wrapper #login-content p .button {
				width: auto;
				margin-top: 20px;
				}

.left {
    text-align: left;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}


/********************************      Sidebar      ********************************/


#sidebar {
                background-color:#222;
                width: 205px;
                height: 100%;
                color: #888;
                font-size: 11px;
                z-index:999;
                float:left;
                overflow:auto;
                position:relative;
                }

#sidebar #sidebar-wrapper {
                margin: 0;
                }

#sidebar a,
#sidebar a:active {
                /*color:#ccc;*/
                }

#sidebar a:hover {
                color:#fff;
                }

#sidebar #sidebar-title {
                margin: 40px 0 40px 15px;
                }

#sidebar #logo {
                margin: 20px 0 20px 0;
                }

#sidebar #profile-links {
                padding: 0 15px 0px 15px;
                text-align: right;
                line-height: 1.5em;
                }

/************ Sidebar Accordion Menu ************/


#sidebar #main-nav {
                padding: 0;
                font-family: Helvetica, Arial, sans-serif;
                }

#sidebar #main-nav li {
                list-style: none;
                text-align: right;
                }

#sidebar #main-nav li a.nav-top-item {
                background: transparent url('../../ressources/images/bg-menu-item-grey.gif') right center no-repeat;
                padding: 10px 15px;
                color: #fff;
                font-size: 14px;
                cursor: pointer;
                display: block;
                text-decoration: none;
                }

#sidebar #main-nav li a.current {
                background-image: url('../../ressources/images/bg-menu-item-current.gif') !important;
                color: #333;
                font-weight: bold;
                }

#sidebar #main-nav li a.current:hover {
                color: #333;
                }

#sidebar #main-nav ul {
                padding: 0;
                font-size: 12px;
                margin: 0;
                }

#sidebar #main-nav ul li {
                list-style: none;
                margin: 0;
                text-align: right;
								padding: 4px 5px 4px 10px;
								display : block;
                }

#sidebar #main-nav ul li a {
                padding: 5px 5px;
                color: #aaa;
                font-size: 13px;
                }

#sidebar #main-nav ul li a:hover,
#sidebar #main-nav ul li a.current,
#sidebar #main-nav ul li a.current:hover {
                color: #fff;
                }

#sidebar #main-nav ul li a.current {
                background: transparent url('../../ressources/images/menu-current-arrow.gif') right center no-repeat !important;
                }


/********************************      Sidebar      ********************************/


#sidebar_contexte {
                background-color:#222;
                width: 205px;
                height: 100%;
                color: #888;
                font-size: 11px;
                z-index:1000;
                float:left;
                overflow:auto;
                position:relative;
                }

#sidebar_contexte #sidebar-wrapper {
                margin: 0;
                }

#sidebar_contexte a,
#sidebar_contexte a:active {
                /*color:#ccc;*/
                }

#sidebar_contexte a:hover {
                color:#fff;
                }

#sidebar_contexte #sidebar-title {
                margin: 40px 0 40px 15px;
                }

#sidebar_contexte #logo {
                margin: 20px 0 20px 0;
                }

#sidebar_contexte #profile-links {
                padding: 0 15px 0px 15px;
                text-align: right;
                line-height: 1.5em;
                }

/************ Sidebar Accordion Menu ************/


#sidebar_contexte #main-nav {
                padding: 0;
                font-family: Helvetica, Arial, sans-serif;
                }

#sidebar_contexte #main-nav li {
                list-style: none;
                text-align: right;
                }

#sidebar_contexte #main-nav li a.nav-top-item {
                background: transparent url('../../ressources/images/bg-menu-item-grey.gif') right center no-repeat;
                padding: 10px 15px;
                color: #fff;
                font-size: 14px;
                cursor: pointer;
                display: block;
                text-decoration: none;
                }

#sidebar_contexte #main-nav li a.current {
                background-image: url('../../ressources/images/bg-menu-item-current.gif') !important;
                color: #333;
                font-weight: bold;
                }

#sidebar_contexte #main-nav li a.current:hover {
                color: #333;
                }

#sidebar_contexte #main-nav ul {
                padding: 0;
                font-size: 12px;
                margin: 0;
                }

#sidebar_contexte #main-nav ul li {
                list-style: none;
                margin: 0;
                text-align: right;
								padding: 4px 5px 4px 10px;
								display : block;
                }

#sidebar_contexte #main-nav ul li a {
                padding: 5px 5px;
                color: #aaa;
                font-size: 13px;
                }

#sidebar_contexte #main-nav ul li a:hover,
#sidebar_contexte #main-nav ul li a.current,
#sidebar_contexte #main-nav ul li a.current:hover {
                color: #fff;
                }

#sidebar_contexte #main-nav ul li a.current {
                background: transparent url('../../ressources/images/menu-current-arrow.gif') right center no-repeat !important;
                }


/* DROPDOWN MENU */
.clearfix:after {
    display:block;
    clear:both;
}

/* FIN DU DROPDOWN */




/*----- Menu Outline -----*/
.menu-wrap {
    width:100%;
    box-shadow:0px 1px 3px rgba(0,0,0,0.2);
    background:#3e3436;
}

.menu {
    margin:0px auto;
}

.menu li {
    margin:0px;
    list-style:none;
    /*font-family:'Ek Mukta';*/
}

.menu a {
    transition:all linear 0.15s;
    color:#ffffff;
}

.menu li:hover > a, .menu .current-item > a {
    text-decoration:none;
    color:#ffffff;
}

.menu .arrow {
    font-size:11px;
    line-height:0%;
}

/*----- Top Level -----*/
.menu > ul > li {
    float:left;
    display:inline-block;
    position:relative;
    /*font-size:19px;*/
}

.menu > ul > li > a {
    padding:5px 5px;
    display:inline-block;
    text-shadow:0px 1px 0px rgba(0,0,0,0.4);
}

.menu > ul > li:hover > a, .menu > ul > .current-item > a {
    background:#3e3436;
}

.sub-menu {
    width:180%;
    padding:5px 0px;
    position:absolute;
    top:100%;
    left:0px;
    display:none;
    transition:opacity linear 0.15s;
    box-shadow:0px 2px 3px rgba(0,0,0,0.2);
    background:#2e2728;
}

.sub-menu li {
    display:block;
    /*font-size:16px;*/
}

.sub-menu li a {
    padding:10px 20px;
    display:block;
}

.sub-menu li a:hover, .sub-menu .current-item a {
    background:#79666A;
}

/*------Notifications---------*/
    /*createNoty('Hi! This is my message', 'info');
    createNoty('success', 'success');
    createNoty('warning', 'warning');
    createNoty('danger', 'danger');
		createNoty('Les données ont bien été sauvegardés', 'success', 3000);
    */

#noty-holder{
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		margin-top:-14px;
    width: 350px;
    font-weight: bold;
    z-index: 9999;
    text-align: center;
    position: absolute;
    /*border : 1px solid #999999;*/
    left : 50%;
}

.alert{
    margin-bottom: 0px;
    border-radius: 0px;
}

	div.optionsPanel.show, div.actionsPanel.show {
	    display: block;
	}

	div.optionsPanel {
	    padding: 0 18px;
	    background-color: #E5E5E5;
	    display: none;
	    margin-top : -10px;
	    margin-bottom : 10px;
	    height : 35px;
	    padding-top : 5px;
	}

	div.actionsPanel {
	    padding: 0 18px;
	    background-color: #E5E5E5;
	    display: none;
	    margin-top : 5px;
	    margin-bottom : -5px;
	    height : 35px;
	    padding-top : 5px;
	}


/* Return on top */
#returnOnTop {
    cursor: pointer;
    float:right;
    margin-right:4px;
    margin-top:-7px;
}

.hidden {
	visible : false;
}

.cursornsresize {
	cursor : ns-resize;
}