@charset "utf-8";
/* CSS Document */
@import url("../modules/Accueil/css/style.css");
@import url("../modules/Annexes/css/style.css");
@import url("../modules/Contact/css/style.css");
@import url("../modules/Footer/css/style.css");
@import url("../modules/Header/css/style.css");
@import url("../modules/Menu/css/style.css");
@import url("../modules/Presentation/css/style.css");
@import url("../modules/Vins/css/style.css");

html {
	background-color: #e8e8e8;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(../img/degrade.png);
	background-repeat: no-repeat;
}

ul, li {
	margin: 0;
	padding: 0;
}