2015-06-20 00:02:36 +02:00
|
|
|
@charset "utf-8";
|
|
|
|
|
|
|
|
.entrer {
|
|
|
|
text-align:center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.entrer a {
|
|
|
|
display:inline-block;
|
2015-09-21 19:14:26 +02:00
|
|
|
background:#FFA41E;
|
2015-06-20 00:02:36 +02:00
|
|
|
color:#fff;
|
|
|
|
font-size:1.5em;
|
|
|
|
padding:8px;
|
|
|
|
border-radius:5px;
|
2015-09-16 17:36:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.explications {
|
|
|
|
background:#348d68;
|
|
|
|
display:table-row;
|
|
|
|
}
|
|
|
|
|
|
|
|
.explications img, .explications p {
|
|
|
|
display:table-cell;
|
|
|
|
vertical-align:middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.explications p {
|
|
|
|
color:#fff;
|
2015-09-21 19:14:26 +02:00
|
|
|
padding:20px;
|
2015-09-16 17:36:46 +02:00
|
|
|
font-size:1.1em;
|
2015-09-21 19:14:26 +02:00
|
|
|
text-align:center;
|
2015-06-20 00:02:36 +02:00
|
|
|
}
|