body {
	background-color:rgb(41,41,41);
	margin:auto;
}

header, section, article, nav, footer, hgroup {
	display:block;
}

header {
	width:950px;
	height:60px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	color:white;
	font-size:3em;
}
footer {
	width:950px;
	height:30px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	color:white;
	text-align:center;
	font-size:0.6em;
}

article{
	width:950px;
	min-height:630px;
	margin:auto;
	padding:0px !important;
	background-color:rgb(245,245,245);
	border:9px solid rgb(230,230,230);
	text-align:center;
}

canvas{
	margin:auto;
	cursor:pointer;
}

#reponse {
    margin:0px;
    padding:0px;
    background-color:gray;
}
#reponse > p {
    margin:0px;
	font-size:1.2em;
}

.entree {
	text-align:center;
	font-size:1.2em;
	width:80px;
	margin:10px;
}
#equation {
    line-height:400px;
    text-align:center;
}
#record {
    display:none;
    text-align:center;
    color:silver;
    font-weight:bold;
}
#accueil {
    display:none;
}
#accueil p {
    font-size:2em;
    line-height:130px;
    text-align:center;
    width:50%;
    margin-left:auto;
    margin-right:auto;
}
#accueil p span {
    color:red;
    font-weight:bold;
}

a {
	color:red;
	font-weight:bold;
	text-decoration:underline overline;
}

