/*
    alu         #eeeeec
    bleu fonce  #204a87
    bleu        #3465a4
    bleu clair  #729fcf

*/
/*
    LAYOUT
*/
html{
    min-width: 1200px;
    background-image: url(/images/backgroundContent.jpg);
    background-position: center;
    background-repeat: repeat-y;
    background-position: top;
    background-color: #eeeeec;

}
body{
    background-image: url(/images/backgroundHeader.jpg);
    background-position: center;
    background-position: top;
    background-repeat: no-repeat;
    margin:0;
    padding:0;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;/*arial,sans-serif;*/
    font-size: 1em;
    z-index: 0;
}
#container{margin: auto;width: 1200px;}
#header{height: 60px;}
#content{padding:5px;}
a{text-decoration: none;color:#204a87;}
a:hover{text-decoration: none;color:#729fcf}

/* 
    MENU
*/
#menu{
    display:block;
    position: relative;
    top:40px;
    background-image: url(/images/vbcorp_menu_bg.png);
    height:19px;
    padding:0;
    margin: 0;
    padding-top:3px;
}
#menu div {float:left;}
#menu a{text-decoration: none;padding: 3px 15px;color: #eeeeec;font-weight: bold;font-size: 0.8em;}
#menu a:hover{background-color: #729fcf;color:white;}
.menu_body{margin-top: 3px;background-color: #729fcf;position: absolute;list-style-type: none;display: none;z-index: 1;}
.menu_body li.alt{background:#729fcf;}
.menu_body li a{display: block;font-weight: normal !important;padding: 3px 5px;}
.menu_body li a:hover{background-color: #3465a4 !important;}
.colaps {
    padding-right: 25px !important;
    background: url(/images/fleche.png) right bottom;
    background-repeat: no-repeat;
    cursor: pointer;
}
.colapsed{
    padding-right: 25px !important;
    background: url(/images/fleche.png) right top !important;
    background-repeat: no-repeat  !important;
    cursor: pointer;
    background-color: #729fcf !important;
}
.auth_item{color:orange !important;}
ul, li{margin:0;padding:0;list-style:none;}

/*
    BRANCH
*/

#currentBranch{font-size: 0.7em;margin-bottom: 20px;}

/*
   FOOTER 
*/
#footer {background-color: #204a87;width: 1180px;padding:10px;color: gray;font-size: 0.8em;clear:both;}
#footer h3{padding:0;margin:2px;font-size: 1.4em;color: #eeeeec;}
#footer a{color: gray;text-decoration: none;}
#footer a:hover{color: #eeeeec;text-decoration: none;}
#footer_left{padding:10px;float:left;width: 400px;}
#footer_right{padding:10px;float:left;width: 700px;border-left:solid 1px gray;}
.rss {float: right;width: 340px;min-height: 180px;margin-right:10px;margin-bottom: 10px;}

/*
    CONTENT
*/
#col3_1{float:left;width: 600px;font-size: 0.8em;}
#col3_2{float:left;width: 295px;font-size: 0.8em;}
#col3_3{float:left;width: 295px;font-size: 0.8em;}

#col2_1{float:left;width: 800px;font-size: 0.8em;}
#col2_2{float:left;width: 390px;font-size: 0.8em;}

#col22_1{float:left;width: 900px;font-size: 0.8em;}
#col22_2{float:left;width: 290px;font-size: 0.8em;}

h1{font-size: 1.6em;font-weight: normal;margin-bottom: 2px;}
h2{font-size: 1.2em;font-weight: normal;margin-bottom: 6px;}
h3{font-size: 1.2em;font-weight: 600;margin-bottom: 3px;}

/*
    SfGuarg
*/
#sfGuardSignin{font-size: 0.8em;margin:30px;}
#sfGuardSignin .error_list{float:right;}
#sfGuardSignin .error_list li{display: block;color: red;}

/*
    COLUMN
*/
.box{margin:10px;width:95%;}
.box h3{-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;padding-top:3px;padding-bottom: 3px;background-color: #729fcf;color: white;margin: 0;display: block;text-align: center;font-size: 1em;margin-bottom: 10px;}
.boxContent{}

/*
    LOGO CLIK
*/
#logo_clik{position: absolute;top: 0px;width: 100px;height: 37px;cursor: pointer;}
