/* CSS Document */

body{
background-color: orange;
margin: 0px;
padding: 0px;
width: 100%;
height: 100%;
}

h1{
color: lightblue;
font-family: arial, verdana, helvetica;
width: 100%;
font-size: 36px;
background-color: #404040;
/* height: 52px; */
border: 0px;
border-top: 1px;
border-bottom: 1px;
border-style: solid;
border-color: #000000;
}

h2{
color: darkblue;
font-family: arial, verdana, helvetica;
width: 100%;
font-size: 16px;
background-color: #A0A0A0;
/* height: 22px; */
border: 0px;
border-top: 1px;
border-bottom: 1px;
border-style: solid;
border-color: #666666;
}

h3{
color: black;
font-family: arial, verdana, helvetica;
font-size: 14px;
font-weight: bold;
/* line-height: 10px; */
}


div.text{
color: gray;
font-family: arial, verdana, helvetica;
font-size: 12px;
}

div.triche{
visibility:hidden;
}
