/* STYLE GENERAL DE LA PAGE */

/***********************************************************/
/* GALERIE DE PHOTOS - PROGRAMMEUR : Jean-Baptiste Vincent */
/*           version 2.2 (25/07/07)                        */
/*                                                         */
/*           Licence: GPL                                  */
/*                                                         */
/*           Check for new versions at :                   */
/*           http://galeriephp.free.fr                     */
/***********************************************************/

#div_menu
{
	position: absolute;
	padding-top:0px;
	padding-left: 0px;
	width: 150px;
	text-align: left;
	height: auto;
}

#div_menu a
{
	font-family: Futura, Verdana, arial;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	height: auto;
	left: 0px;
	top: 0px;
}

#div_menu li
{
	font-family: Futura, Verdana, arial;
	font-size: 8pt;
	color: #FFFFFF;
	position: relative;
	left: 15px;
	top:2px;
}

#div_menu li a
{
	font-family: Futura, Verdana, arial;
	font-size: 9pt;
	color: #CCCCCC;
	text-decoration: none;
}

#div_menu li a.active
{
	font-family: Futura, Verdana, arial;
	font-size: 8pt;
	color: #CCCCCC;
	text-decoration: none;
}

#div_photos
{
	position:relative;
	top: 0px;
	left: 160px;
	width: 390px;
	height: auto;
	text-align: left;
	background: transparent;
	font-size : 8pt;
	font-family : Verdana;
	color: #CCCCCC;
	overflow: auto;
}

.img-shadow {
  float:left;
  background: url(include/shadowAlpha.png) no-repeat bottom right                !important;
  background: url(include/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }

