/* CSS Document */
/* Frame specific css */
html {height: 100%;}
body {
height: 100%;
margin: 0px;
padding: 0px;
background: #ffffff url('../images/bg_top.gif') repeat-x top left;
color: #1b3264;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 10pt;
}
#container { min-height: 100%;}
* html #container { height: 100%;}
#content { padding-bottom: 45px; width: 100%;}
#header { background-color: #f3f3f3; padding: 10px;}
#main {width: 100%; margin-top: 140px; margin-bottom: 20px;}
#footer { margin-top: -46px; background-color: #f3f3f3;}

#contact { padding: 15px;}


/* tags */
a { text-decoration: none; color: #1b3264;}
div { padding: 0px; margin: 0px;}
p { padding: 0px; margin: 0px;}
img {border: none;}

#header p.fr { font-weight: bold; padding-bottom: 2px;}
#header p.en { font-size: 9pt; font-weight: bold;}
#contact a { font-weight: bold; }

