#vignette {
    margin-left: -150px; /* "#menu" width */
    width: 148px;
    position: fixed;
    top: 80;
    left: 150;
    bottom: 0;
    z-index: 1000; /* so the menu or its navicon stays above all content */
    background: #191818; /*#191818*/
    border-style: solid;
    border-width: 1px;
    border-color: aliceblue;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 12px;
}

#news {
	line-height: 1em;
	border-style: solid;
    border-width: 1px;
	background: rgb(120, 170, 80);
	border-color: aliceblue;
}

.n-titre {
	margin-left: 4px;
	color: white;
	font-size: 22px;
}

.n-date {
	margin-left: 4px;
	font-size: 12px;
	
}

.n-corps {
	margin-left: 50px;
	font-size: 18px;
	color: black;
}

.warning, .info {
	color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	padding-left: 4px;
}

.warning {
	background: rgb(230, 110, 20); /* this is an orange */
}

.info {
	background: rgb(66, 184, 221); /* this is a light blue */
}

.note {
	font-size: 10px;
}

.photo-box, .text-box {
    overflow: hidden;
    position: relative;
    height: 250px;
    text-align: center;
}

    .photo-box img {
        max-width: 100%;
        height: auto;
        min-height: 250px;
    }

    .photo-box aside {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 1em 0.5em;
        color: white;
        width: 100%;
        font-size: 80%;
        text-align: right;
    }

    .photo-box aside span {
        color: #aaa;
    }

        .photo-box aside span a {
            color: #ccc;
            text-decoration: none;
        }

.pure-table-small {
	line-height: 1em;
	font-size: 12px;
}

.pure-table-small th {
	text-align: center;
}

.pure-table-small tr {
	border: solid 1px;
}

.legende {
	font-size: 12px;
}