/* html div {
	height: auto;
}*/

html, body {
	height: auto;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
}

#navpath {
	position: absolute;
    top: 160px;
    left: 10px;
    width: 600px;
	height: 30px;
	text-align: left;
	vertical-align: top;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 3;
	font-size: 10px;
	color: blue;
}

/*********************JUL B*********************/
#global{
	position: relative;
	width: 760px;
	/*min-height: 500px;*/
	/*border:1px solid orange;*/
	/*margin-left:10%;*/
	/*vertical-align: middle;*/
	margin: 0 auto;
	text-align: left;
}


/********header******/
#my_header
{
	top:0px;
	position: absolute;
	width: 100%;
	height: 152px;
	margin:0px;
}
#banniere
{
	position: relative;
	margin-top:0px;
	margin-left:0px;
	width:762px;
	height:126px;
	/*background-image: url('header-common.jpg');*/
}
#top_menu
{
	margin-left: 0px;
	width:762px;
	height:25px;
	background-color: red;
	color:white;
}
#center
{
	position: absolute;
	top: 180px;
	width: 762px;
	height: 100%;
	border:1px solide black;
	margin-bottom: 30px;
}
#brochure
{
	position: absolute;
	top: 0px;
	width: 190px;
	height: 115px;
	background-image: url('home_brochureh07.gif');
	border: 1px solid blue;
}
#destination
{
	/*background-image: url('bande_orange.jpg');
	background-repeat: repeat-x;*/
	position: absolute;
	/* top:130px;*/
	top:0px;
	margin-top:0%;
	width: 190px;
	border: 1px solid #ff9900;
	text-align: left;
}
#contenu
{
	background-image: url('bande_rouge.jpg');
	background-repeat: repeat-x;
	margin-left: 200px;
	width: 560px;
	border: 1px solid red;
	padding-left: 0px;
}
#contenu h1.top
{
	font-size: 17px;
	margin-left: 8px;
}



/******************TEST MENU*******************/
#top_menu ul 
{ 
	width: 760px; 
	margin: 0px; 
	padding: 0px; 
	list-style-type: none; 
	clear: both;
}
#top_menu li { 
	float: left; 
	margin: 0px;
	padding: 5px 8px; 
	color: #FFFFFF; 
	font-size: 13px;
}
#top_menu a { 
	border: 0px; 
	margin: 0px; 
	text-decoration: none; 
	color: #FFFFFF; 
	font-size: 13px; 
	font-weight: bold;
}

/*********** SPANS **************/
.prix{
	font-weight: bold;
	color: blue;
	font-size: 12px;
}
#libelle{
	color: red;
	font-weight: bold;
	font-size: 13px;
	margin: 0px;
	margin-bottom: 0px
}
.offre{
	color: red;
	font-size: 12px;
}
.prod_box{
	font-size: 10px;
	color: black;
	margin-bottom: 10px;
	margin-left: 5px;
}
.prod_box a{
	text-decoration: none;
	color: inherit;
}
#other {
	font-size: 10px;
	background-image: url('bande_rouge.jpg');
	background-repeat: repeat-x;
	margin-bottom: 15px;
	margin-left: 0px;
}

#other h6{
	font-size: 17px;
	margin-left: 8px;
	color: white;
	font-weight: bold;
	margin-bottom: 12px;
	margin-top: 0px;
}
#other h3{
	font-size: 17px;
	margin-left: 8px;
	color: white;
	font-weight: bold;
	margin-bottom: 12px;
	margin-top: 0px;
}
#other ul{
	list-style-type: none;
	padding: 10px 15px 3px 15px;
	margin: 0px ;
	line-height: 11px;
}

#h1_contenu{
	margin-top: 0px; 
	color: white; 
	padding-top: 0px;
}
#contenu a.lien_box{
	border: none;
	text-decoration: none;
	color: white;
}
#boutton{
	border: none;
	color: white;
}
#boutton img{
	border: none;
	color: white;
}

/* Menu Destination */
#destination h4 { background-color: #FF9900; padding-top: 5px; padding-left: 18px; padding-bottom: 3px; font-size: 15px; color: #FFFFFF; margin: 0px 0px 10px 0px; font-weight: bold;}
#destination h5 { padding: 0px; font-size: 10px; margin: 0px 0px 0px 0px; font-weight: normal;}
#menu { margin: 0px; padding: 5; border-style: solid; border-width: 1px; border-color: #FF9900;}
#destination ul { margin: 0 0 10px 15px; padding: 0px 15px 0px 15px; list-style-type: none; line-height:11px;}
#destination li a { text-decoration: none; font-size: 11px; color:#000000;}
#destination li a:hover { text-decoration: underline; font-size: 11px; color:#000000;}
#destination li a:visited { text-decoration: none; font-size: 11px; color:#000000;}
#destination a#parent { text-decoration: none; font-size: 12px; color: #FF9900; font-weight: bold; margin: 0px 0px 0px 10px;}
#destination a#parent:hover { text-decoration: none; font-size: 12px; color: #0280D5; font-weight: bold;}

/* Footer */
div#footer { position:fixed; width: 760px; height: 20px; background-color: #0280D5; bottom: 0px;}
#footer a { font-weight: bold; color: #FFFFFF; text-decoration: none;}
#footer p { font-weight: bold; color: #FFFFFF; text-align: center; vertical-align: middle; margin: 3 0 0 0;}

