/**SKIN BLANC**/

/*Basic*/
html										{background:#fff;}
body, a, .sLink								{color:#555;}
button										{color:#555;}/*tjs sur fonc blanc*/
a:hover, .sLink:hover						{color:#800;}
a:active, .sLinkSelect, input:checked+label	{color:#a00;}
/*Pages principales Responsives (cf. 'VueStructure.php')*/
@media screen and (max-width:1023px){
	#htmlMainPage	{background:#f8f8f8 url(../img/logoMobileBg.png) no-repeat center 95%; height:100%;}
	/*#htmlLightbox	{}cf. black.css*/
}

/*Blocks d'objet (ou pas) & menus contextuels*/
.menuContext .menuLine:hover, .sTableRow:hover, .sLineSelect	{background:#eee;}/*survol une ligne de menu (affectation ou autre)*/
.objContainer, .miscContainer, .emptyContainer, .menuContext	{background:linear-gradient(333deg,#eee,#fff 100px); background-color:#fff;}
.objContainerSelect												{background:#ddd!important;}/*plus "important" que le ":hover"*/
.objLines .objContainer											{border-bottom:solid 1px #eee;}
.objLines .objContainer:hover, .objLines .alternateLines:nth-child(odd), .objHover:hover		{background:#f9f9f9; background-image:none;}/*lignes survolées et lignes impaires*/
.objLines .alternateLines:nth-child(even)						{background:#fff;}/*ligne paire*/
.objBlocks .hasThumb .objLabel									{background:rgba(250,250,250,0.9);}
.emptyContainer													{background:rgba(255,255,255,0.7);}

/*Droits d'accès d'utilisateurs*/
.sAccessRead		{color:#008;}
.sAccessWriteLimit	{color:#940;}
.sAccessWrite		{color:#900;}

/*Divers*/
.lightboxBlock, .lightboxBlockTitle, .objMenuLabel	{border:#bbb solid 1px;}
.objMenuLabel										{background:linear-gradient(180deg,#f5f5f5,#fff);}
.lightboxBlockTitle									{border-bottom:#ddd solid 1px; background:#fafafa;}
#headerBar											{background:linear-gradient(to bottom,#f5f5f5,#fafafa,#eee);}
#sortableModules .ui-state-default					{background:linear-gradient(#f9f9f9,#fff);}
hr													{background:linear-gradient(to right,#eee,#ccc,#eee);}
div::-webkit-scrollbar								{background:#eee; width:15px;}/*scrollbar: background et width*/
div::-webkit-scrollbar-thumb						{background:#ccc;}/*scrollbar: couleur de la barre*/