/**SKIN NOIR**/

/*Basic*/
html										{background:#222;}
body, a, .sLink								{color:#d5d5d5;}
button										{color:#555;}/*tjs sur fonc blanc*/
a:hover, .sLink:hover						{color:#f88;}
a:active, .sLinkSelect, input:checked+label	{color:#f88;}
/*Pages principales Responsives (cf. 'VueStructure.php')*/
@media screen and (max-width:1023px){
	#htmlMainPage	{background:#222 url(../img/logoMobileBg.png) no-repeat center 95%; height:100%;}
	#htmlLightbox	{background:#292929;}
}

/*Blocks d'objet (ou pas) & menus contextuels*/
.menuContext .menuLine:hover, .sTableRow:hover, .sLineSelect	{background:#333;}/*survol une ligne de menu*/
.objContainer, .miscContainer, .emptyContainer, .menuContext	{background:linear-gradient(135deg,#444,#222 100px); background-color:#222;}
.objContainerSelect, .objContainerSelect .objLabel				{background:#444!important;}/*".objLabel" pour les vignettes d'image du module "File"*/
.objLines .objContainer											{border-bottom:solid 1px #777; box-shadow:2px 2px 8px rgb(50,50,50);}
.objLines .objContainer:hover, .objLines .alternateLines:nth-child(odd), .objHover:hover	{background:#333; background-image:none;}/*lignes survolées et lignes impaires*/
.objLines .alternateLines:nth-child(even)						{background:#222;}/*ligne paire*/
.objBlocks .hasThumb .objLabel									{background:rgba(0,0,0,0.95);}
.emptyContainer													{background:rgba(0,0,0,0.7);}

/*Droits d'accès d'utilisateurs*/
.sAccessRead		{color:#9bf;}
.sAccessWriteLimit	{color:#f88;}
.sAccessWrite		{color:#f88;}

/*Divers*/
.lightboxBlock, .lightboxBlockTitle, .objMenuLabel	{border:#444 solid 1px;}
.objMenuLabel										{background:linear-gradient(180deg,#444,#111);}
.lightboxBlockTitle									{border-bottom:#222 solid 1px; background:#222;}
#headerBar											{background:linear-gradient(to bottom,#222,#333,#222);}
#sortableModules .ui-state-default					{background:linear-gradient(#111,#000);}
hr													{background:linear-gradient(to right,#555,#999,#555);}
div::-webkit-scrollbar								{background:#333; width:15px;}/*scrollbar: background et width*/
div::-webkit-scrollbar-thumb						{background:#888;}/*scrollbar: couleur de la barre*/