body, input, select, textarea {
	color: rgba(255, 255, 255);
}

a {
	border-bottom: dotted 1px rgba(255, 255, 255);
}
a:hover {
	color: rgba(255, 255, 255, 0.55);	
	border-bottom: dotted 1px rgba(255, 255, 255);
}

ul.menu > li {
	border-left: solid 1px rgba(255, 255, 255);
}

#sidebar nav a {
	color: rgba(255, 255, 255);
}

#footer > .inner a {
	border-bottom-color: rgba(255, 255, 255);
}	

#footer > .inner .menu {
	color: rgba(255, 255, 255);
}
		
.formulaire_spip fieldset, fieldset, .fieldset {
    margin: 0 0 1em 0;
    padding: 0 1em 0.5em 1em;
    /* background: #FFFFFF; */
    /*border: 1px solid #CCCCCC;
    border-radius: 4px;*/
    text-align: left;
}
.formulaire_spip legend {padding: 4px 0;font-weight: 700;}

#minipres {position: relative;margin: 0 auto;background: grey repeat;}

.crayon-html .formulaire_spip:before {
		content:'';
		display: block;
		position: absolute;
		top:-1rem;
		left:-1rem;
		right:-1rem;
		bottom: -1rem;
		background: grey;
		opacity:0.95;
		z-index: -1;
}

.container {
  display: flex;
}

.column {
  flex: 1;
  padding: 10px;
}
