/* helper js */

.mobile-visible {
    display: none;
}

body.mobile {
    font-size: 3em;
    font-family: Arial, Helvetica, sans-serif;
}

body.mobile .mobile-hidden {
    display: none;
}
body.mobile .mobile-visible {
    display: block;
}


body.mobile ul#menu_puzzle {
    display: none;
}

/*---------------*/

/* -- menu des instructions du puzzle -- */
ul#menu_puzzle {
    text-align: right;
    font-size: 0.9em;
}
ul#menu_puzzle li {
    position: relative;
    margin: 0 5px;
    display: inline;
}
.no_bg a {
    font-weight: bold;
    color: #86151b;
}
ul#menu_puzzle li .layer {
    position: absolute;
    top: 0;
    right: 0;
    margin: 2em;
    border: 1px solid #ccc;
    background: #efefef;
    text-align: left;
    width: 150px;
}
ul#menu_puzzle li .layer a.fermer {
    background: url("/css/img/fnd/icon-reset.png") no-repeat scroll left top transparent;
    height: 12px;
    line-height: 12px;
    right: 2px;
    position: absolute;
    text-indent: -999em;
    top: 2px;
    width: 12px;
}
ul#menu_puzzle li .layer p {
    padding: 10px;
}


.table {
	width: 300px;
	margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
.table > tbody + tbody {
	border-top: 2px solid #ddd;
}
.table .table {
	background-color: #fff;
}

