/* GENERAL ******************************************************************************/
input, textarea, select, button {
    padding:8px;
    border : 1px solid #dddddd;
    background : #ffffff;
    outline: none;
    font-size : 1em;
    
    border-radius : 3px; 
-moz-border-radius : 3px; 
-khtml-border-radius : 3px; 
    transition : all 0.3s ease; 
-webkit-transition : all 0.3s ease; 
-moz-transition : all 0.3s ease; 
-o-transition : all 0.3s ease; 
-ms-transition : all 0.3s ease; 
}

form input, form textarea {
    margin-top:10px;
    width: 480px;
}

form input[type=file] {
    display:inline;
}

form select {
    margin-top:10px;
    width:480px;
    display:inline;
    margin-left:0px;
    margin-right:0px;
}

form textarea {
    height:250px;
}

form input[type=button], form button, input[type=submit] {
    float:right;
    margin-left:10px;
    margin-top:10px;
}

label {
    vertical-align:top;
    margin-top:20px;
}

input[type=button], form button, input[type=submit] {
   min-width: 60px;
   width: auto;
   background : #dddddd;
}

form label {
    display:inline-block;
    width:120px;
    font-weight: normal;
}

form {
    width:600px;
    max-width:600px;
    position:relative;
}

input:focus, textarea:focus, select:focus {
    border-color:#7b27c9;
}

input[type=button]:hover, input[type=submit]:hover {
    background: #7b27c9;
    border-color:#7b27c9;
    color:white;
    -moz-box-shadow : inset 0 0 20px #582597; 
-webkit-box-shadow : inset 0 0 20px #582597; 
box-shadow : inset 0 0 20px #582597; 
}

input[type=checkbox]{
    margin-left: 8px;
}

input[disabled],button[disabled], button[disabled] {
    background: #dddddd;
    color: #b0b0b0;
}

input[disabled]:hover, button[disabled]:hover {
    background: #dddddd;
    color: #b0b0b0;
}

