/**SKIN BLANC**/

/*Basic*/
body										{background-color:#fff;}/*cf. lightboxes*/
body, a, .sLink								{color:#555;}
a:hover, .sLink:hover						{color:#800;}
a:active, .sLinkSelect, input:checked+label	{color:#a00;}

/*Blocks d'objet (ou pas) & menus contextuels*/
.miscContainer, .objContainer, .contextMenu	{box-shadow:2px 2px 6px rgba(0,0,0,0.7); background:linear-gradient(333deg,#eee,#fff 100px); background-color:#fff; background-repeat:no-repeat;}/*"box-shadow" : tester avec wallpapers full white/black*/
.objContainer:hover							{box-shadow:2px 2px 6px rgba(255,255,255,0.8);}
.objContainerSelect							{box-shadow:0px 0px 2px 2px rgba(255,0,0,0.7)!important; background:#ddd!important;}/*plus "important" que le ":hover"*/
.objLines .objContainer						{border-bottom:solid 1px #eee;}
.objLines .objContainer:hover, .objLines .alternateLines:nth-child(odd)	{background:#f5f5f5; background-image:none;}/*ligne survolée && ligne en affichage alterné (paire/impaire)*/
.objBlocks .hasThumb .objLabel				{background:rgba(250,250,250,0.8);}
.emptyContainer								{background:rgba(255,255,255,0.7);}
.contextMenu .menuLine:hover, .sTableRow:hover, .sTableRowSelect	{background:#eee;}/*survol une ligne du menu context, selection d'affections, d'espace, etc*/
@media screen and (max-width:1005px){
	.objContainer, .miscContainer, .emptyContainer, .objContainer:hover	{box-shadow:1px 1px 2px rgba(0,0,0,0.4);}/*hover=touch*/
}

/*Droits d'accès d'utilisateurs*/
.sAccessRead		{color:#008;}
.sAccessWriteLimit	{color:#840;}
.sAccessWrite		{color:#800;}

/*Divers*/
.lightboxBlock, .lightboxBlockTitle, .objMenuLabel	{border:#bbb solid 1px;}
.objMenuLabel						{background:linear-gradient(180deg,#eee,#fff);}
.lightboxBlockTitle					{border-bottom:#ddd solid 1px; background:#fafafa;}
.headerBar							{background:linear-gradient(to bottom,#f5f5f5,#fafafa,#eee);}
.vHeaderModuleCell:hover, .vHeaderModuleCellSelect	{border-left-color:#ccc!important; border-right-color:#ccc!important; background-color:#fcfcfc;}
#respMenuMain						{background:linear-gradient(135deg,#eee,#fff 100px); border-left:solid #ccc 1px;}
#sortableModules .ui-state-default	{background:linear-gradient(#f9f9f9,#fff);} 