/*
 Theme Name:   Sparkling Child
 Theme URI:    http://clapas.org/wp/themes/sparkling-child
 Description:  Sparkling Child Theme
 Author:       Jean-Pascal Milcent
 Author URI:   http://clapas.org
 Template:     sparkling
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         green, light, white, gray, black, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, photoblogging, left-sidebar, translation-ready, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, theme-options, threaded-comments
 Text Domain:  sparkling-child

 
This theme, like WordPress, is licensed under the GPL.
Sparkling is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Sparkling-child is based on Sparkling http://colorlib.com/wp/themes/sparkling, (C) Colorlib.

*/
/* Image de fond du site */
body { 
	margin:0;
	padding:0;
	background: url(http://lentomologiste.fr/wp-content/uploads/2015/02/circular_wall.jpg) no-repeat center fixed; 
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
	background-size: cover; /* version standardisée */
}

/* Titre du site */
#logo {
	background: url(http://lentomologiste.fr/wp-content/uploads/logos/logo_lentomologiste.png) no-repeat left center;
	height: 85px;
	padding-left: 155px;
}
.navbar-brand {
	padding: 5px;
}
.site-title {
	margin-top: 0;
}

/* Titre des pages */
.page-title {
	padding: 8px 14px;
	background-color: rgba(54, 54, 54, 0.85);
}

/* Transparence entête et pied de page */
.navbar.navbar-default, #footer-area {
	background-color: rgba(54, 54, 54, 0.92);
}
#comments {
	background-color: rgba(255,255,255,0.85);
	padding: 2px 5px;
}
.scroll-to-top {
	background-color: rgba(54, 54, 54, 0.95);
	border: 1px solid #999;
}

/* Liens généraux et du panneau latéral */
#secondary .widget a {
  color: #DA4453;
}
a:hover,
a:focus,
#secondary .widget a:hover,
#secondary .widget a:focus {
  color: #6B6B6B;
}
