/* Codes Couleurs :
Orange : 255,102,0
Bleu : 56,56,140
Gris clair : 210,210,210
Gris : 150,150,150
Gris fonce : 100,100,100
*/

* {
	background-color: #ffffff;
	background-image: none;
}
body {
	font-size: 120%;
}
#header, #footer, #contactForm {
	display: none;
}
#sidepanel h2, #sidepanel form, #sidepanel p, #sidepanel ul {
	display: none;
}
h1 {
	color: rgb(255,102,0); /* Orange */
}
h2 {
	color: rgb(56,56,140); /* Bleu */
}
a:after { content: " (" attr(href) ") "; }
a img {
	border: none;
}
