html{
    width:100%;
    height:100%;
}
html, body, aside, section, article, h1, h2, h3, h4, h5, h6, ul, ol, li, p, div, input, form, label{
    padding: 0;
    margin: 0;
    font-weight: normal;
}
input:focus, textarea:focus{
    -webkit-appearance:none;
    -webkit-box-shadow: none;
    box-shadow:none;
}
::selection{
        color: white;
        background: black;
}
::-moz-selection {
        color: white;
        background: black;
}
a, a:link, a:hover, a:visited{
    color:inherit;
    text-decoration: none;
}
a:hover{
    color:inherit;
}
body{
    width:100%;
    height:100%;
    font-family: "Arial", sans-serif;
    font-size: 12px;
    line-height: 14px;
    overflow: hidden;
}
aside{
    width:116px;
    background: #e1001e;
    cursor: default;
    margin: 0;
    padding: 28px 22px;
    height:100%;
    position:absolute;
    z-index:2;
}
h1{
    color:white;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    margin: 0 0 14px;
    padding: 0;
}
ul, li{
    list-style: none;
    list-style-position: outside;
}
ul{
    margin-bottom: 14px;
}
section#map{
    background: yellow url('../images/Capture d ecran 2011-10-08 a 23.00.45.png');
    width: 100%;
    height:100%;
    position: absolute;
    top:0;
    left:160px;
}
#map article{
    width:400px;
    height:300px;
    display: block;
    float: left;
    overflow: hidden;
    cursor:pointer;
    z-index: 2;
}
#map article.open{
    width:inherit;
    height:inherit;
    float: left;
    overflow: auto;
    cursor: default;
}
#map article .view{
    overflow: hidden;
}

#map article p{
    display: none;
    line-height: 32px;
    font-size: 32px;
}

