html { height: 100%;

}
body {
height: 100%;
width:100%;
margin: 0;
margin-top: 10px;
padding: 0;
}
#page-table {
height: 90%;
width: 100%;

border-collapse: none;
text-align: center;
}
#page-td {
height: 90%;
padding: 0;
vertical-align: middle;
}

a {
text-decoration: none;
color: black;
}
a:hover {
text-decoration: underline;
color: red;
}
#corps1 {
font-family: Arial; color: black;
font-weight: bold; font-size: 14pt;
}
#corps1a {
font-family: Arial; color: black;
font-weight: normal; font-size: 14pt;
}
#corps2 {
font-family: Arial; color: black;
font-weight: normal; font-size: 10pt;
}
.retour {
font-size: 14pt; font-weight: bold; font-family: Arial;
background-color: rgb(250, 210, 120); text-align: center;
display: table;
border: 5px solid white;
-moz-border-radius: 20px;
border-radius: 20px;
-khtml-border-radius: 20px;
-webkit-border-radius: 20px;
padding-top: 2px;
position: absolute;
top: 0px;
left: 0px;
}
.enfant {
display: table-cell;
vertical-align: middle;
}
.styleret {
width: 30px;
height: 30px;
}

.disp:hover {
opacity:0.0;
-moz-transition: opacity 0.2s;
-webkit-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
}
#deco2 {
color: rgb(255, 0, 0);
text-decoration: underline;
}
#deco {
color: black;
text-decoration: none;
}

@media all and (max-device-width: 480px)
{
#corps1 {
font-family: Arial; color: black;
font-weight: bold; font-size: 22pt;
}
#corps1a {
font-family: Arial; color: black;
font-weight: normal; font-size: 22pt;
}
#corps2 {
font-family: Arial; color: black;
font-weight: normal; font-size: 18pt;
}
.retour {
font-size: 28pt; font-weight: bold; font-family: Arial;
background-color: rgb(250, 210, 120); text-align: center;
display: table;
border: 5px solid white;
-moz-border-radius: 20px;
border-radius: 20px;
-khtml-border-radius: 20px;
-webkit-border-radius: 20px;
padding-top: 2px;
position: absolute;
top: 0px;
left: 0px;
}
.styleret {
width: 50px;
height: 50px;
}
}
