body{
    padding: 0;
    margin: 0;    
}

body > * {
    font-family: Arial, sans-serif;
    font-size: 0.8em;
}

img{
    border: 0;
}

a{
    text-decoration: none;
}

#center{
    width: 100%;
    display: block;
}

#page{
    width: 950px;
    margin: 0 auto;
}

#logo{
    position: relative;
    width: 262px;
    height: 109px;
    float: left;
    top: 3px;
}

#slogan{
    width: 461px;
    height: 60px;
    float: right;
    top: 85px;
    right: 13px;
    position: relative;
}

#top{
    background-image: url(../images/top.gif);
    height: 191px;
}



/*MENUS*/
#top-menu{
    position: relative;
    display: block;
    float: left;
    top: 7px;
    height: 37px;
}

#top-menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
    background-image: url(../images/bg.png);
}

#top-menu ul li{
    display: inline;

    padding: 10px;

    border-right-style: dotted;
    border-right-color: #005794;
    border-right-width: 1px;    
}
#top-menu ul li.last{
    border-right-style: none;
    border-right-width: 0;

}

#top-menu ul li a{
    text-align: center;
    text-decoration: none;
    line-height: 37px;    
    font-family: Arial;
    font-weight: bold;
    font-size: 0.9em;
    color: #1c2022;
}

#top-menu ul li a span{

}

#top-menu ul li a:hover{
    color:#ca2505;
}



/* MENU LEFT */

.left-menu{
    float: left;
    width: 253px;
    background-color: #fafdff;

}

#menu-dinamico{
    background-image: url(../images/menu-left-bg.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
}

#site-information{
    background-image: url(../images/menu-left-bg2.jpg);
    background-position: right top;
    background-repeat: no-repeat;
}

.menu-title{
    color: #d32f0f;
    font-size: 1.3em;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 8px;
    padding-bottom: 5px;
}

.left-menu-bg-top , .left-menu-bg-middle, .left-menu-bg-bottom{
    width: 227px;
    background-repeat: no-repeat;
}

.left-menu-bg-top{
    background-image: url(../images/menu-bg-top.gif);
    height: 8px;
}

.left-menu-bg-middle{
    background-image: url(../images/menu-bg-middle.gif);
    height: 12px;
}

.left-menu-list{
    width: 218px;
    border-left: solid 4px #005794;
    border-right: solid 5px #005794;
    position: relative  ;
}

.left-menu-list ul{
    list-style: url(../images/list-style.gif);
    margin: 0;
    padding-left: 35px;
    padding-bottom: 15px;
}

.left-menu-list ul li{
    padding-top: 5px;
    padding-bottom: 5px;
}

.left-menu-list ul li.underline{    
    list-style: none;    
    background: url(../images/menu-list-separe.png) no-repeat;
    left: -10px;    
    padding: 0;
    margin: 0;
    height: 1px;
    padding-bottom: 5px;
    position: absolute;
    left: 22px;
    width: 180px;
}

.left-menu-bg-top, .left-menu-bg-middle, .left-menu-list, .left-menu-bg-bottom{
    margin: 0 auto;
}

.left-menu-bg-bottom{
    background-image: url(../images/menu-bg-bottom.gif);
    height: 15px;
}

/* content */

#content-left-bg{
    background-image: url(../images/content-bg-left.gif);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 8px;
}
#content{    
    background-image: url(../images/content-bg.gif);
    background-position: left;
    background-repeat: repeat-x;
    width: 689px;
    margin: 0;    
}

#content #content-main{
    padding: 0;
    margin: 0;
    margin-top: 24px;
    margin-left: 45px;
    padding-right: 48px;
    
}

.content-title{
    font-size: 1.4em;
}

#content, #content-left-bg{
    float: left;
    height: 480px;
}

#footer{    
    width: 690px;
    float: right;
    margin-top: 22px;
    font-size: 12px;

}

#footer a{
    color: #005794;
    font-weight: bold;
    text-decoration: underline;
}