/*
	thefantasy3d.co.uk
*/

.easygallery
{
	/*width: #CONFIG{easygallery/tailleX}px;*/
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 5px;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.8em;
	line-height: 1.2em;
}
	
	
	/*
	Les décorations de la galerie
	*/

.easygallery .decoration_top
{
	background-image: url(images/easygallery_top_middle.gif);
	background-repeat: repeat-x;
	height: 32px;
}

.easygallery .decoration_top .deco_left
{
	background-image: url(images/easygallery_top_left.gif);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	height: 32px;	
	width: 12px;
}

.easygallery .decoration_top .deco_right
{
	background-image: url(images/easygallery_top_right.gif);
	background-repeat: no-repeat;
	height: 32px;
	background-position: right;
	float: right;
	height: 32px;	
	width: 12px;
}

.easygallery .decoration_bottom
{
	background-image: url(images/easygallery_bottom_middle.gif);
	background-repeat: repeat-x;
	height: 32px;
	margin: 0px;
	padding: 0px;
}

.easygallery .decoration_bottom .deco_left
{
	background-image: url(images/easygallery_bottom_left.gif);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	height: 32px;
	width: 12px;
}

.easygallery .decoration_bottom .deco_right
{
	background-image: url(images/easygallery_bottom_right.gif);
	background-repeat: no-repeat;
	height: 32px;
	background-position: right;
	float: right;
	height: 32px;	
	width: 12px;
}

/*
	La navigation	
*/

.easygallery .decoration_top a
{
	text-decoration: none;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	cursor: pointer;
}

.easygallery .decoration_top a:hover
{
	border: 0;
}

/* le lien */
.easygallery .decoration_top .arrowl
{
	float: left;
	position: relative;
	top: 38px;
	left: -10px;
}

.easygallery .decoration_top .arrowr
{
	float: right;
	position: relative;
	top: 38px;
	left: 10px;
}


	/*
	La galerie
	*/
	
.easygallery ul
{
	padding: 0;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
	display:block;
	margin-left: auto;
	margin-right: auto;
}

.easygallery ul li
{
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;	
	float: left;	
	position:relative;
	left: 0px; 
	top: 0px; 
	display:block;
	z-index: 10;
	background-color: #3e8dd2;
}

.easygallery ul li:hover
{
	top:-2px;
	left:-2px;
	z-index: 15;
}

.easygallery ul li a img
{
	margin: 2px 1px ;
	border: 2px solid #3e8dd2 ;
	z-index: 10;
}

.easygallery ul li a img:hover
{
	margin: 2px 1px;
	border: 2px solid #eaad0a;
	z-index: 1000;
	cursor: pointer;	
}

.easygallery dl
{
	margin-top: 0;
	margin-bottom: 2px;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

.easygallery dl dt
{
	color: #38598e;
	font-size: 1.4em;
	font-style: italic;
	line-height: 1.2em;
	background-color: #eaad0a;
	border: 1px solid #3e8dd2 ;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: auto;	
	margin-right: auto;
	margin-bottom: 2px;
	display:block;
}

.easygallery dl dd
{
	margin-right: 0px;
	margin-left: 0px;	/*
	margin: 0;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;*/
}

.easygallery dl img
{
	border: 1px solid #EFE6C2;
	margin-right: auto;
	margin-left: auto;	/*margin: 0px;*/
}
