/* ----------------------------------------------------
// News Module for Opencart v1.5.6   					
// Modified by villagedefrance                          		
// contact@villagedefrance.net                         		
//-----------------------------------------------------
*/

/* News Module Box */
.box-news {
	background: #F8F8F8;
	padding: 10px;
	margin-bottom: 10px;
	overflow: auto;
	border: 6px solid #A3A5A6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 2px silver;
	-moz-box-shadow: 0px 2px 2px silver;
	box-shadow: 0px 2px 2px silver;

	
}
.box-news h4 {
	margin-top: 0px;
	margin-bottom: 5px;
}
.box-news p {
	margin-top: 0px;
	margin-bottom: 5px;
}
/* News Information Page */
.content-news {
	background: #FBFBFB;
	padding: 10px;
	margin-bottom: 10px;
	overflow: auto;
	border: 1px solid #DBDEE1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 2px silver;
	-moz-box-shadow: 0px 2px 2px silver;
	box-shadow: 0px 2px 2px silver;
}
.content-news .news {
	width: 100%;
}
.content-news .news a {
	text-decoration: none;
}
.content-news .news h3 {
	font-size: 14px;
	font-weight: bold;
	color: #444;
	text-shadow: 0 1px 1px silver;
	margin-top: 0px;
	margin-bottom: 5px;
}
.content-news .news p {
	margin: 5px 0px;
}
.content-news .news .image {
	width: auto;
	float: right;
	margin: 5px;
}

.news_image{
overflow:hidden;
}

.news_image img {
width: 150px;
float: left;
padding-right: 10px;
border-radius: 20px;
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;

}
span.watermark {
font-weight: bold;
position: absolute;
font-size: 34px;
opacity: 0.1;
padding-top: 8px;
padding-left: 8px;
 
 
}

p.wm {
position: relative;
top: 98px;
float: left;
left: 20px;
margin: -15px !important;
padding: 9px !important;
line-height: 1px;
font-size: 97px;
text-decoration: none;
color: gray;
opacity: 0.3;
filter: alpha(opacity=30);
z-index: 1000;
}

.wm a{
position: relative;
top: 9px;
float: left;
left: 9px;
margin: -15px !important;
padding: 9px !important;
line-height: 1px;
font-size: 70px;
text-decoration: none;
color: gray;
opacity: 0.3;
filter: alpha(opacity=30);
z-index: 1000;
}

.news_image{
overflow:hidden !important;
}

/*
img.news-img:hover {
-webkit-transform:scale(1.3);
transform:scale(1.3);
padding:40px;
margin:5px;
}

*/
 
