#sidebar
{
	background-color: #f7f7f7;
	color: black;
}

#sidebar a { color: black; }
#footer, #content, #rightbar
{
	color: white;
	background-color: #141414;
}

#content h1 {text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);}

#content a:link, #content a:visited {color: #ff6600; }
#content a:hover
{
	text-decoration-style: dotted;
	text-decoration: underline;
}
#content a:active, #content a:focus { color: #446BC4; }

.carre {
    background-color: #f7f7f7;
    color: black;
}

.socialIcon img { filter: invert(1); }

@media screen and (max-width: 800px)
{
}