/* 
    Document   : admin_styles
    Created on : 27 févr. 2012, 10:29:43
    Author     : Micro-création <info@micro-creation.com>
    Description:
        Purpose of the stylesheet follows.
*/

html {
    font-size: 100%;
}

body{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.9em;
    color: #fff;
    background-color: #1f1f1f;
    margin: 0px;
    padding: 0px;
}

#container{
    max-width: 960px;
    margin: auto;
    min-height: 800px;
}

#header{
    height : 139px;
	text-align: center;
}

#logo{
    position: relative;
    top: 10px;
}

#connexion{
    width: 260px;
    margin: auto;
}

#nav{
    float: right;
    margin-top: 39px;
    font-size: 0.9em;
}

#nav ul{
    margin: 0;
    padding: 0;
    list-style-type:none;
    text-align: left;
}

#nav li{
    float: left;
    margin: auto;
    padding: 0;
}

#nav li a {
    display: block;
    text-decoration: none;
    padding-left: 20px;
}

#nav li a:hover {
    color: #D4B068;
}

#nav .current{
    color: #D4B068;
}

#content{
    margin: 10px 0 0 0;
}

#icon-list{
    background-color: white;
    height: 130px;
}

#icon-list dl{
    text-align: center;
    padding: 10px;
    float: left;
    margin-right: 10px;
}

#icon-list dl dt img{
    height: 70px;
}

#icon-list dl dt{
    color: black;
}

#footer{
    margin: 35px 0 5px 0;
    font-size: 0.7em;
    text-align: center;
    color: #ccc;
}

#footer p{
    margin: 0;
}

/**** CLEAR ****/

.clr{
    clear: both;
}

/**** LIEN ****/

a, a:visited{
    text-decoration: none;
    color: #fff;
}

a:hover{
    text-decoration: underline;
    color: #D4B068;
}

/**** MISE EN FORME TEXTE ****/

.evidence-text{
    color: #D4B068;
}

.message_erreur{
    color: red;
    font-size: 0.9em;
    background-color: #fae2e3;
    border: 1px solid #ec9b9b;
    padding: 5px;
}

.message_erreur a {
   color: red; 
}

.message_succes{
    color: green;
    font-size: 0.9em;
    background-color: #dffad3;
    border: 1px solid #72cb67;
    padding: 5px;
}

.note{
    color: #ec9b9b;
    font-size: 0.9em;
}

.maintenance {
    color: #ec9b9b;
    font-size: 1.2em;
    font-weight: bold;
}

/**** MISE EN FORME BLOCK ****/

.shadow{
    -moz-box-shadow: 4px 4px 10px #000;
    -webkit-box-shadow: 4px 4px 10px #000;  
    box-shadow: 4px 4px 6px #000;
    /* Pour IE */
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=5);
    zoom: 1;
}

#block_product{
    float: left;
	max-width: 560px;
}

#block_images_product{
    float: left;
    border-left: 1px solid white;
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
    max-width: 370px;
}

/* Sauf IE */
.arrondi {
    /* Arrondi sauf IE < 9 et Opéra */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.block_left{
    float: left;
}

.block_right{
    float: right;
}

.row1{
    margin: 0;
    padding: 2px 5px;
    background-color: #D4B068;
}

.row2{
    margin: 0;
    padding: 5px 5px;
}

fieldset{
    border: 1px solid white;
    margin: 20px 0;
}

fieldset legend{
    background-color: #D4B068;
    color: #333;
    font-weight: bold;
    border: 1px solid white;
    padding: 5px 10px;
}

/**** MISE EN FORME BOUTON ****/

.bouton{
    background-color: #D4B068;
    display: inline-block;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    line-height: 1;
    border: 1px solid #d7d7d7;
    position: relative;
    cursor: pointer;
}

a:hover.bouton{
    text-decoration: none;
    color: white;
}

/**** MISE EN FORME IMAGE ****/

img{
    border: none;
    vertical-align: top; /* pour éviter un décalage de 3px en dessous des images */
}

/**** MISE EN FORME FORMULAIRE ****/

/**** FORMULAIRE CONNEXION ****/

form.frm_connexion {
    padding: 0 30px;
}

form.frm_connexion label {
    float: left;
    display: block;
    width: 120px;
    margin-bottom: 5px;
    text-align: left;
    font-size: 0.8em;
}

form.frm_connexion input[type=text], form.frm_connexion input[type=password] {
    width: 180px;
    background-color: #1f1f1f;
    color: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

form.frm_connexion input[type=submit] {
    display: block;
    margin-top: 10px;
}

form.frm_connexion .spacer {
    padding: 5px 0 0 0;
}

/**** TEXTE 2 COLOLONNES ****/

p span.left{
    float: left;
    display: block;
    width: 120px;
}

p span.right{
    width: 160px;
}

/**** MISE EN FORME TABLEAUX ****/

thead {
    background-color: #1b242c;
}

table.list td {
    text-align: center;
}

td.label_vertical_align_top{
    vertical-align: top;
}

img.vertical_align_middle{
    vertical-align: middle;
}

textarea.large{
    width: 400px;
    height: 100px;
}

input.large{
    width: 400px;
}

table.tablesorter thead tr .header {
    background-image: url(../../img/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
    background-image: url(../../img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
    background-image: url(../../img/desc.gif);
}

/** MISE EN FORME LISTE IMAGE **/
#block_images_product ul li{
    list-style: none;
    padding: 5px 0;
}

.pointer{
    cursor: pointer;
}

li.photosList, tr.categoryList, tr.navigationList, tr.productList{
    cursor: move;
}

li.photosList input[type=radio], li.photosList img.icone_suppr{
    margin-top: 20px;
}

/** MISE EN FORME LISTE PRODUITS PACK **/
#list_product_pack {
    list-style-type: none;
}