Subversion Repositories Sites.tela-botanica.org

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1125 aurelien 1
.bandeau {
2
    background-color: #e16039;
3
    border: 1px solid #c2c0ad;
4
    border-radius: 10px;
5
    font-family: helvetica;
6
    opacity: 0.8;
7
    padding: 5px;
8
    position: fixed;
9
    right: 30px;
10
    top: 256px;
11
    width: 350px;
12
    z-index: 99999;
13
}
14
 
15
.avertissement_cookie {
16
    font-size: 12px;
17
    margin: auto;
18
    text-align: center;
19
    width: 100%;
20
}
21
 
22
.button {
23
	border-radius: 5px;
24
    border: 1px solid #5c5a50;
25
    color: #000000;
26
    display: inline-block;
27
    margin-left: 20px;
28
    margin-top: 3px;
29
    padding: 2px 8px;
30
    text-decoration: none;
31
}
32
 
33
.button:hover {
34
	background-color: #5c5950;
35
	color: #FFFFFF;
36
	text-decoration: none;
37
	border-bottom : none;
38
}
39
 
40
.bandeau_cookie_cnil_titre {
41
    font-size: 12px;
42
    text-align: center;
43
    text-transform: uppercase;
44
}
45
 
46
.en_savoir_plus {
47
	color: #000000;
48
	border-bottom: 1px dotted #5c5a50;
49
}
50
 
51
a.en_savoir_plus:hover {
52
	color: #FFFFFF;
53
	border-bottom: 1px dotted #5c5a50;
54
}