Subversion Repositories eFlore/Applications.del

Rev

Rev 1329 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1239 gduche 1
.logoTag {
2
	width:30px;
3
	height:30px;
4
	margin:0 5px;
1329 gduche 5
	float:right;
1239 gduche 6
}
7
 
8
.motCle {
9
	width:80px;
10
	margin:5px;
11
}
12
 
13
.lienMotCle {
14
	background: none repeat scroll 0 0 #DDDDDD;
15
    border-radius: 9px 9px 9px 9px;
16
    height: 40px;
17
    margin: 2px;
18
    padding: 3px;
1329 gduche 19
    width: 163px;
1239 gduche 20
}
21
 
22
.lienMotCle:hover {
23
	background: #AAA;
24
}