@charset "UTF-8";
/* CSS reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin:0px;
padding:0px;
border:0px;
outline:0px;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
body{
line-height:1;
}
/* fond et contenu */
#bmain{
margin:0px;
padding:0px;
background-color:#000;
}
#conteneur{
margin:0 auto;
padding:30px 0 0 0;
width:1024px;
text-align:center;
}
/* liens */
a{
text-decoration:none;
border:0px;
}
/* images */
.bg1{
position:relative;
top:0px;
}
.bg2{
position:relative;
top:-3px;
}
.bg3{
position:relative;
top:-3px;
}
.bg4{
position:relative;
top:-3px;
}
.bg5{
position:relative;
top:-3px;
}
.bg6{
position:relative;
top:-3px;
}
.bg7{
position:relative;
top:-3px;
}
.bg8{
position:relative;
top:-3px;
}
/* copy */
#copy{
color:#333;
font-family:Verdana;
font-size:0.55em;
}