
/* CSS Document   BLOC OMBRE  Fluide - 2012  */

.imgHG{
	width:5px;
	height:5px;
	float:left;
	background-image:url(../../images/bloc_ombre/hg.png);
	}
	
.imgHD{
	width:5px;
	height:5px;
	float:right;
	background-image:url(../../images/bloc_ombre/hd.png);
	}
	
.imgBG{
	width:5px;
	height:5px;
	float:left;
	background-image:url(../../images/bloc_ombre/bg.png);
	}
	
.imgBD{
	width:5px;
	height:5px;
	float:right;
	background-image:url(../../images/bloc_ombre/bd.png);
	}	
	
	
.imgH{
	background-image:url(../../images/bloc_ombre/h.png);
	background-repeat:repeat-x;
	height:5px;
	margin-right:5px;
	margin-left:5px;
	}
	
.imgB{
	background-image:url(../../images/bloc_ombre/b.png);
	background-repeat:repeat-x;
	height:5px;
	margin-right:5px;
	margin-left:5px;
	background-position:bottom;

	}
	
.imgG{
	background-image:url(../../images/bloc_ombre/g.png);
	background-repeat:repeat-y;
	}
	
.imgD{
	background-image:url(../../images/bloc_ombre/d.png);
	background-repeat:repeat-y;
	background-position:right;
	
	}	
	
.content_ombre{
	margin-left:5px;
	margin-right:5px;
	padding:20px;
	background-color:#FFF;
	}

