html *, * focus {
/*
margin: 0;
padding: 0;
*/
outline: none;
}
body {
text-align: center;
margin: 0;
padding: 0;
color: #444;
background: #fff;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#wrap {
margin: 0 auto;
padding: 0;
position: relative;
border-top: 0px solid #FF568D/*moreSat#FF237B, estim0#ff47a3*/;
}
.hidden {
display: none;
}
div#header {
background: url(./../img/logo_xs.png) no-repeat right top;
}
div#flashcontainer {
position: relative;
}
#infos {
position: fixed;
left: inherit; bottom: 20px;
}
a {
color: #00A1D7;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
#noJS {
width: 700px;
margin: 0 auto;
text-align: left;
}
#footer {
text-align: right;
color: #666;
width: 100%;
padding: 4px 0;
margin-top: 30px;
/*
border-top: 1px dotted #00A1D7;
#0081CC
*/
border-bottom: 4px solid #FF568D;
}
address {
font-size: 12px;
font-style: italic;
margin: 0; padding-right: 10px;
}
