/* Mise forme générale */
html, body {
font-family: Tahoma, Arial, Helvetica, sans-serif; 
font-size: 9pt;
line-height: 110%;
text-align: center;
color: black;
background-color: white;
margin: 0;
padding: 0;
}
/* Conteneur de la Page */
#container {
width: 990px;
/* top right bottom left */
margin: 0 auto;
text-align: center;
}
/* Disclaimer */
#disclaimer {
width: 590px;
height: 350px;
text-align: center;
position: fixed;
top: 50%;
left: 50%;
/* top right bottom left */
margin: -175px 0 0 -295px;
background: url("images/background.png") transparent no-repeat 0 0;
z-index: 15;
}
#disclaimer #bottom {
width: 590px;
height: 68px;
/* top right bottom left */
margin: 282px 0 0 0;
background: url("images/bottom.png") transparent no-repeat 0 0;
}
#in {
width: 200px;
height: 50px;
outline: none;
display: block;
background: url("images/in.gif") transparent no-repeat 0 0;
/* top right bottom left */
margin: 5px 58px 0 44px;
float: left;
}
#out {
width: 200px;
height: 50px;
outline: none;
display: block;
background: url("images/out.png") transparent no-repeat 0 0;
/* top right bottom left */
margin: 5px 0 0 44px;
float: left;
}
