header {
	font-family: 'Roboto', sans-serif;
	background-color: #9292A6;
	color: #fff;
	background-image: url('../images/background.png');
}

header .header-form-search {
	width: 256px;
	padding: 0px;
}

header a {
	text-decoration: none;
}

header a img#picto-menu {
	margin-top: 22px;
	width: 40px; 
	height: 40px; 
}

header img#toque {
	margin-top: 4px;
	width: 46px; 
	height: 46px; 
}

header span#titre-general {
	padding-top: 8px;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.1em;
}

header form button[type='submit'] {
	width: 44px; 
	height: 38px; 
	background-color:white;
	border: 0px solid transparent;
}

header form button[type='submit']:hover {
	background-color:white;
	border-color:white;
}

header form button[type='submit'] img {
	width: 26px; 
	height: 26px; 
}
