/********************************      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-image: url('images/bande_fond_01.jpg');
    background-repeat: repeat-x;
    font-size: 12px;
    background-size:100% 100%;
}

#body-wrapper {
    background: url('images/bg-radial-gradient.gif') fixed 230px top no-repeat;
}                

/********************************      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; }

p {
    padding: 5px 0 10px 0;
    line-height: 1.6em;
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;



}

/********************************      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: #459300 url('images/bg-button-green.gif') top left repeat-x !important;*/
    /*border: 1px solid #459300 !important;*/
    
    padding: 4px 7px 4px 7px !important;
    color: #fff !important;
    font-size: 11px !important;
    cursor: pointer;
    
}

.button:hover {
    text-decoration: underline;
}

.button:active {
    padding: 5px 7px 3px 7px !important;
}

a.remove-link {
    color: #bb0000;
}

a.remove-link:hover {
    color: #000;
}



/*************** Forms ***************/

form label {
    display: block;
    padding: 0 0 10px;
    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: 6px;
    font-size: 13px;
    background: #fff url('images/bg-form-field.gif') top left repeat-x;
    border: 1px solid #d5d5d5;
    color: #333;
}

form .small-input {
    width: 25% !important;
}

form .medium-input {
    width: 50% !important;
}

form .large-input {
    width: 97.5% !important;
    font-size: 16px !important;
    padding: 8px !important;
}

form textarea {
    width: 97.5% !important;
    font-family: Arial, Helvetica, sans-serif;
}

form select {
    padding: 4px;
    background: #fff;
}

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: 300px;
    margin-left:-20px;
    margin-top: -175px;
}


.attention {
    background: #fffbcc url('images/icons/exclamation.png') 10px 11px no-repeat;
    border-color: #e6db55;
    color: #666452;
}

.information {
    background: #dbe3ff url('images/icons/information.png');
    border-color: #a2b4ee;
    color: #585b66;
}

.success {
    background: #d5ffce url('images/icons/tick_circle.png');
    border-color: #9adf8f;
    color: #556652;
}

.error {
    background: #ffcece url('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: #535355;
    color: #fff !important;
}

/********************************      Login Page      ********************************/

body#login {
    /*color:#9d9fa2;*/
	/*background:#E0E0E0;*/
   /* background:#f0f0f0;*/
    /*  background: #222 url('images/bg-login.gif');*/
    /* background: url("images/back_tile.jpg"); */

    padding:0px;
    margin:0px;
    background-image:url('images/bande_fond_01.jpg'); /* was not there b4 redesign*/
    /*Background-size: 100%; Was there b4 redesign*/

    background-repeat: repeat-x;
    height:100%;
    /* background-color:#f0f0f0;
    background-color:#d4c9cc;*/
    /*background-color:#E9E0E0;*/
    /*background-color:#E0E0E0; Was there b4 redesign*/
    /*background-position: 0 0px;*/
}

#login-wrapper {
    /*   background: url('images/bg-login-top.png') top left repeat-x;*/

    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    /*  background: url("images/bk_organge2.png");*/
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size:100% 78px;
    /*max-height:76px;*/
    /*width:100%;*/
    width:100%;
    /*  height:700px;*/
    margin-bottom:40px;
    float:left;


}
/*Was not there b4 redesign*/
 #login-top { 
 padding-top:230px; 
}

#login-wrapper #login-top {
    width: 100%;
    /*padding: 150px 0 0 0; Was there b4 redesign*/
    text-align: center;
    margin-bottom: -40px;
}

#login-wrapper #login-content {
    /*text-align: left;*/
    /*width: 400px;*/
    /*margin: 0 auto;*/
}

#login-field {
    padding: 200px 100px 50px 0px;
    margin-left: 219px;
    width: 400px;
    position:relative;
}

#img {
   display:table; 
   margin: 0 auto;
   position:relative;
   height:100%;
}

#login-content {
    padding-top:15px;
    position:relative;
    margin-left:122px;
    margin-top:-240px;
    width: 500px;
    background-image: url('images/loginbox_05.png');
    background-repeat : no-repeat;
    height: 200px;
}

#login-wrapper #login-content label {
    /*color: #9d9fa2;*/
    color: #67696d;

    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: 1px solid #cb4450;*/
     border: 1px solid black;
    background: #dddddd;

}

.lala {
   margin-top:249px;
   margin-left: 195px;
   width:400px;
   height: 128px;
   background-image: url(images/loginbox_05.png);
   background-repeat: no-repeat;
   padding-top: 15px;
}

.lala button {
    background: #888888;
}
#login-body {
    background-repeat: no-repeat;
    background-image: url(images/degrader02_05.png);
    background-repeat: repeat-x;
    height:410px;
    background-size: 100% 100%;
}
#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: 70px;
    /*margin-top: 20px;*/




}
.button,
#main-content table tfoot td .bulk-actions select,
.pagination a.number,
form input.text-input,
form textarea,
form .wysiwyg,
form select,
.dp-popup {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;    
}

#login {
    margin-left:214px;
    background-image:linear-gradient(#555555 20%, #888888 80%);
    -ms-background-image: linear-gradient(#555555 20%, #888888 80%);
}

#login-content input:not([type=submit]){
    -moz-box-shadow: inset 15px 15px 60px 1px #888888;
    box-shadow: inset 15px 15px 60px 1px #888888;
}

.content-box,
.content-box-header,
ul.content-box-tabs li a.current,
.shortcut-button,
.notification {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.content-box-header {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.closed-box .content-box-header {
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

ul.content-box-tabs li a.current {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}


.shortcut-button span {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

div.wysiwyg ul.panel li a { opacity: 0.6; }
div.wysiwyg ul.panel li a:hover, div.wysiwyg ul.panel li a.active { opacity: 0.99; }

#login-footer{
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    /* background: url("../images/webbo-cloud.png");*/
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat-x;

    /*max-height:76px;*/
    width:100%;
    height:123px;
    clear:both;



}
#login-footer-plain{
    /* background-color: #800b2d;*/
    /* background-color: #cb0f20;
    
     min-height: 30px;
     height: 100%;
     width:100%;
     clear:both;
     float:left;
     color:#fff; */
}

#footer{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

#plume-gauche{
    /* background: url("../images/plume-gauche.png");*/
    width:277px;
    height: 384px;
    float:left;
    margin-top:150px;
    margin-right: 40px;
    background-repeat: none;

}

#plume-droite{
    /*   background: url("../images/plume-droite.png");*/
    width:277px;
    height: 384px;
    float:left;
    margin-top:150px;
    margin-left: 40px;
    background-repeat: none;

}

#login-container {
    margin-left:auto;
    margin-right:auto;
    width:100%;

}
.credentials{
    float:right;
    padding:20px;
    vertical-align: bottom;

}