
html, body {
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.container {
	width: 990px;
	margin: 0 auto;
}
#login-form {
    margin: 90px auto;
    text-align: center;
    width: 270px;
}
.v-space {
    height: 10px;
}
.cell {
    display: inline-block;
    vertical-align: middle;
}

.liste-archivage
{
    font-size: 15px !important;
    list-style-type: none;
}

.entete
{
    padding-bottom:25px;
    color: #202054;
    font-weight: bold;
}

.liste-archivage .nom
{
    width:350px !important;
}

.text-cell:not(.being-edited), .text-cell input {
    border: 1px inset transparent;
    border-radius: 10px 10px 10px 10px;
    font-family: Arial;
    font-size: inherit;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0 0 0 5px;
}
.text-cell input {
    border-color: #333333;
}
.text-cell:not(.being-edited):hover {
	border-style: dashed;
}

.cell.nom:not(.being-edited), .cell.nom input {
    width: 140px;
}
.cell.reference:not(.being-edited), .cell.reference input {
    width: 140px;
}
.cell.caracteristics-cell:not(.being-edited), .cell.caracteristics-cell input {
    width: 150px;
}

.cell.caracteristics-cell .caracteristics {
    display: inline-block;
    height: 20px;
    overflow: hidden;
    width: 130px;
}
.cell.prix:not(.being-edited), .cell.prix input {
    width: 140px;
}
.cell.taxe:not(.being-edited), .cell.taxe input {
    width: 140px;
}
.cell.disponibilite:not(.being-edited), .cell.disponibilite input {
    width: 140px;
}
.cell.caracteristic-name:not(.being-edited), .cell.caracteristic-name input {
    width: 140px;
}
.brand-block {
	background-color:white;
}
.handler {
	cursor: move;
}

.cell.nom:not(.being-edited), .cell.nom input {
    width: 140px;
}
.text-cell:not(.being-edited), .text-cell input {
    border: 1px inset transparent;
    border-radius: 10px 10px 10px 10px;
    font-family: Arial;
    font-size: inherit;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0 0 0 5px;
}
.table-header {
    margin: 0 !important;
    padding: 2px !important;
}

.square-button {
    width: 20px;
}
.caracteristic-addable {
    width: 32px;
    cursor: pointer;
}
.caracteristic-manageable {
	width:32px; 
}
.search-textbox {
    -moz-box-sizing: border-box;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    margin-bottom: 10px;
    padding: 3px;
    width: 265px;
}
.ui-dialog .caracteristics-list {
    max-height: 200px;
    overflow: auto;
}

.square-button.delete-caracteristic {
    opacity: 0.6;
}
.square-button.delete-caracteristic:hover {
    opacity: 1;
}

.brand-block .square-button.delete-brand {
    margin-left: 10px;
    opacity: 0.6;
    width: 14px;
}

.edit-description {
    height: 120px;
}

.edit-description textarea {
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    height: 103px;
    resize: none;
    width: 445px;
}

.new-content .nom:after {
    content:" New";
    color: #D1087F!important;
}

.preview {
    float: left;
    height: 245px;
}
.home-input {
    height: 30px !important;
}
.logout-button {
    float: right;
    margin-top: 10px;
}
/* page details */

.page-detail #header > img {
    float: left;
    margin-right: 30px;
    margin-top: 21px;
    width: 140px;
}
.page-detail #header {
	height: 150px;
}

.page-detail #header .title {
    color: #666666;
    font-size: 28px;
    font-family: Myriad Pro,Arial,sans-serif !important;
    font-style: normal;
    font-weight: bold;
    padding-top: 30px;
}
.page-detail .name {
    color: #D1087F;
    font-family: Myriad Pro,Arial,sans-serif !important;
    font-size: 28px;
    font-style: normal;
    font-weight: bold;
}

.page-detail .image-produit {
    border: 3px solid #CCCCCC;
    float:left;
    margin-right: 30px;
}
.page-detail .caracteristics {
	margin-bottom: 30px;
}
.page-detail .caracteristic {
    width: 30px;

}
.page-detail .description {
    color: #333333;
    font-family: Myriad Pro,Arial,sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    height: 340px;
}
.page-detail .price {
    color: #333333;
    font-family: Myriad Pro,Arial,sans-serif !important;
    font-size: 28px;
    font-style: normal;
    font-weight: bold;
    text-align: right;
}

.page-detail .mail {
    color: #333333;
    font-family: Myriad Pro,Arial,sans-serif !important;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    text-align: right;
}
.page-detail .phone{
    color: #333333;
    font-family: Myriad Pro,Arial,sans-serif !important;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    text-align: right;
}

.short-info-area {
	display: none;
    background-color: rgba(255, 250, 0, 0.6);
    left: 0;
    padding: 5px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
}

.short-error-area {
	display: none;
    background: none repeat scroll 0 0 #FF0000;
    font-weight: bold;
    left: 0;
    padding: 10px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
}
