﻿/*******************************************************************************

  Thèmes

*******************************************************************************/
a.main1 {
  background: url(/images/menu/link_decouvrir.png) no-repeat;
}
a.main2 {
  background: url(/images/menu/link_loisirs.png) no-repeat;
}
a.main3 {
  background: url(/images/menu/link_se_loger.png) no-repeat;
}
a.main4 {
  background: url(/images/menu/link_se_restaurer.png) no-repeat;
}
a.main5 {
  background: url(/images/menu/link_infos_pratiques.png) no-repeat;
}

ul.sub {
	background: white url(/images/menu/background.png) no-repeat;
}
ul.sub1 {
	background-position: 0 0;
}
ul.sub2 {
	background-position: 0 -105px;
}
ul.sub3 {
  background-position: 0 -210px;
}
ul.sub4 {
  background-position: 0 -315px;
}
ul.sub5 {
  background-position: 0 -420px;
}

ul.sub1 a {
  color: #4068c9 !important;
}
ul.sub1 a:hover {
  color: #224089 !important;
}

ul.sub2 a {
  color: #00a02E !important;
}
ul.sub2 a:hover {
  color: #056300 !important;
}

ul.sub3 a {
  color: #F7B234 !important;
}
ul.sub3 a:hover {
  color: #A66900 !important;
}

ul.sub4 a {
  color: #E67300 !important;
}
ul.sub4 a:hover {
  color: #A1450F !important;
}

ul.sub5 a {
  color: #BD0900 !important;
}
ul.sub5 a:hover {
  color: #9E0000 !important;
}



/* ================================================================ 
This copyright notice must be untouched at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk//images/menu/pro_dropline.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
div, li, ul, table, span, td, tr {
	margin: 0;
	padding: 0;
}

div.nav {
  margin: 0;
  padding: 0;
  height: 26px; 
  background: url(/images/background_menu.jpg);
}

.nav .table {
  display:table; 
  margin: 0 0 0 42px;
  _margin-left: 17px !important; /*ie 6 only */
}

.nav .select,
.nav .current {
  margin:0; 
  padding:0; 
  list-style:none; 
  display:table-cell; 
  white-space:nowrap;
}

.nav li {
  margin:0; 
  padding:0; 
  height:auto; 
  float:left;
}

a.main strong {
  position: absolute;
  left: -3000px;
}


.nav .select a , .nav .current a {
  margin-right:1px;
  display:block; 
  height:26px; 
  float:left; 
  padding:0;
  text-decoration:none; 
  line-height:26px; 
  white-space:nowrap; 
  color:white;
  width: 88px;
}

.nav .select a:hover, 
.nav .select li:hover a {
  padding:0;
  cursor:pointer; 
  width: 88px;
}

.nav .select a:hover strong, 
.nav .select li:hover a strong {
  display:block; 
  float:left; 
  padding:0;
  cursor:pointer;
  width: 88px;
}

.nav .select_sub {
  display: none;
}

/* IE6 only */
.nav table {
  border-collapse:collapse; 
  margin: -1px;
  width:0; 
  height:0;
}

.nav .sub {
/*  display:table; compatibilité avec Safari */
  padding:0; 
  list-style:none;
}

.nav .sub_active .current_sub a, 
.nav .sub_active a:hover {
  background:transparent; 
}




ul.sub {
  width: 452px;
  height: 65px;
  padding: 40px 0 0 65px !important;
  font-size: 0.8em;
}

ul.sub a {
	height: 21px !important;
	line-height: 21px !important;
}




.nav .select :hover .select_sub, 
.nav .current .show {
  display:block; 
  position:absolute; 
  width:518px; 
  top:26px; 
  height: 100px;
  padding: 0; 
  z-index:10; 
  left:0; 
  text-align:center !important;
/* adiferencier */
}

.nav .current .show {
  z-index:5;
}

.nav .select :hover .sub li a, 
.nav .current .show .sub li a {
  display:block; 
  float:left;
  font-weight: bold;
  background:transparent; 
  padding:0 5px;
  margin:0; 
  border:0; 
  width: auto;
}

.nav .current .sub li.sub_show a {
  cursor:default; 
}

.nav .select :hover .sub li a:hover, 
.nav .current .sub li a:hover {
  visibility:visible; 
}

li.sub_show a{
  color: black !important;
}

