/* todo */
@import url(includes/css/button.css);
@import url(includes/css/nav.css);
html,
body
{
    margin: 0;
    height: 100%;
    font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, Sans-serif;
    font-size: 11px;
}
#content
{
    margin: auto;
    width: 920px;
    display: table;
}
h1,
h1 a,
a,
a.name
{
    text-decoration: none;
    outline: none;
}
a:hover
{
    text-decoration: underline;
}
img
{
    border: 0;
}
h1,  /* main box title */
h2,  /*  subbox title */ 
h3,  /*  content title */
h4   /*  content subtitle */
{
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
}   
h1,
h1 a
{
    font-size: 26px;
}
div.with_nav h1,
div.with_nav h1 a,
h3,
h3 a
{
    font-size: 20px;
}
h1
{
    margin-left: 8px;
    padding-top: 8px;
    _padding-top: 2px;
}
h2
{
    padding-top: 4px;
}
h1.with_uptitle,
h1.with_uptitle a
{
    overflow: hidden;
    font-size: 30px;
    margin-top: 4px;
}
h2,
h2 a,
div.subtitle_link
{
    font-size: 12px;
}
h4,
h4 a
{
    font-size: 17px;
}
span.sep
{
    padding: 1px;
	
}

span.blue
{
   color:#0000FF;
	
}


form div span,
form div span *,
form tr td *
{
    font-size: 13px;
}
input.search_field
{
    background-image: url(images/icones/magnifier.png);
    _background-image: none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icones/magnifier.png', sizingMethod='crop');
    background-position: 1px 1px;
    background-repeat: no-repeat;
    padding-left: 20px;
    width: 80px;
    margin-right: 3px;
}
