/* # Twentythirteen-OIIQ child theme
Theme Name: Twenty Thirteen OIIQ
Theme URI: http://sofad-projet-pilote-1.cyberagentcorp.com
Description: Ce thème enfant est pour le projet pilote SOFAD Auteur pour le client OIIQ (Ordre des infirmiers et infirmières du Québec)
Author: CyberAgent Corporation
Author URI: http://www.cyberagentcorp.com/
Template: twentythirteen
Template Version: 1.7.0.1
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
function theme_enqueue_styles() 
{
    wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
}

.onglet-menu-style {
    background-image: url("http://sofad.cyberagentcorp.com/wp-content/uploads/2016/01/SoinsVie_onglet_sm.png");
    width: auto;
    height: auto;
    background-size: 90% 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.site-title {
    font-family: Bauhaus, Verdana, Arial;
    font-size: 22px;
    font-style: normal;
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 200px;
}

.site-description {
    font-family: Bauhaus, Verdana, Arial;
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
    position: absolute;
    top: 90px;    
    left: 300px;
}

.header-image-overlay {
   position:fixed;
   top:0px;
   left:0px;
   width:100%;
   z-index: 0; 
}

.help-button {
   position:relative;
   top:-205px;
   left:88%;
   width:100%;
   height:35px;
   z-index: 999; /* or  greater value */
}

.tools-button {
   position:relative;
   top:-165px;
   left:87.75%;
   width:100%;
   height:35px;
   z-index: 999; /* or  greater value */
}

.close-button {
   position:relative;
   top:-275px;
   left:90%;
   width:100%;
   height:35px;
   z-index: 999; /* or  greater value */
}

.navmenu-oiiq {
   position:relative; /*or  absolute*/
   top:-70px;
   left:0;
   width:100%;
   height:35px;
   z-index: 1000; /* or  greater value */
}

/*
.navmenu-oiiq:hover {
    background-color: red;
    color: white;
    width: auto;
}*/



.bottom-header {
   position:relative; /*or  absolute*/
   top:-70px;
   left:0;
   width:100%;
   height:35px;
   z-index: 0; /* or  greater value */
}