/* commun */
html { font-family: "Courier New",Courier,monospace; }
body { max-width: 960px; margin: 0 auto; }
code, kbd {
    background: #ccc;
    padding: .2em .4em;
    line-height: 2;
}
@media screen and (max-width: 960px) {
    code, pre {
        white-space: pre-wrap;
        word-break: break-all;
    }
}
a {
    text-decoration: none;
    border-radius: 1em;
}
a:not(.transp) { /* non supporté par IE8 mais facultatif */
    padding: 0 .2em;
}
/* on peut faire a { padding: ... } puis a.transp { padding: 0 } à la place de :not() */
a:link { font-weight: bold; color: #2E84BC; }
a:visited { color: #777; color: #0B517E; }
a:hover {
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    color: #111;
    background-color: #bbb;
}
a.transp:hover {
    background-color: transparent;
}

a:active { color: #aaa; }
h1 a { border: none; }
h1 a:link { color: white; }
h1 a:visited { color: white; }
h1 a:hover { 
    color: #777;
    background-color: transparent;
}
h1 a:active { color: black; }
h1 {
	display: inline;
	font-family: "Courier New",Courier,monospace;
    text-shadow: 1px 1px 1px rgb(151, 151, 151);
	border-radius: 1.5em;
	background-color: #ddd;
    background-image: linear-gradient(bottom, rgb(181,181,181) 30%, rgb(230,230,230) 65%);
    background-image: -o-linear-gradient(bottom, rgb(181,181,181) 30%, rgb(230,230,230) 65%);
    background-image: -moz-linear-gradient(bottom, rgb(181,181,181) 30%, rgb(230,230,230) 65%);
    background-image: -webkit-linear-gradient(bottom, rgb(181,181,181) 30%, rgb(230,230,230) 65%);
    background-image: -ms-linear-gradient(bottom, rgb(181,181,181) 30%, rgb(230,230,230) 65%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.3, rgb(181,181,181)),
        color-stop(0.65, rgb(230,230,230))
    );
	padding: 0.5em;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 2.2;
	-ms-box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	-o-box-decoration-break: clone;
	box-decoration-break: clone;
}
h2 { margin-top: 2.5em; margin-bottom: 0 }
img { border: 0; margin: 1em 0; }
body, ul { padding: 1.5em }
li { list-style: none; list-style-image: url(fleche.svg); padding: 0.2em }
#pieddepage ul { margin-right: 1em }
#pieddepage ul li {
	font-size: 0.8em;
	position: static;
	display: inline;
	}
#pieddepage ul li:after { content: " / " }
#pieddepage ul li#dernier:after {	content: " " }
img[src="linkedin.ico"] { vertical-align: top }
