@import url(../../../stylesheets/application.css);

body{ color:#606060; background:#F0F0F0; }

#top-menu { font-size: 80%; height: 2em; padding-top: 0.5em; background-color: #9CAB9D; }
#top-menu a { font-weight: bold; }
/*#header { background: #667E68; height:5.8em; padding: 10px 0 0 0; }*/
#header { background: #667E68; height: 80px; padding: 10px 0 0 0; }
#header h1 { margin-left: 6px; }
#quick-search { margin-right: 6px; }
#main-menu { background-color: #9CAB9D; left: 0; border-top: 1px solid #fff; width: 100%; }
#main-menu li { margin: 0; padding: 0; }
#main-menu li a { background-color: #9CAB9D; border-right: 1px solid #fff; font-size: 90%; padding: 4px 8px 4px 8px; font-weight: bold; }
#main-menu li a:hover { background-color: #667E68; color: #ffffff; }
#main-menu li a.selected, #main-menu li a.selected:hover { background-color: #667E68; color: #ffffff; }

#footer { background-color: #9CAB9D; border: 0; color: #fff;}
#footer a { color: #fff; font-weight: bold; }

/*#main { font:90% Verdana,Tahoma,Arial,sans-serif; background: #e8eaec; }*/
#main { font:12px Verdana,Tahoma,Arial,sans-serif; background: #F0F0F0; }
#main a { font-weight: bold; color: #193C1C;}
#main a:hover { color: #7C8E7D; text-decoration: underline; }
#content { background: #fff; }
#content .tabs ul { bottom:-1px; }

h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 { border-bottom: 0px; color:#4E6450; font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
h2, .wiki h1 { letter-spacing:-1px; }
h4 { border-bottom: dotted 1px #c0c0c0; }

#top-menu a.home, #top-menu a.mypage, #top-menu a.projects, #top-menu a.admin, #top-menu a.help { 
    background-position: 0% 40%;
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-top: 2px;
    padding-bottom: 3px;
}

#top-menu a.home { background-image: url(../images/accueil.png); }
#top-menu a.mypage { background-image: url(../images/mapage.png); }
#top-menu a.projects { background-image: url(../images/projets.png); }
#top-menu a.admin { background-image: url(../images/administration.png); }
#top-menu a.help { background-image: url(../images/aide.png); }
