body{
margin: auto;
margin-top: 50px;
width: 400px;
height: 150px;
background-color: #C0E0ED;
text-align: center;
font-family: verdane, arial;
font-size: 12px;
color: #573917;
}

.champ{
overflow: hidden;
margin-top: 3px;
border: 1px solid #715830;
}

.bouton{
padding: 2px;
padding-left: 8px;
padding-right: 8px;
font-size: 12px;
border: 1px solid #715830;
background-color: #FFFFFF;
font-weight: bold;
color: #715830;
}

.bouton:hover{
cursor: pointer;
}

.brown, a.brown{
font-size: 12px;
color: #583b17;
text-decoration: underline;
}
a.brown:hover{text-decoration: none;}