#map article.open:hover p{
    display: none;
}
#map article img{
    position: relative;
    margin: 0 0 0 0;
    padding: 0;
    border: none;
    outline: none;
}
#map article.open img{
    position:inherit;
    margin: 0 0 0 0;
}
span.mysql{
    position:absolute;
    background: #000;
    color: yellow;
    top:0;
    left:0;
}
.tags span{
    display: none;
    margin-right: 0px;
    clear:both;
}
.tags span:hover{
    background-color: white;
    color:#e1001e;
}
#aside ul li a{
    text-decoration: underline;
}
#aside ul li a:hover{
    text-decoration: none;
    background-color: white;
    color:#e1001e
}
h1 a:hover{
    background-color: white;
    color:#e1001e
}
/* EDIT */
#edit{
    display: none;
    position: relative;
    z-index: 1000;
    top:0;
    /*left:160px;*/
    background: #fff;
    width:0;
    height:0;
    z-index: 10;
}
#edit .move{
    background: rgba(240,0,148,.5);
    width: 400px;
    height: 300px;
    position: relative;
}
#edit .move .handler{
    display: block;
    position: relative;
    width: 100%;
    height:100%;
}
#edit .resize{
    position:absolute;
    width:20px;
    height:20px;
    background: #e1001e;
}
#edit-screen{
    position:relative;
    display: none;
    z-index: 11;

}
#edit-screen.open{
    display: block;
    background: rgb(250,255,0);
}
#edit-screen .en-cours, #edit-screen #edit-p{
    margin-bottom: 14px;
}
#edit-screen h4{
    background: white;
    color:black;
}
#new-tag:hover{
    color:black;
}
.edit label:hover, #edit-color:hover{
    background:white;
    color:#e1001e;
}
#edit-screen .tags span{
    display: block;
}
#edit-screen span#new-tag, #add-screen, #delete-screen{
    display: inline;
    background: black;
    color:white;
    clear:both;
    cursor: pointer;
    padding: 0 5px 0 2px;
}
#edit-screen span#new-tag:hover, #add-screen:hover, #delete-screen:hover{
    color: #e1001e;
}
.edit input{
    margin-right: 5px;
}
form.edit input[type=text]{
    width:auto;
    border: solid 5px black;
    padding: 0 5px;
    width:300px;
    font-size:16px;
    line-height: 26px;
    height:26px;
}
form.edit .delete{
    width:36px;
    height:36px;
    float:left;
    left:330px;
    position:absolute;
    text-indent: -9999px;
    border: solid 5px black;
    background: #e1001e url('closecross.png') no-repeat center center;
    cursor: pointer;
}
form.edit .delete:hover{
    background-color: white;
}
#edit-screen textarea{
    width:200px;
    height:100px;
    padding: 5px;
    border: solid 5px black;
    font-family: 'Arial',sans-serif;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 14px;
}
#edit-color, #edit-img{
    display: block;
    margin-bottom: 14px;
}
#edit-img{
    width:116px;
    height:14px;
    overflow: hidden;
    background: white;
    color:black;
}
#browser-button{
    width:36px;
    height:36px;
    float:left;
    left:330px;
    position:absolute;
    text-indent: -9999px;
    border: solid 5px black;
    background: #e1001e url('icon_file.png') no-repeat center center;
    cursor: pointer;
}
/* MEDIA BROWSER */
#media-browser{
    display:none;
    position: absolute;
    background: rgba(0,0,0,.8);
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index: 4;
}
#media-browser .box{
    margin: 90px auto;
    width:90%;
    height:70%;
    position: relative;
    background:white;
}
#media-browser .file-list{
    position: relative;
    display: block;
    width:70%;
    height:100%;
    overflow: auto;
}
#media-browser .file-list>li{
    height: 30px;
    background: white url('icon_file.png') no-repeat 2px center;
    padding: 0 0 0 34px;
    display: block;
    line-height: 34px;
    font-size: 14px;
    cursor: pointer;
    clear: both;
}
#media-browser .file-list>li.odd{
    background-color: #f0f0f0;
}
#media-browser .file-list>li:hover{
    background-color: #fff000;
}
#media-browser .file-list>li.odd:hover{
    background-color: #fff000;
}
#media-browser .file-list>li.file-image{
    background-image: url('icon_image.png');
}
#media-browser .file-list>li span.size, #media-browser .file-list>li span.mtime{
    display: block;
    color:#ccc;
    margin: 0 5px;
    font-size: 10px;
    float: right;
    line-height:30px;
    width:40px;
}
#media-browser .file-list>li span.mtime{
    display: none;
    width:auto;
}
#media-browser .file-list>li:hover span.mtime{
    font-size: 10px;
    display: inline-block;
}
#media-browser .file-list>li.selected{
    background-color: #e1001e;
}
#file-preview{
    background: #f0f0f0;
    width:30%;
    height: 100%;
    position: relative;
    float: right;
    overflow: auto;
}
#file-preview .container{
    padding: 16px;
}
#file-preview p{
    line-height: 16px;
}
#file-preview .file{
    position: relative;
    text-align: center;
    width:100%;
    display: none;
    cursor: default;
}
#file-preview .file h4{
    margin: 20px;
    font-weight: bold;
    text-decoration: underline;
}
#file-preview .file img{
    width:100%;
    height: auto;
    display: block;
    min-width: 10%;
    min-height: 10%;
    max-height: 30%;
    background-color: #000;
}
a.button{
    cursor: pointer;
    background: #000;
    color:#fff;
    height: 24px;
    line-height: 24px;
    border: #ccc;
    display: inline-block;
    padding: 0 7px;
    text-transform: uppercase;
}
a.button:hover{
    background:#e1001e;
}
/* FILE UPLOAD */
#file-upload{
    width: 100%;
    height:34px;
    padding: 0 0px;
    background-color: #808080;
    position: absolute;
    margin-top: -30px;
    line-height: 34px;
}
#file-upload form{
    padding: 0 5px;
}
#file-upload input[type=file]{
    border: solid 1px #000;
    background: #ccc;
    padding: 0;
    margin: 0;
}
#icon-upload{
    display: none;
    vertical-align: baseline;
    background: #fff;
    padding: 3px 2px;
}
.soon{
	background-size:cover;
	background-position:center;
	position:absolute;
	width:100%;
	height:100%;
}
img#banner-soon{
	position:absolute;
	top:0;
	left:160px;
	right:0;
	bottom:0;
	margin:auto;
}
.soon .label{
	position:absolute;
	right:0;
	top:0;
	max-width:50%;
	background:#fff;
	color:#e1001e;
}