/*
 Theme Name:   Jensom responsive
 Theme URI:    http://www.jensom.com
 Description:  Jensom Theme inspired by responsive
 Author:       Julien Seres
 Author URI:   http://www.jensom.com
 Template:     responsive
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  responsive-child
*/

@import url('../responsive/style.css');


/* ***** Zone d'introduction ***** */

/* ***** Zone de présentation ***** */

a.blue {
    background-color: #FF0000;
    background-image: -moz-linear-gradient(center top , #FA5858, #FF0000);
    border: 1px solid #FF0000;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 #FF0000;
}

a.blue:hover {
    background-color: #FF0000;
    background-image: -moz-linear-gradient(center top , #FEB3B3, #FF0000);
    border: 1px solid #FF0000;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 #FF0000;
}
/* pour corriger le bug sur le menu accueil qui ne s'allume pas */
.home .menu-item-19 {
   background-color: #343434;
}

/* pour diminuer les marges top et bottom des pages nous connaitre etc... */
#content {
    margin-bottom: 10px;
    margin-top: 20px;
}

/* pour modifier le style du menu */
.menu a:hover {
    background-color: #808080;
    color: #fff;
}

.menu {
    background-color: #585858;
    clear: both;
    margin: 0 auto;
}
