		/* ================================================================ 
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/menus/simple_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.
=================================================================== */
/* for this demo only */
#nav {margin: 0; /* par K.*/clear: both;}

/* par K.*/#nav ul { float: left; font-style: normal;}
/* par K.*/#nav h2 { margin: 0; text-align: center;}

/* the styling */
#nav {width:500px; height:50px; background:none; color: #fff; position:relative;}

#nav .select {margin:0; padding:0; list-style:none;}

#nav li {display:inline; margin:0; padding:0; height:auto;}

#nav .select a {display:block; height:25px; float:left; background:none; padding:0; text-decoration:underline; font-size:14px; line-height:23px; white-space:nowrap; color:#fff;}
* html #nav .select a {width:1px; height:25px;}

/* par K.*/#nav .select .sub a { text-decoration: none;}

#nav .select a:hover, 
#nav .select li:hover a {background:#ac9f83; cursor:pointer; color:#fff; /* par K.*/ float: left;}

#nav .sub {display:none;}

/* for IE5.5 and IE6 only */
#nav table {position:absolute; border-collapse:collapse; left:0; top:0;}

#nav .sub li a:hover, 
#nav .select a:hover .sub li a:hover, 
#nav .select li:hover .sub li a:hover {background: none; color:#fff; text-decoration: underline;}

#nav .select li a:hover .sub, 
#nav .select li:hover .sub {display:block; position:absolute; width:500px; top:25px; left:0; background:#ac9f83; margin-top:0; padding:0; z-index:100; color:#fff; font-size:12px;}

#nav .select a:hover .sub li a, 
#nav .select li:hover .sub li a {display:block; background:#ac9f83; height: 25px; line-height: 26px; margin:0; padding: 0 5px; white-space:nowrap; border:0; color:#fff; font-size:12px;}

#nav #rub1 h2 a, #nav #rub3 h2 a { width: 167px;}
#nav #rub2 h2 a { width: 166px;}

#rub1 { background: #a1a1bc;}
#rub2 { background: #7f1e45;}
#rub3 { background: #809282;}

#nav #rub1 a:hover, 
#nav #rub1 li:hover a {background:#a1a1bc; }

#nav #rub1 li a:hover .sub, 
#nav #rub1 li:hover .sub { background:#a1a1bc;}

#nav #rub1 a:hover .sub li a, 
#nav #rub1 li:hover .sub li a {background:#a1a1bc;}

#nav #rub2 a:hover, 
#nav #rub2 li:hover a {background:#7f1e45; }

#nav #rub2 li a:hover .sub, 
#nav #rub2 li:hover .sub { background:#7f1e45;}

#nav #rub2 a:hover .sub li a, 
#nav #rub2 li:hover .sub li a {background:#7f1e45;}

#nav #rub3 a:hover, 
#nav #rub3 li:hover a {background:#809282; }

/* ================================================================ 
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/menus/dd_valid_2.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.
=================================================================== */

/* par K.*/ .menu h2, .menu h2 a { font-size: 14px; margin: 0; text-align: center; text-decoration: underline;}/* text-decoration pas actif sur IE6 */


.menu {
	font-size:12px;
	font-style: normal;
	height:30px;
	margin:0;
	position:relative;
	width:500px;
	z-index:100;
}

.menu ul {padding:0; margin:0; list-style-type: none;}

.menu ul li {float:left;}

.menu ul li a, .menu ul li a:visited {
	background:#c9c9a7;
	color:#fff;
	display:block;
	height:25px;
	line-height:25px;
	padding:0;
	text-decoration:none;
	width:166px;
}

.menu table {border-collapse:collapse; margin:0; padding:0; font-size:1em;}

.menu ul li ul {visibility:hidden; position:absolute; top:25px; left:0; }

.menu ul li:hover a,
.menu ul li a:hover {color:#fff; background: transparent;/* IE 6 a besoin de la propriete background*/}

.menu ul li:hover ul,
.menu ul li a:hover ul {visibility:visible; width:500px;background:#b3ab79; color:#fff;}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
	color:#fff;
	display:block;
	/* par K.*/padding: 0 5px;
	/* par K.*/width: 1%;
	/* par K.*/white-space: nowrap;}

.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {color:#fff; text-decoration: underline;}

.menu ul li.rub1 h2,
.menu ul li.rub1 a, .menu ul li.rub1 a:visited,
.menu ul li.rub1:hover ul,
.menu ul li.rub1 a:hover ul {background:#A1A1BC;}

.menu ul li.rub2 h2,
.menu ul li.rub2 a, .menu ul li.rub2 a:visited,
.menu ul li.rub2:hover ul,
.menu ul li.rub2 a:hover ul {background:#7F1E45;}

.menu ul li.rub3 h2,
.menu ul li.rub3 a, .menu ul li.rub3 a:visited,
.menu ul li.rub3:hover ul,
.menu ul li.rub3 a:hover ul {background:#809282;}

.menu ul li.rub1 a, .menu ul li.rub1 a:visited,
.menu ul li.rub2 a, .menu ul li.rub2 a:visited {
	width: 167px;
}

/* par K. */
.tmenu {
	height: 25px;
	width: 500px;
}

.tmenu h2 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	margin: 0;
	text-align: center;
}
.tmenu h2 a { display: block; height: 25px; line-height: 25px;}

.tmenu ul {
	height: 25px;
	line-height: 25px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 500px;
}

.tmenu li { float: left;}

.tmenu a:hover { color: #fff;}

h2#menu-linge {
	background: #a1a1bc;
	width: 167px;
}

h2#menu-sejour {
	background: #7F1E45;
	width: 166px;
}

h2#menu-evenement {
	background: #809282;
	width: 167px;
}

ul.ssmenu { font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 11px; font-style: normal; position: relative; z-index: 100;}
ul.ssmenu li { padding: 0 5px;}
ul.ssmenu a { text-decoration: none;}
ul.ssmenu a:hover { text-decoration: underline;}
ul#ssmenu-linge { background: #A1A1BC; display: none;}
ul#ssmenu-sejour { background: #7F1E45; display: none;}








