/*
Theme Name: avis-meilleur
Version: 1.0
Description: A child theme of Schema by MyThemeShop
Template: mts_schema
Text Domain: schema
*/
@media screen and (min-width:866px) { 
	#header{
		/*background-color:#67c7dc;*/	
		/*background: #dfdfdf;*/ /* For browsers that do not support gradients */
		/*background: -webkit-linear-gradient(#dfdfdf, #eeeeee);*/ /* For Safari 5.1 to 6.0 */
		/*background: -o-linear-gradient(#dfdfdf, #eeeeee);*/ /* For Opera 11.1 to 12.0 */
		/*background: -moz-linear-gradient(#dfdfdf, #eeeeee);*/ /* For Firefox 3.6 to 15 */
		/*background: linear-gradient(#dfdfdf, #eeeeee);*/ /* Standard syntax */
		background-color:#e9e9e9;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;	
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1); 
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1); 
		box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	}
}