/* ========================================================
	Common.css - Stylesheet commun

	1. Divers
	2. Containers
	
======================================================== */
/* --------------------------------------------------------
	1. Divers
*/
* { border: 0; outline: 0; }

body, h1, h2, h3, h4, h5, h6, ul, p {
	font-family: Arial;
	font-size: 93%;
	line-height: 118%;
	margin: 0;
	padding:0;
}

li { list-style-type: none; }

a {
	color: #000;
	cursor: pointer;
	text-decoration: none;
}
	a:hover { color: #9c0000; }

.hid {
	position: absolute;
	top: -1000px;
}

.clr {
	clear:both;
	line-height: 0px;
	height: 0px;
}

.no-displayed { display: none; }
.displayed { display: block; }

.center {
	text-align: center;
	margin: 0 auto;
}

.bold { font-weight: bold; }

/* --------------------------------------------------------
	2. Containers
*/
#container {
	text-align: left;
	width: 918px;
}

#wrap {
	/*background: #fff url(../images/site/fond.jpg) no-repeat top;*/
	background: #e1c69e url(../images/site/shadows.png) repeat-y;
	position: relative;
	margin: 0;
	padding: 8px 9px 0;
	width: 900px;
}
	.hebergement { background: #fff url(../images/vallee-loue2.jpg) no-repeat center bottom; }
