integration/css/style.css
author Anthony Ly <anthonyly.com@gmail.com>
Mon, 08 Oct 2012 17:31:29 +0200
changeset 2 6e47ed0c413c
parent 1 43d9dff6758a
child 3 b5b13ce6935f
permissions -rw-r--r--
maj periplus front
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
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    27
div.recherche-wrap{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    28
	position: absolute;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    29
	left: 324px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    30
	padding-top: 10px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    31
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    32
div.recherche-wrap h1{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    33
	margin-bottom: 4px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    34
}
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
div.recherche-wrap input.input-recherche{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    37
	width: 238px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    38
	height: 24px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    39
	padding: 0 6px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    40
	border: 1px solid black;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    41
	margin-right: 2px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    42
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    43
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
    44
	float: left;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    45
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    46
div.recherche-wrap input.recherche-submit{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    47
	width: 54px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    48
	height: 26px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    49
	cursor: pointer;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    50
	border: none;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    51
	margin-right: 6px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    52
	background: url(../img/zoom-button.jpg) no-repeat 0 0;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    53
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    54
ul.header-menu{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    55
	position: absolute;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    56
	height: 34px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    57
	top: 96px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    58
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    59
ul.header-menu li{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    60
	float: left;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    61
	line-height: 30px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    62
	padding: 0 10px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    63
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    64
ul.header-menu li a{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    65
	font-size: 16px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    66
	color: #e4e36e;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    67
	text-decoration: none;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    68
}
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
    69
ul.header-menu li a:hover{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
    70
	color: #FFF;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
    71
}
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    72
div.login-wrap{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    73
	padding-top: 10px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    74
	position: absolute;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    75
	left: 727px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    76
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    77
div.login-wrap form p, div.login-wrap h2{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    78
	margin-bottom: 4px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    79
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    80
div.login-wrap form input{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    81
	width: 160px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    82
	height: 19px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    83
	border: 1px solid #656565;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    84
	line-height: 19px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    85
	padding: 0 3px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    86
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    87
div.login-wrap form p.submit-wrap input{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    88
	float: left;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    89
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    90
div.login-wrap form input.password{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    91
	width: 134px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    92
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    93
div.login-wrap form input.submit-button{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    94
	background-color: #000;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    95
	color: #FFF;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    96
	height: 21px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    97
	width: 26px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    98
	cursor: pointer;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    99
	border: none;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   100
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   101
p.password-lost{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   102
	padding-left: 18px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   103
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   104
p.password-lost a {
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   105
	color: #000;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   106
	text-decoration: none;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   107
	font-size: 10px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   108
}
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   109
/*dossier documentaire*/
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   110
div.dossier-documentaire{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   111
	
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   112
	padding: 0 6px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   113
	
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   114
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   115
	position: absolute;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   116
	left: 714px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   117
	top:128px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   118
	z-index: 10;background-color:rgba(0,125,173,.8);
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   119
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   120
div.dossier-documentaire-inner{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   121
	padding: 12px 4px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   122
	width: 224px;background: url(../img/documentaire-bg.jpg);
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   123
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   124
div.dossier-documentaire h2{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   125
	height: 18px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   126
	line-height: 18px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   127
	color: #FFF;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   128
	border-bottom: 1px solid #FFF;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   129
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   130
div.dossier-documentaire ul{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   131
	padding: 6px 0;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   132
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   133
div.dossier-documentaire ul li{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   134
	width: 224px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   135
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   136
div.dossier-documentaire ul li a{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   137
	display: block;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   138
	overflow: auto;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   139
	padding: 1px 0;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   140
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   141
div.dossier-documentaire ul li a:hover{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   142
 	background-color:rgba(221,221,221,.6);
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   143
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   144
div.dossier-documentaire span.documentaire-texte,div.dossier-documentaire img{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   145
	float: left;	
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   146
}
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
div.dossier-documentaire img{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   149
	margin-right: 6px;
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
div.dossier-documentaire span.documentaire-texte{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   152
	color: #FFF;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   153
	max-width: 142px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   154
	display: block;
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 span.documentaire-texte h3{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   157
	font-weight: bold;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   158
	margin-bottom: 2px;
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 span.documentaire-texte p{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   161
	font-size: 11px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   162
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   163
div.dossier-documentaire a.documentaire-lien {
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   164
	width: 168px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   165
	display: block;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   166
	height: 16px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   167
	background-image: url(../img/documentaire-lien.jpg);
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   168
	background-repeat: no-repeat;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   169
	background-position: 0 0;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   170
	width: 225px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   171
	margin-bottom: 10px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   172
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   173
div.dossier-documentaire a.documentaire-lien:hover{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   174
	background-position: 0 -16px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   175
}
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   176
a.dossier-button{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   177
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   178
	padding-left: 40px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   179
	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
   180
	color: #FFF;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   181
	text-decoration: none;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   182
	line-height: 27px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   183
	left: 717px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   184
	top:100px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   185
	position: absolute;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   186
	width:205px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   187
	height: 27px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   188
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   189
div.content-wrap{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   190
	width:950px;
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   191
	padding: 0 5px;
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   192
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   193
/*frise*/
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   194
div.frise{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   195
	background: #333;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   196
	height: 114px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   197
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   198
/*cluster*/
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   199
div.cluster-containment{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   200
	position: absolute;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   201
	height: 22px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   202
}
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   203
div.cluster-wrap{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   204
	position: relative;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   205
	height: 22px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   206
	border-top: 1px solid #313131;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   207
	border-bottom: 1px solid #313131;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   208
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   209
div.cluster-visible{
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   210
	left: 20px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   211
	position: absolute;
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   212
	width: 912px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   213
	margin: 0 auto;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   214
	height: 22px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   215
	overflow: hidden;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   216
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   217
ul.cluster{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   218
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   219
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   220
ul.cluster li:first-child{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   221
	background: none;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   222
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   223
ul.cluster li{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   224
	padding-top: 4px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   225
	float: left;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   226
	padding: 2px 4px 0 6px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   227
	line-height: 22px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   228
	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
   229
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   230
ul.cluster li a{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   231
	padding: 0 16px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   232
	text-decoration: none;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   233
	color: #000;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   234
	font-style: italic;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   235
	height: 18px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   236
	line-height: 18px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   237
	display: block;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   238
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   239
ul.cluster li a:hover{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   240
	background-color: #c51810;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   241
	color: #FFF;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   242
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   243
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   244
a.cluster-arrow{
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   245
	z-index: 2;
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   246
	position: absolute;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   247
	width: 19px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   248
	height: 22px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   249
	display: block;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   250
	background: url(../img/cluster-arrows.jpg) no-repeat;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   251
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   252
a.cluster-arrow.arrow-right{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   253
	right: 0;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   254
	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
   255
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   256
/*content*/
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   257
div.content{
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   258
	height: 100%;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   259
	width: 950px;
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   260
	border-top:2px solid #c51810;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   261
	border-bottom:2px solid #c51810;
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   262
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   263
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   264
div.content-left,div.content-right{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   265
	float: left;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   266
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   267
/*left*/
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   268
div.content-left{
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   269
	width: 188px;
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   270
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   271
div.content-left h2{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   272
	padding: 10px 0 10px 10px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   273
	font-size: 26px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   274
	line-height: 26px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   275
	border-bottom: 1px solid #c51810;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   276
	margin-bottom: 1px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   277
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   278
div.content-left div.widget-wrap{
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   279
	height: 100%;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   280
	min-height: 320px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   281
	padding: 14px 0;
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   282
	background-color: #eeeeee;
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   283
	border: 5px solid #e0dde0;
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   284
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   285
div.content-left div.widget-wrap div.widget{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   286
	width: 160px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   287
	margin: 0 auto;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   288
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   289
div.content-left div.widget-wrap div.widget h3{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   290
	padding: 2px 0;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   291
	border-bottom: 1px solid  #c51810;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   292
	margin-bottom: 4px;
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
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
   295
	font-size: 16px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   296
	text-decoration: none;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   297
	color : #c51810;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   298
	padding-left: 12px;
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   299
	background-position: 0px 6px;
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   300
	background-repeat: no-repeat;
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   301
	background-image: url(../img/dossier-title-arrow-hide.jpg);
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   302
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   303
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   304
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
   305
	background-position: 0px 7px;
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   306
	background-image: url(../img/dossier-title-arrow-show.jpg);
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   307
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   308
.widget-inner{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   309
	padding: 8px 0 8px 16px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   310
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   311
.widget-inner h4{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   312
	color: #c51810;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   313
	padding: 5px 0;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   314
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   315
.widget-inner form p{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   316
	margin-bottom: 4px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   317
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   318
.widget-inner form.filtre-date label{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   319
	color: #c51810;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   320
	width:26px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   321
	display: inline-block;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   322
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   323
.widget-inner form.filtre-date input[type=text]{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   324
	width: 90px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   325
	height: 12px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   326
	border: 1px solid #828282;
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
.widget-inner form.filtre-categorie p{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   329
	margin-bottom: 8px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   330
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   331
.widget-inner form.filtre-categorie input[type=checkbox]{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   332
	margin: 0 10px 0 0;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   333
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   334
.widget.links .widget-inner a{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   335
	color: #000;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   336
}
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   337
.widget.links .widget-inner a:hover{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   338
	text-decoration: none;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   339
}
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   340
.widget.links .widget-inner ul{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   341
	padding-left: 16px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   342
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   343
.widget.links .widget-inner ul li{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   344
	margin-bottom: 4px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   345
	list-style-image: url(../img/widget-list-item.jpg);
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   346
}
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   347
.widget.affichage li a span.visuel{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   348
	width: 39px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   349
	height: 36px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   350
	display: block;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   351
	
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   352
	background-position: 0 0;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   353
	background-repeat: none;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   354
	margin-bottom: 4px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   355
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   356
.widget.affichage li{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   357
	float: left;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   358
	margin-right: 24px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   359
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   360
.widget.affichage li a.treemap span.visuel{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   361
	background-image: url(../img/treemap-sprite.jpg);
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   362
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   363
.widget.affichage li a.liste span.visuel{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   364
	background-image: url(../img/liste-sprite.jpg);
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   365
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   366
.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
   367
	background-position: 0 -36px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   368
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   369
.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
   370
	background-position: 0 -36px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   371
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   372
.widget.affichage li a{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   373
	text-decoration: none;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   374
	font-size: 12px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   375
	color: #C51810;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   376
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   377
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   378
/*right*/
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   379
div.content-right{
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   380
	width: 762px;
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   381
}
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   382
/*articles*/
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   383
div.articles{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   384
	padding-left: 1px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   385
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   386
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   387
div.articles div.article{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   388
	
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   389
	padding: 12px 0 6px 0;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   390
	float: left;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   391
	border-bottom: 1px solid #e0dde0;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   392
	
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   393
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   394
div.article div.inner-article{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   395
	width: 177px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   396
	padding-left: 12px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   397
	border-right: 1px solid #e0dde0;
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   398
	min-height: 200px;
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   399
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   400
div.article:nth-child(4n+4) div.inner-article{  
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   401
  border-right: none;
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
div.articles div.article h2{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   404
	font-size: 22px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   405
	margin-bottom: 6px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   406
}
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   407
div.articles div.article h2 a{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   408
	text-decoration: none;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   409
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   410
div.articles div.article h2 a:hover{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   411
	color:#C51810;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   412
}
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   413
div.articles div.article p.author{
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   414
	margin-bottom: 10px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   415
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   416
div.articles div.article p.author a:hover{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   417
	text-decoration: none;
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   418
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   419
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
   420
	color: #c51810;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   421
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   422
div.article div.article-content{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   423
	width: 168px;
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   424
	min-height: 105px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   425
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   426
div.article div.article-content ul.links li{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   427
	list-style-image: url(../img/article-link-arrow.jpg);
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   428
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   429
div.article div.article-content ul.links li 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
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   432
div.article div.article-content ul.links{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   433
	margin-top: 10px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   434
	clear: both;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   435
	padding-left: 20px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   436
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   437
div.article-visuel-wrap{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   438
	display: block;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   439
	float: right;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   440
	margin-left: 10px;
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   441
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   442
div.article div.article-content img.article-visuel{
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   443
	
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   444
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   445
div.article div.article-content p.resume{
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   446
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
/*pagination*/
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   449
div.pagination{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   450
	height: 35px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   451
	line-height: 35px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   452
	text-align: center;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   453
	clear: both;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   454
	font-size: 18px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   455
	border-bottom: 1px solid #E0DDE0;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   456
	margin-bottom: 10px;
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
div.pagination a.active,div.pagination a:hover{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   459
	text-decoration: none;
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   460
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   461
/*footer*/
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   462
div.footer{
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   463
	padding: 16px 0;
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   464
	font-size: 12px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   465
}
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   466
div.footer a:hover{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   467
	text-decoration: none;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   468
}
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   469
div.footer h2{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   470
	font-size: 20px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   471
	margin-bottom: 10px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   472
}
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   473
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
   474
	float: left;
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   475
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   476
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   477
div.footer-information {
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   478
	width: 180px;
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   479
	padding-left: 6px;
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   480
	margin-right: 16px;
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   481
}
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   482
div.footer-raccourci{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   483
	width: 220px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   484
	margin-right: 16px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   485
}
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   486
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   487
div.footer ul li{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   488
	margin-bottom: 4px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   489
}
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   490
div.footer-partenaire{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   491
	margin-right: 12px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   492
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   493
div.footer-partenaire ul li{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   494
	height: 55px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   495
	float: left;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   496
	margin-right: 12px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   497
	line-height: 55px;
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   498
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   499
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   500
div.footer-partenaire ul li a{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   501
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   502
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   503
div.footer-texte{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   504
	float: left;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   505
	padding-top: 30px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   506
	width: 180px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   507
}
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   508
div.copyright{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   509
	background-color: #eeeeee;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   510
	height: 18px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   511
	width: 100%;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   512
	line-height: 18px;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   513
	text-align: center;
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   514
}
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   515
div.copyright a{
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   516
	text-decoration: none;
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   517
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   518
/* Home Actus */
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   519
div.actu {
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   520
	float: left;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   521
	position: relative;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   522
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   523
div.actu div.inner-actu{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   524
	width: 100%;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   525
	background-color:rgba(0,0,0,.7);
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   526
	height: 40px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   527
	position: absolute;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   528
	bottom: 0;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   529
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   530
div.actu div.inner-actu h2{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   531
	color: #FFF;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   532
	line-height: 40px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   533
	font-size: 24px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   534
	padding-left: 10px;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   535
}
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   536
div.actu div.inner-actu h2 a{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   537
	color: #FFF;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   538
	text-decoration: none;
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.actu div.inner-actu div.links{
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   541
	position: absolute;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   542
	bottom: 0;
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents: 1
diff changeset
   543
	right: 0;
1
43d9dff6758a premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   544
}