/*
Theme Name:     Amalgame Danse
Theme URI:      http://www.amalgamedanse.com/
Description:    Thème enfant pour le thème Twenty Twelve
Author:         Mathieu MB
Author URI:     http://www.amalgamedanse.com
Template:       restimpo                             
Version:        0.1.0
*/

@import url("../restimpo/style.css");

.top-navigation-wrapper {
  background: #3a3b3d;
  border-bottom: 1px solid #ebebeb;
  float: left;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 1500;
}

.top-navigation a,
.top-navigation a:visited {
  color: pink;
  display: block;
  float: left;
  font-size: 13px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  text-decoration: none;
}

.top-navigation a:hover,
.top-navigation :hover > a {
  color: white;
  -webkit-transition: color 1s;
  transition: color 1s;
}

#wrapper #wrapper-header .top-navigation .current-menu-item > a,
#wrapper #wrapper-header .top-navigation .current-menu-ancestor > a,
#wrapper #wrapper-header .top-navigation .current_page_item > a,
#wrapper #wrapper-header .top-navigation .current-page-ancestor > a {
  color: white;
}


