integration/css/home.css
changeset 20 c86141a8570d
parent 19 81a605180745
child 21 c2dd00471b2d
--- a/integration/css/home.css	Tue Oct 30 18:04:28 2012 +0100
+++ b/integration/css/home.css	Tue Nov 27 18:08:06 2012 +0100
@@ -3,6 +3,18 @@
 	float: left;
 	position: relative;
 }
+.actu .voile{
+	width: 100%;
+	height: 100%;
+	position: absolute; 
+	background-color: #c51810;
+	top: 0; 
+	left: 0;
+	zoom: 1;
+  	filter: alpha(opacity=30);
+  	opacity: 0.3;
+  	display: none;
+}
 .inner-actu{
 	width: 100%;
 	background-color:rgba(0,0,0,.7);
@@ -26,7 +38,7 @@
 	bottom: 0;
 	right: 0;
 }
-.actu:hover .links{
+.actu:hover .links, .actu:hover .voile{
 	display: block;
 }
 .links li{