/*
Theme Name: theme-enfant
Description: Theme enfant de twentyeleven
Author: benedicte
Author URI: https://www.wpserveur.net
Template: twentyeleven 
Version: 0.1.0
*/

/* =Global
----------------------------------------------- */
#page {
	background: #f2eb45 !important;
}

/* =Menu
-------------------------------------------------------------- */
#access {
	background: #544995 !important; /* Show a solid color for older browsers */
}

#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #f2eb45 !important;
} 

/* Search Form */
#branding .only-search #s {
	background-color: #fff !important;
	border-color: #fff !important;
	color: #222;
}

.entry-title {
	color: #544995 !important;
	font-style: italic;
	line-height: 0px!important;
}

/* Site Generator Line */
#site-generator {
	background: #f2eb45 !important;
	border-top: 1px solid #f2eb45 !important;
}
#site-generator a {
	color: #f2eb45 !important;
	font-weight: bold;
}

h1 {
	color: #544995 !important;
	font-size: 30px !important;
}

h2 {
	color: #544995 !important;
	font-weight: normal !important;
	font-size: 15px !important;
}
