@import url("menu.css");
@import url("slider.css");
@import url("articles.css");
@import url("thickbox.css");
@import url("modules/first_page.css");
*
{
    font-family: Arial;
    font-size: 11px;
}

body
{
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    color: #919191;
}

select
{
    color: #919191;
    background-color: #ffffff;
    border: 1px solid #bfbfbf;
}

input, textarea
{
    color: #919191;
    background-color: #ffffff;
    border: 1px solid #bfbfbf;
    overflow: hidden;
}

a
{
    color: #626262;
    text-decoration: none;
}

a:hover
{
    color: #919191;
    text-decoration: none;
}


.submit
{
    color: #ffffff;
    font-size: 11px;
}

.clear
{
    clear: left;
    margin: 0;
    padding: 0;
}

#home {

    height:40px;
    width:270px;
    margin-bottom:30px;
    position:relative;
    cursor:hand;
    
}

#page_container
{
    width: 1000px;
    margin: 0 auto;
    padding: 0 auto;
    /*padding-top: 70px;*/
    margin-top: 100px;
    margin-bottom: 40px;
    position: relative;
    background:#fff url('../images/header.gif') no-repeat top left;
}

#page_container_left
{
    float: left;
    text-align: left;    
    margin: 0;
    padding: 0;
    width:300px;

}


#page_container_right
{

    float: left;
    margin-top:-70px;
    text-align: right;
    position:relative;
    width:700px;    
    
}

#credits {

    clear:both;
    margin-top:20px;

}





.pic_portrait
{
    margin: 0px;
    float:right;
    position: relative;
    margin-bottom:30px;
}

.pic_portrait_edition
{
    margin: 0px;
    float:right;
    position: relative;
    margin-top: 70px;
    margin-bottom:30px;
}

.pic_landscape
{
    margin-top: 70px;
    margin-bottom:30px;
}