dl, dt, dd, ul, li {
margin: 0px;
padding: 0px;
list-style-type: disc;
color: #717274;
z-index:100;
}

/* Début Style menu déroulant */
#hmenu { /* placement du menu, à modifier selon vos besoins */
	float:left;
	top:auto;
	left:auto;
	z-index:10000;
	display:inline;
	height:200px;
}

#hmenu dl {
	display:inline;
	float: left;
	z-index:100; /* Pour mettre en premier plan */
	margin-right:11px;
	text-align:left;
	margin-bottom:10px;
}

#hmenu dt {
	cursor: pointer; /* on change le curseur en main */
	width:229px;
	height:18px;
	z-index:100;

}

#hmenu dd {
	display: none; /* on cache le sous menu */
	border: 1px solid gray;
	z-index:100;
	margin:0px;
	color:#717274;
	padding:0px
}

#hmenu li {
	text-align: left;
	vertical-align:middle;
	list-style-type:disc;
	z-index:100;
	margin-left:20px;
	margin-bottom:10px;
	padding:0px;
}
#hmenu ul li ul {
    position: absolute;
    margin-left: 200px;
    background-color: white;
    width: 200px;
    border: solid 1px orange;
    display: none;
}

#hmenu li.sous_menu {
	text-align: left;
	vertical-align:middle;
	list-style-type:disc;
	z-index:100;
	margin-left:20px;
	margin-bottom:0px;
	padding:0px;
	padding-top:2px;
	padding-bottom:2px;
}


#hmenu li a:hover, #hmenu li a:focus, #hmenu li a:visited,#hmenu dt a:hover, #hmenu dt a:focus #hmenu dt a:visited{

  font-size: 12px;
  
	font-weight:bold;
	color:#4e4f52;
	 /* bouton ligne 1 */
	text-decoration:none;
	vertical-align:middle;
	z-index:100;
}

.class_ul{
margin-left:30px;
}

div.hautcottage{
	background-image:url('images-design/hautcottage.png');
	background-repeat:no-repeat;
	width:502px;
	height:0px;
}
div.milieucottage{
	background-image:url('images-design/milieucottage.png');
	background-repeat:repeat-y;
	width:502px;
}
div.bascottage{
	background-image:url('images-design/bascottage.png');
	background-repeat:no-repeat;
	width:502px;
}
.grandevignette{
	margin-left:15px;
	max-height:185px;
}
p.titrecottage{
	color:orange;
	font-size:23px;
	font-weight:bold;
	margin:0;
	text-transform:uppercase;
}
.plan{

	margin-left:5px;
}
.vignette{

	margin-top:10px;
	margin-left:8px;
}
#cottage{
}
#global{
	margin-left:5px;

}
#descriptioncottage {
	postition: absolute;
	text-align:justify;
	width:320px;
}

#descriptioncottage ul {
	padding-left: 25px;
}

#cottage ul{
	color:white;
	list-style-position:inside;
	margin-left:15px;
	width:280px;
	float:left;
}
#cottage li{
	color:black;
	font-size: x-small;
	font-weight:bold;
	float:left;
	clear:both;
	width:100%;
	list-style-type:square;
}
#supplementcottage{
	postition: absolute;
	margin-top:15px;
	width:100%;
	font-size: small;
}

#supplementcottage ul {
	padding-left: 25px;
	font-family: verdana;
	font-size: small;
}

#supplementcottage li {
	font-family: verdana;
	font-size: small;
}

#dl{
	float: right;
	background-image:url('images-design/bt_telechargement.png');
	background-repeat:no-repeat;
	cursor:pointer;
	height:57px;
	margin-top:-80px;
	margin-right: 20px;
	padding-top:10px;
	text-align:center;
	width:129px;
	font-size: 12pt;
}

#dl a:link,a:visited,a:hover{
	color:#717274;
	text-decoration:none;
	font-weight:bold;
}

#corpsMiddle a:visited, #corpsMiddle a:hover{
	text-decoration:none;
	border-bottom:1px dashed;
}
#tarif{
	width:659px;
}

.TExtras{
	width:475px;
	color:white;
	margin-left:10px;
	text-align:left;
	border-top:1px solid #717274;
}
.TExtras td.pair{
	background-color:#F18C00;
	border-bottom:1px solid #717274;;
}
.TExtras td.impair{
	font-size:10px;
	font-weight:normal;
	height:25px;
	border-bottom:1px solid #717274;
}
.TExtras td{
	border-bottom:1px solid #717274;
}
