/**
 * Theme Name: Anthem Child
 * Theme URI: http://thethemefoundry.com/anthem/
 * Author: The Theme Foundry
 * Author URI: http://thethemefoundry.com
 * Description: A responsive tumblog-style theme for artists and creatives.
 * Version: 1.0
 * Template: anthem
 * License: GNU General Public License
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: white, responsive-width, tumblog
 */
@charset "UTF-8";



/* Donner de la marge pour diviser le menu, pour les fenetres plus larges que 920 pixels */

@media only screen 
and (min-width : 921px) {
   
    li.marge-menu {

    margin-bottom: 1.2em;
    
    }
}

#content h1 {
	display: none;
}


#content h2 {
    line-height: 1em;
}