/*
	Solarize by TEMPLATED
	templated.co @templatedco
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/


/* Basic-vittoz */

	body {
		background: url(../images/fond-jaune-bleu2.jpg) repeat, #ffcb07; 
		-webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
		background-size: 100%;
		
	}

