/* CSS Document */

.ombreimage
{
	z-index:3;
	border:0px;
}

.ombreimgUpLeft
{
	background:url(img/ombre_img_up_left.jpg) no-repeat left top;	
	float:left;
	position:absolute;
	z-index:1;
	border:none;
} 

.ombreimgUpRight
{
	background:url(img/ombre_img_up_right.jpg) no-repeat right top;
	width:40px;
	height:40px;
	position:absolute;
	z-index:1;
} 

.ombreimgDownLeft
{
	background:url(img/ombre_img_down_left.jpg) no-repeat left bottom;
	width:40px;
	height:40px;
	float:left;
	margin-top:101px;
	position:absolute;
	z-index:1;
} 

.ombreimgDownRight
{
	background:url(img/ombre_img_down_right.jpg) no-repeat right bottom;
	width:40px;
	height:40px;
	float:left;
	margin-top:101px;
	position:absolute;z-index:1;
} 

.ombreimgCenterTop
{
	background:url(img/ombre_img_up_center.jpg) repeat-x top;
	height:40px;
	width:190px;
	margin-left:15px;
	position:absolute;
	z-index:0;
} 

.ombreimgCenterBottom
{
	background:url(img/ombre_img_down.jpg) repeat-x bottom;
	height:40px;
	width:200px;
	position:absolute;
	z-index:0;
	margin-top:101px;
	margin-left:10px;
} 

.ombreimgLeft
{
	background:url(img/ombre_img_left.jpg) repeat-y left;
	width:40px;
	height:120px;
	position:absolute;
	z-index:0;
	margin-top:10px;
} 

.ombreimgRight
{
	background:url(img/ombre_img_right.jpg) repeat-y right;
	height:120px;
	width:40px;
	position:absolute;
	z-index:0;
	margin-left:190px;
	margin-top:10px;

}


