*{
    margin:0;
    padding:0;
}
body{
    background-color:#000;
    font-family:Verdana;
    text-transform:uppercase;
    color:#fff;
    font-size:10px;
    overflow:hidden;
}

.post_image{
float:left;
margin:10px;
height:130px;
font-size:10px;
color:white;
text-align:right;
}

.post_image img{
height:110px;
margin-bottom:4px;
border:1px solid #5C5C5C;
}

.vignettes_slide div{
margin-top:20px;
width:180px;
height:122px;
border:1px solid white;
float:left;
margin-right:20px;
}

.page_qui_tourne{
margin:0;
padding:0;
list-style-type:none;
}

.page_qui_tourne li{
float:left;
}

.page_qui_tourne li a{
font-size:12px;
width:25px;
border-right:1px solid #3D3D3D;
text-align:center;
text-decoration:none;
display:block;
font-weight:bold;
}

.page_qui_tourne li a:hover{
background:#FFDD00;
color:black;
}


.admin_post{
background:url('../fond_diapo.png');
padding:2px;
margin-top:20px;
margin-bottom:20px;
margin-right:20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border:1px solid #818181;
font-size:12px;
color:white;
}


.formulaire{
margin:0;
padding:0;
}

.formulaire li{
list-style-type:none;
margin:10px;
margin-left:8px;
}

.formulaire li label{
width:150px;
margin-right:10px;
display:block;
float:left;
text-align:right;
}


.fiche_lien{
background:url('../fond_diapo.png');
padding:10px;
margin-top:10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border:1px solid #818181;
font-size:12px;
color:white;
float:left;
width:150px;
margin-right:15px;
}

.fiche_lien h3{
margin:0;
padding:0;
padding-bottom:4px;
border-bottom:1px solid yellow;
color:yellow;
}

.fiche_lien ul{
margin:0;
padding:0;
}

.fiche_lien ul li{
list-style-type:none;
}

.fiche_lien ul li a{
text-decoration:none;
color:white;
padding:3px;
display:block;
}

.fiche_lien ul li a:hover{
background-color:#C1C1C1;
color:black;
}


        a{
            color:#fff;
            text-decoration:none;
        }
        a:hover{
            text-decoration:underline;
        }
        span.reference{
            position:fixed;
            left:30px;
            bottom:0px;
            font-size:9px;
        }
        span.reference a{
            color:#aaa;
        }
        span.reference a:hover{
            color:#ddd;
            text-decoration:none;
        }



.menu_diapo{
margin-top:0;
margin-left:10px;
padding:0;
list-style-type:none;
}

.menu_diapo li{
float:left;
}


.menu_diapo li a{
text-decoration:none;
display:block;
font-size:11px;
font-weight:normal;
padding-left:8px;
padding-right:8px;
border-right:1px solid #3D3D3D;
}

.menu_diapo span{
color:yellow;
font-weight:bold;
}

.menu_diapo li a:hover{
background:#E3E3E3;
color:black;
}

.menu_diapo li a:hover span{
color:black;
}


.infobar{
    background-color:#000;
border:1px solid white;
    height:80px;
    line-height:28px;
    right:30px;
    position:fixed;
    bottom:6px;
    left:20px;
    z-index:999999999;
    text-align:center;
    color:#ddd;
    -moz-border-radius:10px 10px 10px 10px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}
span#description{
    text-shadow:1px 1px 1px #000;
    display:none;
}
span#loading{
    display:none;
    padding-right: 30px;
    background:transparent url(../loading.gif) no-repeat center right;
}
#thumbsWrapper{
    overflow:hidden;
    position:fixed;
    height:100%;
    width:100%;
    left:0px;
    right:0px;
    bottom:0px;
}
#content{
   position:absolute;
   top:0px;
   height:100%;
   width:100%;
   left:0px;
   background-color:#111;
   overflow-y:scroll;
   display:none;  
}
#content img{
    float:left;
    margin:2px;
    cursor:pointer;
    opacity:0.4;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
}
.placeholder{
    float:left;
    clear:both;
    width:100%;
    height:30px;
}
#panel{
    background:url('../background.jpg');
background-repeat :repeat-x;
    width:100%;
    position:fixed;
    bottom:0px;
    left:0px;
    right:0px;
    height:0px;
    text-align:center; 
}
#panel img{
    cursor:pointer;
    position:relative;
    border:1px solid #000;
    -moz-box-shadow:0px 0px 10px #111;
    -webkit-box-shadow:0px 0px 10px #111;
    box-shadow:0px 0px 10px #111;
    display:none;
}

#wrapper{
    position:relative;
    margin:40px auto 0px auto;
}
a#next,
a#prev{
    width:40px;
    height:40px;
    position:fixed;
    cursor:pointer;
    outline:none;
    display:none;
    background:#aaa url(../nav.png) no-repeat top left;
}
a#next:hover, a#prev:hover{
    background-color:#fff;
}
a#next{
    right:0px;
    top:50%;
    margin-top:-20px;
    background-position: 0px 0px;
}
a#prev{
    left:0px;
    top:50%;
    margin-top:-20px;
    background-position: 0px -40px;
}
