body {
  background-image:url(/img/adv-home-bg.jpg);
  background-repeat:no-repeat;
}

img {
	margin: 0px;
	padding: 0px;
	border:none;
}

.imgText {
	margin: 20px;
	padding: 0px;
	border:none;
}

ul { /* all lists */
	background-color: #C84800;
	color:white;
	font-size:18px;
	padding: 0;
	list-style: none;
}

ul a {
  color: white;
  text-decoration:none;
}

li { /* all list items */
	background-color: #C84800;
	padding: 5px 10px 5px 10px;
	float: left;
	position: relative;
	width: auto;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	padding: 0px;
	margin: 0px;
	top: 25px;
	left: 0px;
	width:155px;
}

li ul a{ /* second-level lists */
	color: white;
	font-size: 15px;
	font-weight: bold;
	text-decoration:none;
}


li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#nav {
  width:auto;
  font-family:Arial, Verdana;
  margin:90px 0px 0px 340px;
  padding:0px;
}

#content {
	clear: left;
}

.default {
  color:#06465A;
}

.photos {
  background-color:transparent;
  font-family:Verdana;
  font-size:18px;
  margin:0px 0px 0px 340px;
  padding:5px;
}

.lesmenus {
  width:640px;	
  background-color:transparent;
  font-family:Verdana;
  font-size:18px;
  margin:0px 0px 0px 340px;
  padding:5px;
}

.textMenu {
  color:#0C596D;
  font-size:13px;
  text-align:center;
  margin:20px;
}

.textMenuH {
  color:#0C596D;
  font-size:14px;
  font-weight: bold;
  text-align:center;
  margin:40px 20px 20px 20px;
}

.textVins {
  color:#0C596D;
  font-size:12px;
  text-align:left;
  margin:5px;
}

.textVinsH {
  color:#0C596D;
  font-size:14px;
  font-weight: bold;
  text-align:center;
  margin:10px 20px 20px 20px;
}

.lescontacts {
  width:680px;
  background-color:transparent;
  font-family:Verdana;
  font-size:18px;
  margin:0px 0px 0px 340px;
  padding:5px;
}

.textContactH a{
  color:#0C596D;
  font-size:18px;
  text-align:left;
  margin:0px 0px 25px 10px;
  text-decoration: none;
}

#planacces {
  margin:20px 0px 0px 30px;
}

#contact {
  margin:20px 0px 0px 0px;
}

.footer {
  margin:50px 0px 0px 440px;
}
.footer a {
  text-decoration:none;
  color:gray;
}
    
#formulaire {
  color:#0C596D;
  font-size:13px;
  text-align:left;
  margin:0px 0px 25px 50px;
}