body
{
  background-color:#808080;
  color:black;
}

a:active
{
  color:#0000A0;
  text-decoration:none;
}

a:visited
{
  color:#0000A0;
  text-decoration:none;
}

a:link
{
  color:#0000A0;
 text-decoration:none;
}

a:hover
{
  color:red;
 text-decoration:none;
}

.error_msg
{
  color:red;
}

.picname
{
  font-size:x-small;
}

.dunouveau
{
  text-decoration:underline;
}


a.lng:link {color: #C0C0C0}     /* unvisited link */
a.lng:visited {color: #C0C0C0}  /* visited link */
a.lng:hover {color: #0000A0}   /* mouse over link */
a.lng:active {color: #0000A0}   /* selected link */

.gall_name
{
  font-weight:bold;
  font-size:larger;
  text-align:center;
}

.gall_text
{
  font-size:larger;
  text-align:center; 
}

.gall_comment
{
	background-color:#E0E0E0;
	border:1px solid black;
	padding:10px;
	opacity:.95;
	filter:alpha(opacity=95);
}


.new_images
{
  background-color:#A0A0A0;
  width:90%;
  border:1px solid #808080;
}

.master_shared
{
  color:#008000;
  font-weight:bold; 
}

.master_private
{
  color:black;
  font-weight:bold; 
}


a.sort_method_available:link, a.sort_method_available:visited, a.sort_method_available:active 
{
  color: #E0E0E0;
} 

a.sort_method_current:link, a.sort_method_current:visited, a.sort_method_current:active 
{
  color: black;
} 

a.sort_method_available:hover, a.sort_method_current:hover   
{
  color: white;
} 


