integration/css/style.css
changeset 5 16413123bc8c
parent 4 b00fdbef41d4
child 6 a3e60d7addb3
--- a/integration/css/style.css	Tue Oct 09 16:31:25 2012 +0200
+++ b/integration/css/style.css	Wed Oct 10 15:16:59 2012 +0200
@@ -24,6 +24,7 @@
 	background: url(../img/header-bg.jpg) no-repeat 0 0 #FFF;
 	margin-bottom: 1px;
 }
+	/*recherche-wrap*/
 div.recherche-wrap{
 	position: absolute;
 	left: 324px;
@@ -34,14 +35,27 @@
 }
 
 div.recherche-wrap input.input-recherche{
-	width: 238px;
+	width: 218px;
 	height: 24px;
-	padding: 0 6px;
+	padding: 0 30px 0 6px;
 	border: 1px solid black;
 	margin-right: 2px;
 }
 div.recherche-wrap form p input, div.recherche-wrap form p a{
 	float: left;
+	
+}
+div.recherche-wrap form p{
+	position: relative;
+}
+div.recherche-wrap form p a.photo{
+	position: absolute;
+	width: 18px;
+	height: 18px;
+	background: url(../img/photo.jpg) no-repeat 2px 4px;
+	left: 230px;
+	top: 2px;
+	z-index: 2;
 }
 div.recherche-wrap input.recherche-submit{
 	width: 54px;
@@ -49,8 +63,24 @@
 	cursor: pointer;
 	border: none;
 	margin-right: 6px;
-	background: url(../img/zoom-button.jpg) no-repeat 0 0;
+	background-color: #000;
+	background-image: url(../img/zoom-button.png);
+	background-repeat: no-repeat;
+	background-position: 20px 6px;
 }
+div.recherche-wrap p a.plus-button{
+	width: 30px;
+	height: 26px;
+	display: block;
+	background-color: #000;
+	background-image: url(../img/plus-button.png);
+	background-repeat: no-repeat;
+	background-position: 8px 6px;
+}
+div.recherche-wrap p a.plus-button:hover, div.recherche-wrap input.recherche-submit:hover{
+	background-color: #333;
+}
+
 ul.header-menu{
 	position: absolute;
 	height: 34px;
@@ -109,6 +139,9 @@
 	text-decoration: none;
 	font-size: 10px;
 }
+p.password-lost a:hover{
+	text-decoration: underline;
+}
 /*dossier documentaire*/
 div.dossier-documentaire{
 	
@@ -687,7 +720,7 @@
 	width: 204px;
 }
 div.dossier-similaire div.widget{
-
+	margin-bottom: 10px;
 }
 div.dossier-similaire div.widget h3{
 	border-bottom: 1px solid #007dad;