﻿.divGeneralDesignSite {
    position: absolute;
    width: 900px;
    margin-top: 0px;
    left: 50%;
    margin-left: -450px;
    margin-bottom: 20px;
}

#divLoading {
    position: fixed; 
    height: 40px; 
    width: 220px; 
    border: solid 1px black; 
    z-index: 999;     
    top: 8px;
    left: 100%;
    margin-left: -240px;
    padding: 5px; 
    background-color:#CECECE;
    border-top-left-radius: 5px 5px; 
    -moz-border-top-left-radius: 5px; 
    border-top-right-radius: 5px 5px; 
    -moz-top-bottom-right-radius: 5px; 
    border-bottom-left-radius: 5px 5px; 
    -moz-border-bottom-left-radius: 5px; 
    border-bottom-right-radius: 5px 5px; 
    -moz-border-bottom-right-radius: 5px; 
    opacity:0.9;
    filter:alpha(opacity=90);
}

.divFontPageDesign {
    background-color: #404040;
}

.divFontCadreDesign {
    margin-left: 180px;
    background-color: white;
    background-position: top center;
    background-repeat: repeat-y;
    width: 680px;
    min-height: 600px;
    padding: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
}

.divDesignPartMaj {
    margin-left: 180px;
    background-color: white;
    background-position: top center;
    background-repeat: repeat-y;
    width: 680px;
    min-height: 600px;
    padding: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
}

.divDesignPartMaj2 {
    min-height: 550px;
    border-bottom: solid 1px black;
}

.divTitrePageDesign {
    border-bottom: 0px solid Black;
    width: 678px;
    padding-bottom: 18px;
    font-size: 16px;
    font-weight: bold;
}

.divLeftEng {
    float: left;
    width: 596px;
    height: 18px;
    margin-top: 18px;
    border-right: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 1px;
    background-color: #404040;
    color: white;
}

.divbtnSave {
    float: left;
    height: 18px;
    margin-top: 18px;
    border-right: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 1px;
    background-color: #404040;
    color: white;
}

#btnSave {
    height: 18px;
    font-size: 10px;
    cursor: pointer;
}

.btnSave {
    height: 18px;
    font-size: 10px;
    cursor: pointer;
}