
#main #main-header{margin-top:0px;}

/* Le logo hardis dans la barre est tout petit sinon (24px en taille d'origine) */
.aui-header .aui-header-logo img,
.aui-header .aui-header-logo a {
max-height: 40px;
padding: 0px;
}

/* Sans ça, le logo de l'espace affiché lors de la prévisualisation est potentiellement trop grand */
img.logo.space.custom {
    width: 50px;
}
div#title-heading .space-logo img {
    width: 50px;
}

/* Autres styles : */
#forgot-password
{ display:none; }

.recently-updated-social .update-items {
    margin-top: 0px;
}

a img.confluence-embedded-image,  
a img.confluence-embedded-image.image-center,
.wiki-content img.confluence-embedded-image {  
    cursor: pointer;  
}  
.wiki-content img.confluence-embedded-image
{     cursor: pointer !important;     }

a img {
	cursor:pointer !important;
} 
body.dashboard #main-header {  
    display: none;  
}  
  
body .dashboard {  
    margin-top: 10px;  
}  

 /* Colorisation par défaut des panels au bleu azur HG */  
.panel, #content .panel {  
    background-color: white;  
    border: 1px solid #55CCFF;  
}  
.panel .panelHeader {  
    border-bottom-color: #55CCFF;  
    color: white;  
}  
.wiki-content .panel.conf-macro {  
    border-color: #55CCFF;  
}  
.panel {  
    border-color: #55CCFF;  
}  
.panelHeader {  
    background-color: #55CCFF;  
}  
  


