
@font-face {
font-family: 'TradeGothic LT';
font-style: normal;
font-weight: bold;
src: url('Trade 18.ttf') format('truetype');
}

@font-face {
font-family: 'TradeGothic LT';
font-style: italic;
font-weight: bold;
src: url('Trade 20.ttf') format('truetype');
}

body {
margin: 0;
padding: 0;
background: #FFFFFF;
font: 80% arial, sans-serif; 
}

#logo {
top: 5px;
left: 5px;
padding-left: 5px;
position: absolute;
z-index:1;
height: 59px;
width: 168px;
float: left;
}

#titre {
top: 5px;
left: 180px;
padding-left: 8px;
margin-left: 5px;
border-left: 1px solid #141015;
position: absolute;
width: 800px;
height: 59px;
float: left;
z-index:1;
font-family: 'TradeGothic LT';
vertical-align: middle;
display: inline;
line-height: 59px;
text-align: left;
color: #141015;
font-size: 39px;
}

#site {
top : 85px;
left : 5px;
right : 5px;
min-width: 1064px;
min-height: 160px;
color: #141015;
background-color: #FFFFFF;
padding: 5px;
border: 1px solid #141015;
position: absolute;
z-index: 1;
}

#site p {
margin: 0;
padding: 0;
}

#site .titre {
font-family: 'TradeGothic LT';
text-align: center;
font-size: 32px;
}

#site .erreur {
font-family: 'TradeGothic LT';
color: #E95E78;
font-weight: bold;
font-size: 20px;
text-align: center;
}
