body{
	background:#FFE4CA;
	background:url(../pic/fondpub.png);
	font-family:Tahoma;
	font-size:1rem;
}
table{
	padding:1rem;
	width:75%;
	margin:auto;
	border-collapse: collapse;
}
td{
	text-indent:0.2rem;
	width:auto;
	margin:auto;
	height:2.2rem;
	border: solid thin #bbb;
}

#tablotime {
	width:25%;
}
#tablotime table td {
	border: solid thin lightgreen;
}

a{
	text-decoration: none;
	color:#111;
font-weight: bold;
}
a:hover{
	color: white;
}
.table1{
	padding: 0 40px 0 0;
}
.table2{
	padding: 1rem;
}

.element{
    position: absolute;
    left: 0px;
    top: 0px;
}

.invis {
	visibility : hidden;
}

.centrage {
	text-align:center;
}

.gras {
	font-weight: bold;
}

#compteur {
	position: fixed;
	top: 93%;
	left: 1%;
}

.bordure_a{
	border-radius: 6px;
	box-shadow: 2px 2px 5px 1px #888;
}

.align_blocs{
	display:inline-block;
	vertical-align:middle;
	padding:2%;
}
.align_blocs_top{
	display:inline-block;
	vertical-align:top;
}
.align_blocs_milieu{
	display:inline-block;
	vertical-align:middle;
}
#titre{
	width:60%;
	margin:auto;
	padding:1%;
	background:silver;
	font-size:1.5rem;
	margin-bottom:1%;
}
#consignes{
	padding:1%;
	font-size:1.5rem;
	font-variant: small-caps;
	margin-bottom:1%;
}
#menu_accueil{
	width:30%;
	margin:auto;
	padding:2%;
}
#menu{
	width:70%;
	margin:auto;
	background:silver;
}
#menu li{
	width:11%;
}
#page{
	width:70%;
	margin:auto;
	background: linear-gradient( to bottom, #69787a, #eae3d3);
}
ul{
	list-style:none;
}
ul li{
	padding:2%;
}
ul ul{
	display: none;
}
li:hover ul.niveau2{
	display: block;
}

.alinea1{
	text-indent:0.3rem;
}
.fondjaune{
	background : yellow;
	font-weight: bold;
	cursor:pointer;
}
.surligne{
	background:yellow;
}
#bilan {
	font-variant: small-caps;
	color:#bf4470;
}
.erreur {
  background-color:#f37347;
}