.truncateTexte {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

a.retourAdmin {
    display:block;
    margin:auto;
    width: 70px;
    text-align:center;
    padding:10px;
    background : #dddddd;  
    padding:8px;
    border : 1px solid #dddddd;
    outline: none;
    font-size : 1em;
    color: #444;
    margin-bottom:20px;
    border-radius : 3px; 
-moz-border-radius : 3px; 
-khtml-border-radius : 3px; 
    transition : all 0.3s ease; 
-webkit-transition : all 0.3s ease; 
-moz-transition : all 0.3s ease; 
-o-transition : all 0.3s ease; 
-ms-transition : all 0.3s ease; 
    
}

.retourAdmin:hover {
    background: #7b27c9;
    border-color:#7b27c9;
    color:white;
    text-decoration:none;
    -moz-box-shadow : inset 0 0 20px #582597; 
-webkit-box-shadow : inset 0 0 20px #582597; 
box-shadow : inset 0 0 20px #582597; 
}

.admin .edit {
    background:transparent url(../images/icones/iconEdit.png);
    display:block;
    width:25px;
    height:25px;
    background-size: cover;
}

.admin .addFile {
    background:transparent url(../images/icones/iconAddFile.png);
    display:inline-block;
    width:25px;
    height:25px;
    background-size: cover;
}

.admin .delete {
    background:transparent url(../images/icones/iconDelete.png);
    display:block;
    width:25px;
    height:25px;
    background-size: cover;
}

.admin .up {
    background:transparent url(../images/icones/iconUp.png);
    display:block;
    width:25px;
    height:25px;
    background-size: cover;
}

.admin .down {
    background:transparent url(../images/icones/iconDown.png);
    display:block;
    width:25px;
    height:25px;
    background-size: cover;
}

.admin .noRecord, .admin .noRecordFichier {
    display:inline-block;
    padding-top:10px;
    padding-bottom:10px;
    margin-bottom:10px;
    width:642px;
    max-width:642px;
    border: 1px solid #dddddd;
    background:#efefef;
    border-radius : 5px; 
-moz-border-radius : 5px; 
-khtml-border-radius : 5px; 
    
    text-align:center;
}

.admin .liste {
    width:642px;
    max-width:642px;
    border: 1px solid #dddddd;
}

.admin td, .admin th {
    padding:5px;
    padding-left:10px;
    padding-right:10px;
}

.admin th {
    background:#efefef;
}

.admin li a {
    color:#7b27c9;
}

.liste td, .liste th {
    text-overflow: ellipsis;
    overflow:hidden;
}

.admin fieldset {
    display:inline-block;
    padding:20px;
    padding-top:40px;
    position:relative;
    margin-top:10px;
    margin-bottom:20px;
    border: 1px solid #dddddd;
    background:#efefef;
    border-radius : 10px; 
-moz-border-radius : 10px; 
-khtml-border-radius : 10px; 
}
.admin legend {
    position:absolute;
    border:none;
    top:10px;
    font-size:1.3em;
    font-variant: small-caps;
}
.admin .bar {
    background:#7b27c9;
    height:100%;
    width:0%;
    transition : all 0.1s ease; 
-webkit-transition : all 0.1s ease; 
-moz-transition : all 0.1s ease; 
-o-transition : all 0.1s ease; 
-ms-transition : all 0.1s ease; 
    -moz-opacity : 0.4; 
opacity : 0.4; 
filter : alpha(opacity= 40); 
}
.admin .progressbar {
    margin-top:10px;
    margin-bottom:0px;
    display:none;
}
.admin form img {
    margin-left:120px;
    margin-top:10px;
    max-width:500px;
    max-height:300px;
    text-align:center;
}
.visible {
    display:block !important;
}

.imageFichier .popupImage {
    display:none;
    position:absolute;
    top:30px;
    left:130px;
    width:300px;
    height:300px;
    z-index:900;
}

.popupImage img {
    border:5px solid white;
    -moz-box-shadow : 0px 0px 20px #444; 
-webkit-box-shadow : 0px 0px 20px #444; 
box-shadow : 0px 0px 20px #444; 
}

.imageFichier:hover .popupImage {
    display:block;
}

.cellWithinfobulle {
    position:relative;
}

.cellWithinfobulle .infobulle {
    position:absolute;
    top:50px;
    left:25px;
    width:0px;
    overflow:hidden;
    visibility:hidden;
    color:#a87bda;
    text-align:justify;
    background:rgba(255,255,255,0.955);
    border:1px solid #efefef;   
    padding:15px;
    padding-top:0px;
    font-variant:normal;
    font-size:1em;
    z-index:900;
    visibility:hidden;
    width:600px;
    border-radius : 10px; 
-moz-border-radius : 10px; 
-khtml-border-radius : 10px; 
  
    transition : all 0.5s ease; 
-webkit-transition : all 0.5s ease; 
-moz-transition : all 0.5s ease; 
-o-transition : all 0.5s ease; 
-ms-transition : all 0.5s ease; 
  
    -moz-opacity : 0; 
opacity : 0; 
filter : alpha(opacity= 0); 
}

.cellWithinfobulle:hover .infobulle {
    -moz-opacity : 1; 
opacity : 1; 
filter : alpha(opacity= 100); 
    visibility:visible;
    left:25px;
    
}

.cellWithinfobulle h2 {
    font-size:1em;
    font-weight:bold;
}

textarea+.cke {
    margin-top:10px !important;
    width: 475px !important;
    display:inline-block !important;
}

.adminAccueilForm .cke {
    width: 1050px !important;
}

.contentAdminAccueil {
    width: 1100px;
}
.adminAccueilForm fieldset{
    width: 1100px;
}

.contentAdminAccueil table {
    margin:auto;
}
/****************************************************************************************/

