/* 
    Document   : header
    Created on : Mar 25, 2010, 10:59:09 AM
    Author     : flavien
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.main-right #lang-links {
    float:right;
    margin-right:20px;
}

.main-right #lang-links a, .main-right #lang-links a:hover, .main-right #lang-links a:visited {
    text-decoration: none;
    color:#6289b5;
}

.main-right #header a.tab {
    float:left;
    display:block;
    background-image:url('/images/onglets/tab-off.png');
    width:103px;
    height:24px;
    text-decoration:none;
    text-align:center;
    padding-top:6px;
    font-size:13px;
    font-weight:bold;
    margin-left:5px;
    font-family:Verdana;
}

.main-right #header a.tab:hover {
    background-image:url('/images/onglets/tab-on.png');
    text-decoration:none;
    color:#369;
}

.main-right #header .logo {
    float:left;
}
/*
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
*/
