img { border: 0px; }
#skip { display:none; }

html { color: #000; background: #fff; }
body { font-size: 0.9em;  margin: 2em; }

a { text-decoration: none; color: #777}
a:hover { color: #03f}

input {	border: 1px solid #666; }
input[type="submit"] { background-color: white; color: #777; }

table { width: 100% }

div#header { width: 100%; margin: 1em 0 3em; }
div#header div#title span { display: none; }
div#header div#title a { display: block; height:120px; background: url(./cube.png) no-repeat center ; }
div#userbox { float: right; border: solid 1px #999; padding: 0.2em 1em; }
div#userbox form { text-align: center; font-size: 0.9em; }
div#userbox ul { padding: 0; }
div#userbox li { list-style-type: none; }

h1 { font-size: 1.5em; font-weight: bold; color: black; border-bottom: 1px solid #999; }
h1 a { color: black;  }
h1 a:hover { text-decoration:none; }

div#content { margin: 1em 3em; }
div.text { margin: 4em; }

div#footer { clear: both; margin: 3em}
div#footer ul { padding-left: 0em; text-align: center; }
div#footer ul li { margin-right: 0.2em; display: inline; list-style-type: none; }


/*********
 * BOARD *
 *********/
div#boardmenu { margin: 1em 5em 3em; }
div#boardmenu ul li:after { content: " ]" }
div#boardmenu ul li:before { content: "[ " }
div#boardmenu ul li { margin-left: 1em; list-style: none; display: inline; }

div#board form p { margin-left: 20%; margin-right: 20%;}
div#board form p input { width: 100% }

div#board ul { padding: 0; }
div#board li, div#highlight li { list-style-type: none; }

div#board .horloge { color: red; padding-right: 0.2em; }
div#board .login { color: green; padding-right: 0.2em; }
div#board .plonk a { color: gray; }

div#board a:hover, #boardmenu a:hover { text-decoration: none; }

div#board span.horloge_ref { color:blue; }
div#board .highlight { background-color:#e2d5d4; }
div#highlight .plonk { display: none; }

div#highlight {
    position: fixed;
    display: block;
    top: 5px;
    left: 10px;
    right: 10px;
    padding: 0;
    background: #e0e0e0;
    border: 1px solid black;
    text-align: left !important;
}
