body {
text-align:center;
background-color:rgb(0,127,0);
font-family:comic sans ms;
}
h1, h3 {
border: 5px ridge yellow;
color:yellow;
line-height:2em;
}
h1 #contact { font-size:0.5em; color:red; text-decoration:overline underline; margin:0; margin-left:200px;}
h1 img { width:80px; border:0; margin:0; margin-right:200px;}

h2 {
color:red;
background-color:yellow;
width:300px;
margin:auto;
border:2px ridge red;
line-height:2em;
}

#aide {
cursor:pointer;
margin:auto;
color:red;
font-weight:bold;
}

table {
width:528px;
margin:auto;
margin-top:50px;
margin-bottom: 50px;
empty-cells:show;
border-collapse: collapse;
}
td {
width:55px;
height:100px;
}
#maison {
background:url(../images/maison.jpg);
width:200px;
}
#reponse {
background:url(../images/feuille.jpg);
width:100px;
font-weight:bold;
font-size:4em;
color:red;
}

#consigne {
padding-top:20px;
padding-bottom:20px;
background-color:yellow;
font-size:1.2em; 
}
#consigne span {
cursor:pointer;
color:silver;
}
.appetit {width:150px; margin:auto; background-color:yellow; color:silver; font-size:1.2em; font-weight:bold;}
.vert {background-color:green;}
.orange {background-color:orange;}
.rouge {background-color:red;}