@import url("css/menu.css");

/* CSS Document */
body
{
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.MainContainer
{
    width: 880px;
    margin: 0 auto;
    text-align: left;
}

.Logo_Pane {
    width:205px;
    float:left;  
    position:relative;
    top:5px;
    z-index:100;  
    }   

.Flash_Pane {
    width:674px;
    float:right;
    position:relative;
    left:-12px;
    top:5px;
    z-index:0;
    }

.clear
{
    clear: both;
    height: 2px;
    overflow: hidden;
}
.clear-hr
{
    clear: both;
    height: 1px;
    overflow: hidden;
    border-top: 1px solid #D3D1B5;
  
}

.Language_Pane {
    width:205px;
    float:left; 
    height:30px;
    padding-top:20px;
    margin:0;
    
     }  
     
.Menu_Pane {
    width:674px;
    float:right;
    height:30px;
    padding-top:20px;
    margin:0;
    font-size:110%;
    
    } 

.Content_Pane
{
    float: left;
    width: 447px;
    min-height: 400px !important;
    margin: 0;
    padding: 20px 10px 0 10px;
}

.Left_Pane
{
    float: left;
    width: 200px;
    min-height: 400px !important;
    margin: 0;
    padding: 20px 10px 0 0;
    background-image:url(images/background-offerte.jpg);
    background-repeat:no-repeat;
    background-position:0 50px;
    
    
    
    
    
    
}

.Right_Pane {
    float:left;
    width:200px;
    margin:0;
    padding: 20px 0 0 0;
    min-height:400px;
    /*background-image:url(images/background-right.jpg);
    background-repeat:no-repeat;
    background-position:0 50px;*/
    
    }       

.Footer_Pane
{
    clear: both;
    background-color:#B0002F;
    color: #FFF;
    font-family: Trebuchet Ms,MyriadPro-Regular,MyriadPro;
    text-align: center;
    height: 30px;
    padding: 0;
    font-size: 10px;
}

.footer_link
{
    color: #FFF;
    text-decoration: none;
}

.Footer_Pane p
{
    padding-top: 6px;
}

