/*
Theme Name:   Marcel2021
Description:  Écrivez ici une brève description de votre thème enfant
Author:       Deelina
Author URL:   Mettez ici l’URL du blog ou du site de l’auteur
Template:     virtue
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  Marcel2021
*/

/* Écrivez ici votre propre feuille de style personnelle */
/*footer*/
#containerfooter {
	background-image: url('http://www.lecygnebleu.fr/wp-content/themes/Marcel2021/images/deco-pdp.png');
	background-repeat: repeat-x;
	background-position: top;
	min-height:175px;
	background-color: none;
}

/*icons selon la catégorie*/
.icon-cuisine{
	background-image:url('http://www.lecygnebleu.fr/wp-content/themes/Marcel2021/images/icone-cuisine.jpg');
	background-repeat: no-repeat;
	background-position: right top;
}
.icon-jardin{
	background-image:url('http://www.lecygnebleu.fr/wp-content/themes/Marcel2021/images/icone-jardin.jpg')	;
	background-repeat: no-repeat;
	background-position: right top;
}
.icon-photo{
	background-image:url('http://www.lecygnebleu.fr/wp-content/themes/Marcel2021/images/icone-photo.jpg')	;
	background-repeat: no-repeat;
	background-position: right top;
}
.icon-art{
	background-image:url('http://www.lecygnebleu.fr/wp-content/themes/Marcel2021//images/icone-art.jpg')	;
	background-repeat: no-repeat;
	background-position: right top;
}
#nav-main ul.sf-menu a:hover{
color:#90c8c9;
}
