integration/css/style.css
author veltr
Mon, 15 Oct 2012 15:22:48 +0200
changeset 9 86ddd934464a
parent 8 dfdefb4dae2c
child 11 95df5542a1ce
permissions -rw-r--r--
Paired streamgraph with slider
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
     1
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     2
body{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     3
	background-color: #e9ecf0;
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
     4
	height: 100%;
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     5
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     6
a{color:#000;}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     7
div.wrap{
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
     8
	min-height:100%;
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     9
	background-color: #FFF;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    10
	width: 960px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    11
	margin: 0 auto;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    12
	font-family: "Times New Roman";
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    13
	font-size: 13px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    14
	-moz-box-shadow: 0 0 14px 5px #888;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    15
  	-webkit-box-shadow: 0 0 14px 5px #888;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    16
  	box-shadow: 0 0 14px 5px #888;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    17
  	padding-bottom: 16px;
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
    18
  	height: 100%;
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    19
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    20
/*header*/
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    21
div.header{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    22
	position: relative;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    23
	height: 128px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    24
	background: url(../img/header-bg.jpg) no-repeat 0 0 #FFF;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    25
	margin-bottom: 1px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    26
}
5
16413123bc8c ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents: 4
diff changeset
    27
	/*recherche-wrap*/
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    28
div.recherche-wrap{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    29
	position: absolute;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    30
	left: 324px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    31
	padding-top: 10px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    32
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    33
div.recherche-wrap h1{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    34
	margin-bottom: 4px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    35
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    36
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    37
div.recherche-wrap input.input-recherche{
5
16413123bc8c ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents: 4
diff changeset
    38
	width: 218px;
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    39
	height: 24px;
5
16413123bc8c ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents: 4
diff changeset
    40
	padding: 0 30px 0 6px;
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    41
	border: 1px solid black;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    42
	margin-right: 2px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    43
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    44
div.recherche-wrap form p input, div.recherche-wrap form p a{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    45
	float: left;
5
16413123bc8c ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents: 4
diff changeset
    46
	
16413123bc8c ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents: 4
diff changeset
    47
}
16413123bc8c ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents: 4
diff changeset
    48
div.recherche-wrap form p{
16413123bc8c ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents: 4
diff changeset
    49
	position: relative;
16413123bc8c ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents: 4
diff changeset
    50
}
16413123bc8c ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents: 4
diff changeset
    51
div.recherche-wrap form p a.photo{
16413123bc8c ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents: 4
diff changeset
    52
	position: absolute;
16413123bc8c ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents: 4
diff changeset
    53
	width: 18px;
16413123bc8c ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents: 4
diff changeset
    54
	height: 18px;
16413123bc8c ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents: 4
diff changeset
    55
	background: url(../img/photo.jpg) no-repeat 2px 4px;
16413123bc8c ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents: 4
diff changeset
    56
	left: 230px;
16413123bc8c ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents: 4
diff changeset
    57
	top: 2px;
16413123bc8c ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents: 4
diff changeset
    58
	z-index: 2;
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    59
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    60
div.recherche-wrap input.recherche-submit{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    61
	width: 54px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    62
	height: 26px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    63
	cursor: pointer;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    64
	border: none;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    65
	margin-right: 6px;
5
16413123bc8c ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents: 4
diff changeset
    66
	background-color: #000;
16413123bc8c ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents: 4
diff changeset
    67
	background-image: url(../img/zoom-button.png);
16413123bc8c ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents: 4
diff changeset
    68
	background-repeat: no-repeat;
16413123bc8c ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents: 4
diff changeset
    69
	background-position: 20px 6px;
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    70
}
5
16413123bc8c ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents: 4
diff changeset
    71
div.recherche-wrap p a.plus-button{
16413123bc8c ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents: 4
diff changeset
    72
	width: 30px;
16413123bc8c ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents: 4
diff changeset
    73
	height: 26px;
16413123bc8c ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents: 4
diff changeset
    74
	display: block;
16413123bc8c ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents: 4
diff changeset
    75
	background-color: #000;
16413123bc8c ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents: 4
diff changeset
    76
	background-image: url(../img/plus-button.png);
16413123bc8c ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents: 4
diff changeset
    77
	background-repeat: no-repeat;
16413123bc8c ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents: 4
diff changeset
    78
	background-position: 8px 6px;
16413123bc8c ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents: 4
diff changeset
    79
}
16413123bc8c ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents: 4
diff changeset
    80
div.recherche-wrap p a.plus-button:hover, div.recherche-wrap input.recherche-submit:hover{
16413123bc8c ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents: 4
diff changeset
    81
	background-color: #333;
16413123bc8c ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents: 4
diff changeset
    82
}
16413123bc8c ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents: 4
diff changeset
    83
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    84
ul.header-menu{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    85
	position: absolute;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    86
	height: 34px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    87
	top: 96px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    88
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    89
ul.header-menu li{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    90
	float: left;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    91
	line-height: 30px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    92
	padding: 0 10px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    93
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    94
ul.header-menu li a{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    95
	font-size: 16px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    96
	color: #e4e36e;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    97
	text-decoration: none;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    98
}
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
    99
ul.header-menu li a:hover{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   100
	color: #FFF;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   101
}
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   102
div.login-wrap{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   103
	padding-top: 10px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   104
	position: absolute;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   105
	left: 727px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   106
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   107
div.login-wrap form p, div.login-wrap h2{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   108
	margin-bottom: 4px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   109
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   110
div.login-wrap form input{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   111
	width: 160px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   112
	height: 19px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   113
	border: 1px solid #656565;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   114
	line-height: 19px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   115
	padding: 0 3px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   116
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   117
div.login-wrap form p.submit-wrap input{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   118
	float: left;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   119
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   120
div.login-wrap form input.password{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   121
	width: 134px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   122
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   123
div.login-wrap form input.submit-button{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   124
	background-color: #000;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   125
	color: #FFF;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   126
	height: 21px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   127
	width: 26px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   128
	cursor: pointer;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   129
	border: none;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   130
}
4
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   131
div.login-wrap form input.submit-button:hover{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   132
	background-color: #333;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   133
}
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   134
p.password-lost{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   135
	padding-left: 18px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   136
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   137
p.password-lost a {
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   138
	color: #000;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   139
	text-decoration: none;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   140
	font-size: 10px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   141
}
5
16413123bc8c ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents: 4
diff changeset
   142
p.password-lost a:hover{
16413123bc8c ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents: 4
diff changeset
   143
	text-decoration: underline;
16413123bc8c ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents: 4
diff changeset
   144
}
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   145
/*dossier documentaire*/
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   146
div.dossier-documentaire{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   147
	
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   148
	padding: 0 6px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   149
	
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   150
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   151
	position: absolute;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   152
	left: 714px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   153
	top:128px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   154
	z-index: 10;background-color:rgba(0,125,173,.8);
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   155
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   156
div.dossier-documentaire-inner{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   157
	padding: 12px 4px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   158
	width: 224px;background: url(../img/documentaire-bg.jpg);
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   159
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   160
div.dossier-documentaire h2{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   161
	height: 18px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   162
	line-height: 18px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   163
	color: #FFF;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   164
	border-bottom: 1px solid #FFF;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   165
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   166
div.dossier-documentaire ul{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   167
	padding: 6px 0;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   168
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   169
div.dossier-documentaire ul li{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   170
	width: 224px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   171
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   172
div.dossier-documentaire ul li a{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   173
	display: block;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   174
	overflow: auto;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   175
	padding: 1px 0;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   176
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   177
div.dossier-documentaire ul li a:hover{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   178
 	background-color:rgba(221,221,221,.6);
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   179
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   180
div.dossier-documentaire span.documentaire-texte,div.dossier-documentaire img{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   181
	float: left;	
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   182
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   183
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   184
div.dossier-documentaire img{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   185
	margin-right: 6px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   186
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   187
div.dossier-documentaire span.documentaire-texte{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   188
	color: #FFF;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   189
	max-width: 142px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   190
	display: block;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   191
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   192
div.dossier-documentaire span.documentaire-texte h3{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   193
	font-weight: bold;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   194
	margin-bottom: 2px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   195
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   196
div.dossier-documentaire span.documentaire-texte p{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   197
	font-size: 11px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   198
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   199
div.dossier-documentaire a.documentaire-lien {
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   200
	width: 168px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   201
	display: block;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   202
	height: 16px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   203
	background-image: url(../img/documentaire-lien.jpg);
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   204
	background-repeat: no-repeat;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   205
	background-position: 0 0;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   206
	width: 225px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   207
	margin-bottom: 10px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   208
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   209
div.dossier-documentaire a.documentaire-lien:hover{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   210
	background-position: 0 -16px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   211
}
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   212
a.dossier-button{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   213
	padding-left: 40px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   214
	background: url(../img/dossier-icon.jpg) no-repeat 6px 5px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   215
	color: #FFF;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   216
	text-decoration: none;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   217
	line-height: 27px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   218
	left: 717px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   219
	top:100px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   220
	position: absolute;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   221
	width:205px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   222
	height: 27px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   223
}
4
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   224
a.dossier-button:hover{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   225
	color: #ddd;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   226
}
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   227
div.content-wrap{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   228
	width:950px;
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   229
	padding: 0 5px;
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   230
}
4
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   231
/* FRISE */
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   232
div.frise{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   233
	background: #333;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   234
	height: 114px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   235
}
4
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   236
/* CLUSTER */
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   237
div.cluster-containment{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   238
	position: absolute;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   239
	height: 22px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   240
}
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   241
div.cluster-wrap{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   242
	position: relative;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   243
	height: 22px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   244
	border-top: 1px solid #313131;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   245
	border-bottom: 1px solid #313131;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   246
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   247
div.cluster-visible{
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   248
	left: 20px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   249
	position: absolute;
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   250
	width: 912px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   251
	margin: 0 auto;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   252
	height: 22px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   253
	overflow: hidden;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   254
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   255
ul.cluster{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   256
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   257
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   258
ul.cluster li:first-child{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   259
	background: none;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   260
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   261
ul.cluster li{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   262
	padding-top: 4px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   263
	float: left;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   264
	padding: 2px 4px 0 6px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   265
	line-height: 22px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   266
	background: url(../img/cluster-item-bar.jpg) no-repeat 0 6px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   267
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   268
ul.cluster li a{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   269
	padding: 0 16px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   270
	text-decoration: none;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   271
	color: #000;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   272
	font-style: italic;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   273
	height: 18px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   274
	line-height: 18px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   275
	display: block;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   276
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   277
ul.cluster li a:hover{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   278
	background-color: #c51810;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   279
	color: #FFF;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   280
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   281
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   282
a.cluster-arrow{
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   283
	z-index: 2;
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   284
	position: absolute;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   285
	width: 19px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   286
	height: 22px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   287
	display: block;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   288
	background: url(../img/cluster-arrows.jpg) no-repeat;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   289
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   290
a.cluster-arrow.arrow-right{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   291
	right: 0;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   292
	background: url(../img/cluster-arrows.jpg) no-repeat -19px 0;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   293
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   294
/*content*/
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   295
div.content{
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   296
	height: 100%;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   297
	width: 950px;
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   298
	border-top:2px solid #c51810;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   299
	border-bottom:2px solid #c51810;
4
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   300
	padding: 1px 0;
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   301
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   302
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   303
div.content-left,div.content-right{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   304
	float: left;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   305
}
4
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   306
/* content-left */
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   307
div.content-left{
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   308
	width: 188px;
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   309
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   310
div.content-left h2{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   311
	padding: 10px 0 10px 10px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   312
	font-size: 26px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   313
	line-height: 26px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   314
	border-bottom: 1px solid #c51810;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   315
	margin-bottom: 1px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   316
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   317
div.content-left div.widget-wrap{
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   318
	height: 100%;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   319
	min-height: 320px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   320
	padding: 14px 0;
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   321
	background-color: #eeeeee;
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   322
	border: 5px solid #e0dde0;
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   323
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   324
div.content-left div.widget-wrap div.widget{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   325
	width: 160px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   326
	margin: 0 auto;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   327
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   328
div.content-left div.widget-wrap div.widget h3{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   329
	padding: 2px 0;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   330
	border-bottom: 1px solid  #c51810;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   331
	margin-bottom: 4px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   332
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   333
div.content-left div.widget-wrap div.widget h3 a{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   334
	font-size: 16px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   335
	text-decoration: none;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   336
	color : #c51810;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   337
	padding-left: 12px;
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   338
	background-position: 0px 6px;
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   339
	background-repeat: no-repeat;
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   340
	background-image: url(../img/dossier-title-arrow-hide.jpg);
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   341
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   342
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   343
div.content-left div.widget-wrap div.widget h3 a.open{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   344
	background-position: 0px 7px;
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   345
	background-image: url(../img/dossier-title-arrow-show.jpg);
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   346
}
4
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   347
/* content-left.documentaire */
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   348
div.content-wrap div.header-documentaire{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   349
	height: 34px;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   350
	width: 100%;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   351
	padding-bottom: 1px;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   352
	border-bottom: 4px solid #313131;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   353
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   354
div.content-wrap div.header-documentaire a.retour{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   355
	padding-left: 12px;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   356
	display: block;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   357
	line-height: 34px;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   358
	font-size: 24px;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   359
	background-color: #007dad;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   360
	color: #FFF;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   361
	width: 176px;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   362
	text-decoration: none;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   363
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   364
div.content-wrap div.header-documentaire a.retour:hover{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   365
	background-color: #4fa3c4;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   366
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   367
div.content-wrap div.header-documentaire h2{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   368
	padding-left: 50px;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   369
	background: url(../img/header-documentaire-titre-icon.jpg) no-repeat 12px 6px;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   370
	color: #007dad;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   371
	font-size: 24px;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   372
	line-height: 34px;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   373
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   374
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   375
div.content-wrap div.header-documentaire a.retour, div.content-wrap div.header-documentaire h2{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   376
	float: left;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   377
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   378
div.content div.documentaire.content-left div.widget-wrap{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   379
	background-color: #4fa3c4;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   380
	border: 5px solid #007dad;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   381
	color: #FFF;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   382
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   383
div.content  div.documentaire.content-left div.widget h3{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   384
	border-bottom: 1px solid #000;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   385
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   386
div.content  div.documentaire.content-left div.widget h3 a,
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   387
div.documentaire.content-left .widget-inner form.filtre-date label,
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   388
div.documentaire.content-left .widget-inner h4, 
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   389
div.documentaire.content-left .widget-inner a{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   390
	color: #FFF;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   391
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   392
div.content-left.documentaire div.widget-wrap div.widget h3 a{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   393
	background-image: url(../img/dossier-documentaire-title-arrow-hide.jpg);
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   394
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   395
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   396
div.content-left.documentaire div.widget-wrap div.widget h3 a.open{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   397
	background-image: url(../img/dossier-documentaire-title-arrow-show.jpg);
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   398
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   399
/* WIDGET */
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   400
.widget-inner{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   401
	padding: 8px 0 8px 16px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   402
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   403
.widget-inner h4{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   404
	color: #c51810;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   405
	padding: 5px 0;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   406
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   407
.widget-inner form p{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   408
	margin-bottom: 4px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   409
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   410
.widget-inner form.filtre-date label{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   411
	color: #c51810;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   412
	width:26px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   413
	display: inline-block;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   414
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   415
.widget-inner form.filtre-date input[type=text]{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   416
	width: 90px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   417
	height: 12px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   418
	border: 1px solid #828282;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   419
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   420
.widget-inner form.filtre-categorie p{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   421
	margin-bottom: 8px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   422
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   423
.widget-inner form.filtre-categorie input[type=checkbox]{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   424
	margin: 0 10px 0 0;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   425
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   426
.widget.links .widget-inner a{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   427
	color: #000;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   428
}
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   429
.widget.links .widget-inner a:hover{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   430
	text-decoration: none;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   431
}
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   432
.widget.links .widget-inner ul{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   433
	padding-left: 16px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   434
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   435
.widget.links .widget-inner ul li{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   436
	margin-bottom: 4px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   437
	list-style-image: url(../img/widget-list-item.jpg);
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   438
}
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   439
.widget.affichage li a span.visuel{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   440
	width: 39px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   441
	height: 36px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   442
	display: block;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   443
	
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   444
	background-position: 0 0;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   445
	background-repeat: none;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   446
	margin-bottom: 4px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   447
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   448
.widget.affichage li{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   449
	float: left;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   450
	margin-right: 24px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   451
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   452
.widget.affichage li a.treemap span.visuel{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   453
	background-image: url(../img/treemap-sprite.jpg);
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   454
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   455
.widget.affichage li a.liste span.visuel{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   456
	background-image: url(../img/liste-sprite.jpg);
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   457
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   458
.widget.affichage li a.treemap:hover span.visuel, .widget.affichage li a.treemap.active span.visuel{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   459
	background-position: 0 -36px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   460
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   461
.widget.affichage li a.liste:hover span.visuel, .widget.affichage li a.liste.active span.visuel{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   462
	background-position: 0 -36px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   463
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   464
.widget.affichage li a{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   465
	text-decoration: none;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   466
	font-size: 12px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   467
	color: #C51810;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   468
}
4
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   469
.widget.recherche form input[type=text]{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   470
	float: left;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   471
	width: 100px;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   472
	height: 17px;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   473
	padding: 0 2px;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   474
	border: 1px solid #828282;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   475
	margin-right: 6px;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   476
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   477
.widget.recherche form input[type=submit]{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   478
	float: left;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   479
	width: 20px;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   480
	height: 18px;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   481
	background-image: url(../img/widget-button-recherche.jpg);
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   482
	background-repeat: no-repeat;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   483
	border:none;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   484
	cursor: pointer;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   485
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   486
.widget.recherche form input[type=submit]:hover{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   487
	background-position: -20px 0;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   488
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   489
/* content-right */
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   490
div.content-right{
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   491
	width: 762px;
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   492
}
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   493
/*articles*/
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   494
div.articles{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   495
	padding-left: 1px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   496
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   497
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   498
div.articles div.article{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   499
	
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   500
	padding: 12px 0 6px 0;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   501
	float: left;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   502
	border-bottom: 1px solid #e0dde0;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   503
	
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   504
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   505
div.article div.inner-article{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   506
	width: 177px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   507
	padding-left: 12px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   508
	border-right: 1px solid #e0dde0;
6
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   509
	min-height: 250px;
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   510
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   511
div.article:nth-child(4n+4) div.inner-article{  
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   512
  border-right: none;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   513
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   514
div.articles div.article h2{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   515
	font-size: 22px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   516
	margin-bottom: 6px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   517
}
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   518
div.articles div.article h2 a{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   519
	text-decoration: none;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   520
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   521
div.articles div.article h2 a:hover{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   522
	color:#C51810;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   523
}
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   524
div.articles div.article p.author{
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   525
	margin-bottom: 10px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   526
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   527
div.articles div.article p.author a:hover{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   528
	text-decoration: none;
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   529
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   530
div.articles div.article p.author, div.articles div.article p.author a{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   531
	color: #c51810;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   532
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   533
div.article div.article-content{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   534
	width: 168px;
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   535
	min-height: 105px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   536
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   537
div.article div.article-content ul.links li{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   538
	list-style-image: url(../img/article-link-arrow.jpg);
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   539
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   540
div.article div.article-content ul.links li a:hover{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   541
	text-decoration: none;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   542
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   543
div.article div.article-content ul.links{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   544
	margin-top: 10px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   545
	clear: both;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   546
	padding-left: 20px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   547
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   548
div.article-visuel-wrap{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   549
	display: block;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   550
	float: right;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   551
	margin-left: 10px;
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   552
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   553
div.article div.article-content img.article-visuel{
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   554
	
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   555
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   556
div.article div.article-content p.resume{
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   557
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   558
}
6
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   559
	/* annotations */
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   560
div.article div.article-content ul.annotations{
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   561
	margin-top: 10px;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   562
}
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   563
div.article div.article-content ul.annotations li{
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   564
	float: left;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   565
	margin-right: 4px;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   566
}
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   567
div.article div.article-content ul.annotations li a{ 
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   568
	display: block;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   569
	text-decoration: none;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   570
}
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   571
div.article div.article-content ul.annotations li a.comment{ 
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   572
	width: 24px;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   573
	height: 20px;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   574
	background-image: url(../img/article-annotations-comment-sprite.png);
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   575
	background-repeat: no-repeat;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   576
}
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   577
div.article div.article-content ul.annotations li a.comment.number{
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   578
	position: relative;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   579
	background-position: 0 0;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   580
}
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   581
div.article div.article-content ul.annotations li a.comment.number:hover{
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   582
	position: relative;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   583
	background-position: 0 -20px;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   584
}
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   585
div.article div.article-content ul.annotations li a.comment.number span.number-value{
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   586
	color: #FFF;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   587
	font-size: 9px;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   588
	position: absolute;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   589
	width: 18px;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   590
	height: 11px;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   591
	line-height: 11px;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   592
	text-align: center;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   593
	top: 0;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   594
	right: 0;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   595
}
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   596
div.article div.article-content ul.annotations li a.comment.add{
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   597
	position: relative;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   598
	background-position: -25px 0;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   599
}
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   600
div.article div.article-content ul.annotations li a.comment.add:hover{
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   601
	position: relative;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   602
	background-position: -25px -20px;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   603
}
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   604
div.article div.article-content ul.annotations li a.value{ 
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   605
	position: relative;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   606
	width: 9px;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   607
	height: 20px;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   608
	display: block;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   609
}
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   610
div.article div.article-content ul.annotations li a.value span.inner-value,
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   611
div.article div.article-content ul.annotations li a.value span.inner-signe{
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   612
	position: absolute;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   613
	background-image: url(../img/article-annotations-value-sprite.png);
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   614
	background-repeat: no-repeat;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   615
	display: block;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   616
	width: 9px;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   617
	height: 100%;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   618
	bottom: 0;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   619
	left: 0;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   620
}
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   621
div.article div.article-content ul.annotations li a.value span.inner-signe{
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   622
	background-position: 0 3px;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   623
	z-index: 2;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   624
}
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   625
div.article div.article-content ul.annotations li a.value.plus span.inner-value{
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   626
	background-position: 0 -17px;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   627
}
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   628
div.article div.article-content ul.annotations li a.value.plus span.inner-signe{
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   629
	background-position: 0 3px;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   630
}
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   631
div.article div.article-content ul.annotations li a.value.moins span.inner-value{
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   632
	background-position: -9px -17px;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   633
}
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   634
div.article div.article-content ul.annotations li a.value.moins span.inner-signe{
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   635
	background-position: -9px 3px;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   636
}
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   637
div.article div.article-content ul.annotations li a.value.egal span.inner-value{
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   638
	background-position: -18px -17px;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   639
}
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   640
div.article div.article-content ul.annotations li a.value.egal span.inner-signe{
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   641
	background-position: -18px 3px;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   642
}
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   643
div.article div.article-content ul.annotations li a.value.unknow span.inner-value{
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   644
	background-position: -27px -17px;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   645
}
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   646
div.article div.article-content ul.annotations li a.value.unknow span.inner-signe{
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   647
	background-position: -27px 3px;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   648
}
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   649
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   650
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   651
/*pagination*/
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   652
div.pagination{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   653
	height: 35px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   654
	line-height: 35px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   655
	text-align: center;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   656
	clear: both;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   657
	font-size: 18px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   658
	border-bottom: 1px solid #E0DDE0;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   659
	margin-bottom: 10px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   660
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   661
div.pagination a.active,div.pagination a:hover{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   662
	text-decoration: none;
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   663
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   664
/*footer*/
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   665
div.footer{
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   666
	padding: 16px 0;
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   667
	font-size: 12px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   668
}
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   669
div.footer a:hover{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   670
	text-decoration: none;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   671
}
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   672
div.footer h2{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   673
	font-size: 20px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   674
	margin-bottom: 10px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   675
}
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   676
div.footer-information, div.footer-raccourci,div.footer-partenaire{
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   677
	float: left;
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   678
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   679
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   680
div.footer-information {
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   681
	width: 180px;
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   682
	padding-left: 6px;
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   683
	margin-right: 16px;
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   684
}
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   685
div.footer-raccourci{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   686
	width: 220px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   687
	margin-right: 16px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   688
}
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   689
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   690
div.footer ul li{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   691
	margin-bottom: 4px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   692
}
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   693
div.footer-partenaire{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   694
	margin-right: 12px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   695
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   696
div.footer-partenaire ul li{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   697
	height: 55px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   698
	float: left;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   699
	margin-right: 12px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   700
	line-height: 55px;
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   701
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   702
}
4
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   703
div.footer-partenaire ul li a:hover{
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   704
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   705
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   706
div.footer-texte{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   707
	float: left;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   708
	padding-top: 30px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   709
	width: 180px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   710
}
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   711
div.copyright{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   712
	background-color: #eeeeee;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   713
	height: 18px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   714
	width: 100%;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   715
	line-height: 18px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   716
	text-align: center;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   717
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   718
div.copyright a{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   719
	text-decoration: none;
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   720
}
4
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   721
div.copyright a:hover{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   722
	text-decoration: underline;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   723
}
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   724
/* Home Actus */
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   725
div.actu {
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   726
	float: left;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   727
	position: relative;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   728
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   729
div.actu div.inner-actu{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   730
	width: 100%;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   731
	background-color:rgba(0,0,0,.7);
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   732
	height: 40px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   733
	position: absolute;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   734
	bottom: 0;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   735
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   736
div.actu div.inner-actu h2{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   737
	color: #FFF;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   738
	line-height: 40px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   739
	font-size: 24px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   740
	padding-left: 10px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   741
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   742
div.actu div.inner-actu h2 a{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   743
	color: #FFF;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   744
	text-decoration: none;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   745
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   746
div.actu div.inner-actu div.links{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   747
	position: absolute;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   748
	bottom: 0;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   749
	right: 0;
3
b5b13ce6935f ajout de jquery ui
Anthony Ly <anthonyly.com@gmail.com>
parents: 2
diff changeset
   750
}
6
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   751
div.actu div.links ul li{
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   752
	float: left;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   753
	margin: 0 0 1px 1px;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   754
}
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   755
div.actu div.links ul li a{
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   756
	display: block;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   757
	width: 25px;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   758
	height: 25px;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   759
	background-color: #007dad;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   760
	background-repeat: no-repeat;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   761
}
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   762
div.actu div.links ul li a:hover{
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   763
	background-color: #4FA3C4;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   764
}
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   765
div.actu div.links ul li a.trash{
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   766
	background-image: url(../img/home-button-trash.png);
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   767
	background-position: 6px 4px;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   768
}
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   769
div.actu div.links ul li a.file{
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   770
	background-image: url(../img/home-button-file.png);
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   771
	background-position: 4px 6px;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   772
}
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   773
div.actu div.links ul li a.comment{
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   774
	background-image: url(../img/home-button-comment.png);
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   775
	background-position: 2px 5px;
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   776
}
3
b5b13ce6935f ajout de jquery ui
Anthony Ly <anthonyly.com@gmail.com>
parents: 2
diff changeset
   777
b5b13ce6935f ajout de jquery ui
Anthony Ly <anthonyly.com@gmail.com>
parents: 2
diff changeset
   778
/* FRISE */
8
dfdefb4dae2c Added test streamgraph with random data
veltr
parents: 6
diff changeset
   779
div.frise {
dfdefb4dae2c Added test streamgraph with random data
veltr
parents: 6
diff changeset
   780
    position: relative;
dfdefb4dae2c Added test streamgraph with random data
veltr
parents: 6
diff changeset
   781
}
dfdefb4dae2c Added test streamgraph with random data
veltr
parents: 6
diff changeset
   782
div.streamgraph {
dfdefb4dae2c Added test streamgraph with random data
veltr
parents: 6
diff changeset
   783
    position: absolute; left: 0; width: 100%; top: 0; height: 100%;
dfdefb4dae2c Added test streamgraph with random data
veltr
parents: 6
diff changeset
   784
    background: #fff;
3
b5b13ce6935f ajout de jquery ui
Anthony Ly <anthonyly.com@gmail.com>
parents: 2
diff changeset
   785
}
b5b13ce6935f ajout de jquery ui
Anthony Ly <anthonyly.com@gmail.com>
parents: 2
diff changeset
   786
div.frise .ui-slider-horizontal {
9
86ddd934464a Paired streamgraph with slider
veltr
parents: 8
diff changeset
   787
    height: 20px;
86ddd934464a Paired streamgraph with slider
veltr
parents: 8
diff changeset
   788
    position: absolute;
86ddd934464a Paired streamgraph with slider
veltr
parents: 8
diff changeset
   789
    width: 100%;
86ddd934464a Paired streamgraph with slider
veltr
parents: 8
diff changeset
   790
    bottom: 0;
3
b5b13ce6935f ajout de jquery ui
Anthony Ly <anthonyly.com@gmail.com>
parents: 2
diff changeset
   791
    background: none repeat scroll 0 0 transparent;
9
86ddd934464a Paired streamgraph with slider
veltr
parents: 8
diff changeset
   792
   	border: none;
3
b5b13ce6935f ajout de jquery ui
Anthony Ly <anthonyly.com@gmail.com>
parents: 2
diff changeset
   793
    -webkit-border-radius: 0;
b5b13ce6935f ajout de jquery ui
Anthony Ly <anthonyly.com@gmail.com>
parents: 2
diff changeset
   794
  	-moz-border-radius: 0;
b5b13ce6935f ajout de jquery ui
Anthony Ly <anthonyly.com@gmail.com>
parents: 2
diff changeset
   795
  	border-radius: 0;
b5b13ce6935f ajout de jquery ui
Anthony Ly <anthonyly.com@gmail.com>
parents: 2
diff changeset
   796
}
b5b13ce6935f ajout de jquery ui
Anthony Ly <anthonyly.com@gmail.com>
parents: 2
diff changeset
   797
div.frise  .ui-slider-horizontal .ui-slider-handle{
b5b13ce6935f ajout de jquery ui
Anthony Ly <anthonyly.com@gmail.com>
parents: 2
diff changeset
   798
	top: inherit;
b5b13ce6935f ajout de jquery ui
Anthony Ly <anthonyly.com@gmail.com>
parents: 2
diff changeset
   799
	bottom: 0;
b5b13ce6935f ajout de jquery ui
Anthony Ly <anthonyly.com@gmail.com>
parents: 2
diff changeset
   800
}
b5b13ce6935f ajout de jquery ui
Anthony Ly <anthonyly.com@gmail.com>
parents: 2
diff changeset
   801
div.frise .ui-slider-horizontal .ui-slider-range{
b5b13ce6935f ajout de jquery ui
Anthony Ly <anthonyly.com@gmail.com>
parents: 2
diff changeset
   802
	background: none repeat scroll 0 0 transparent;
b5b13ce6935f ajout de jquery ui
Anthony Ly <anthonyly.com@gmail.com>
parents: 2
diff changeset
   803
}
b5b13ce6935f ajout de jquery ui
Anthony Ly <anthonyly.com@gmail.com>
parents: 2
diff changeset
   804
.ui-slider-handle.ui-state-default.ui-corner-all{
b5b13ce6935f ajout de jquery ui
Anthony Ly <anthonyly.com@gmail.com>
parents: 2
diff changeset
   805
	cursor: pointer;
4
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   806
	width: 19px;
3
b5b13ce6935f ajout de jquery ui
Anthony Ly <anthonyly.com@gmail.com>
parents: 2
diff changeset
   807
	height: 28px;
b5b13ce6935f ajout de jquery ui
Anthony Ly <anthonyly.com@gmail.com>
parents: 2
diff changeset
   808
	background: url(../img/frise-cursor.png) 0 0 no-repeat;
b5b13ce6935f ajout de jquery ui
Anthony Ly <anthonyly.com@gmail.com>
parents: 2
diff changeset
   809
	border: none;
b5b13ce6935f ajout de jquery ui
Anthony Ly <anthonyly.com@gmail.com>
parents: 2
diff changeset
   810
	-webkit-border-radius: 0;
b5b13ce6935f ajout de jquery ui
Anthony Ly <anthonyly.com@gmail.com>
parents: 2
diff changeset
   811
  	-moz-border-radius: 0;
b5b13ce6935f ajout de jquery ui
Anthony Ly <anthonyly.com@gmail.com>
parents: 2
diff changeset
   812
  	border-radius: 0;
4
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   813
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   814
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   815
/* page dossier documentaire */
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   816
div.dossier-similaire, div.dossiers{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   817
	float: left;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   818
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   819
/* dossier-similaire */
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   820
div.dossier-similaire{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   821
	padding-top: 22px;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   822
	width: 204px;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   823
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   824
div.dossier-similaire div.widget{
5
16413123bc8c ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents: 4
diff changeset
   825
	margin-bottom: 10px;
4
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   826
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   827
div.dossier-similaire div.widget h3{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   828
	border-bottom: 1px solid #007dad;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   829
	padding-bottom: 2px;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   830
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   831
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   832
div.dossier-similaire div.widget h3 a{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   833
	font-size: 14px;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   834
	color: #007dad;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   835
	display: block;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   836
	background: url(../img/dossier-similaire-title-hide.jpg) no-repeat 2px 4px;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   837
	padding-left: 14px;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   838
	text-decoration: none;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   839
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   840
div.dossier-similaire div.widget h3 a.open{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   841
	background: url(../img/dossier-similaire-title-show.jpg) no-repeat 2px 4px;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   842
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   843
div.dossier-similaire div.widget ul{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   844
	padding-left: 20px;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   845
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   846
div.dossier-similaire div.widget ul li{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   847
	color: #313131;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   848
	margin-bottom: 4px;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   849
	list-style-image: url(../img/documentaire-widget-list-item.jpg);
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   850
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   851
div.dossier-similaire div.widget ul li a{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   852
	color: #313131;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   853
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   854
div.dossier-similaire div.widget ul li a:hover{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   855
	text-decoration: none;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   856
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   857
/* dossiers */
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   858
div.dossiers{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   859
	width: 525px;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   860
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   861
li.item-dossier{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   862
	border-bottom: 1px solid #e0dde0;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   863
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   864
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   865
div.dossiers{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   866
	padding: 10px 0 0 14px;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   867
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   868
li.item-dossier .dossier-col-left,li.item-dossier .dossier-col-right{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   869
	float: left;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   870
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   871
/*item left*/
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   872
li.item-dossier .dossier-col-left .dossier-content{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   873
	padding-bottom: 10px;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   874
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   875
li.item-dossier .dossier-col-left{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   876
	width: 294px;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   877
	margin-right: 6px;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   878
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   879
li.item-dossier .dossier-col-left h2{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   880
	margin-bottom: 6px;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   881
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   882
li.item-dossier .dossier-col-left h2 a{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   883
	text-decoration: none;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   884
	font-size: 22px; 
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   885
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   886
li.item-dossier .dossier-col-left h2 a:hover{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   887
	color: #C51810;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   888
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   889
li.item-dossier .dossier-col-left .dossier-content img{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   890
	float: left;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   891
	margin: 0 8px 8px 0;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   892
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   893
/*item right*/
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   894
li.item-dossier div.dossier-col-right{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   895
	width: 200px;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   896
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   897
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   898
li.item-dossier div.dossier-col-right ul.links{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   899
	padding-left: 20px;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   900
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   901
li.item-dossier div.dossier-col-right ul.links li {
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   902
    list-style-image: url("../img/article-link-arrow.jpg");
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   903
    margin-bottom: 1px;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   904
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   905
li.item-dossier div.dossier-col-right ul.links li a:hover{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   906
	text-decoration: none;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   907
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   908
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   909
li.item-dossier div.dossier-col-right h3{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   910
	color: #C51810;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   911
	margin-bottom: 6px;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   912
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   913
li.item-dossier div.dossier-col-right ul.annotations{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   914
	float: right;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   915
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   916
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   917
li.item-dossier div.dossier-col-right ul.annotations li a{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   918
	width: 20px;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   919
	height: 20px;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   920
	background-image: url(../img/dossier-annotation-sprite.jpg);
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   921
	background-repeat: no-repeat;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   922
	display: block;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   923
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   924
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   925
li.item-dossier div.dossier-col-right ul.annotations li a.share{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   926
	background-position: -6px -2px;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   927
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   928
li.item-dossier div.dossier-col-right ul.annotations li a.share:hover{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   929
	background-position: -36px -2px;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   930
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   931
li.item-dossier div.dossier-col-right ul.annotations li a.favorite{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   932
	background-position: -6px -21px;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   933
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   934
li.item-dossier div.dossier-col-right ul.annotations li a.favorite:hover{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   935
	background-position: -36px -21px;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   936
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   937
li.item-dossier div.dossier-col-right ul.annotations li a.trash{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   938
	background-position: -7px -41px;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   939
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   940
li.item-dossier div.dossier-col-right ul.annotations li a.trash:hover{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   941
	background-position: -37px -41px;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   942
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   943
li.item-dossier div.dossier-col-right ul.annotations li a.edit{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   944
	background-position: -7px -60px;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   945
}
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   946
li.item-dossier div.dossier-col-right ul.annotations li a.edit:hover{
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents: 3
diff changeset
   947
	background-position: -37px -60px;
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   948
}