/**SKIN NOIR**/

/*Basic*/
body, a, .sLink																					{color:#ddd;}
input, textarea, select																			{color:#ddd; background:#333;}
#htmlLightbox																					{background:#333;}
a:hover, a:active, .sLink:hover, .sLinkSelect, label:hover, input:checked+label, .sAccessRead	{color:rgb(173, 211, 255);}	/*Liens + labels sélectionnés + accès utilisateur*/
.sAccessWrite, .sAccessWriteLimit																{color:#f88;}					/*Accès admin*/

/*Pages principales Responsives (cf. 'VueStructure.php')*/
@media screen and (max-width:1023px){
	#htmlMainPage	{background:#333 url(../img/logoMobileBg.png) no-repeat center 95%; height:100%;}
}

/*Blocks d'objet & menus contextuels*/
.objContainer, .miscContainer, .emptyContainer, .menuContext	{background:rgba(10,10,10,0.9);}					/*blocks principaux*/
.lineOdd:nth-child(odd), .selectContainer						{background:rgba(20,20,20,0.9);}					/*blocks principaux survolés & blocks d'objets impaires (cf. forum)*/
.objContainerSelect, #objSelectMenu  							{background:#444!important;}						/*objets sélectionnés ("!important" pour surcharger les ":hover")*/
.objLines .objContainer											{border-bottom:solid 1px #555; box-shadow:none;}	/*pas de "box-shadow" en affichage "objLines"*/
.menuContext .menuLine:hover, .lineHover:hover, .lineSelect		{background:#444!important;}						/*lignes survolées ou sélectionnées (cf. droit d'accès d'objets ou affectations d'evts)*/
/*RESPONSIVE*/
@media screen and (max-width:1023px){
	.objContainer, .miscContainer, .emptyContainer	{width:100%; box-shadow:0px 3px 8px rgb(100,100,100);}/*cf. affichage de news et fichiers*/
}

/*Divers*/
#headerBar											{background:#000; box-shadow:0px 3px 8px rgb(80,80,80);}		/*barre de menu principale*/
hr													{background:linear-gradient(90deg,#555,#999,#555);}			/*barre de séparation*/
div::-webkit-scrollbar								{background:#333; width:15px;}									/*scrollbar: background et width*/
div::-webkit-scrollbar-thumb						{background:#888;}												/*scrollbar: couleur de la barre*/
.lightboxBlock, .lightboxBlockTitle, .objMenuLabel	{border:#444 solid 1px;}										/*blocks des lightboxes et onglets du menu d'édition d'objets*/
.objMenuLabel										{background:linear-gradient(180deg,#444,#111);}
.lightboxBlockTitle									{border-bottom:#222 solid 1px; background:#222;}