/* => Feuille de style du menu DECOUVRIR */

/* ============== STYLE DU MENU ============= */
#section_nav, #section_contenu {
	box-shadow: 0 0px 4px rgb(190,50,40);
}

#section_nav #encours{
	color: rgb(190,50,40);
}

section h1, section h2, section h3, section h1 a, section h2 a, section h3 a{
	color: rgb(190,50,40);
}

.article_resume:hover{
	background: rgba(190,50,40,0.4) ;
	background: -webkit-radial-gradient(center, ellipse, rgba(190,50,40,0.4),rgba(255,255,255,0.4));
	background: -moz-radial-gradient(center, ellipse, rgba(190,50,40,0.4),rgba(255,255,255,0.4));
	background: -ms-radial-gradient(center, ellipse, rgba(190,50,40,0.4),rgba(255,255,255,0.4));
	background: -o-radial-gradient(center, ellipse, rgba(190,50,40,0.4),rgba(255,255,255,0.4));
	background: radial-gradient(center, ellipse, rgba(190,50,40,0.4),rgba(255,255,255,0.4));
}
	
 
#footer_nav{
	background-color: rgb(190,50,40);
}

article a:hover{
	color: rgb(190,50,40);
}

.couleur{
	color: rgb(190,50,40);	
}

#galerie_images_overlay{
	background-color: rgba(190,50,40,0.1);
}
