/*****************************************/
/*SITE ESF  Valloire- */
/*****************************************/
/* couleurs utilisees
bleu moyen 		color:#2885b6;	
bleu soutenu	color:#2f5d88;
rouge			color:#e20019;
*/

/****************************/
/*************navigation gauche deuxième niveau***************/
/****************************/

#verticalnav 
{
	float:left;
	width:210px;
	height:400px;
	margin:0px;
	padding-top:20px;
	background:#2885B6;
}
#verticalnav UL
{
	margin:0px;
	padding:0px;
	font-weight:bold;
	width:210px;

}
#verticalnav LI
{
	display:block;
	width:210px;
	margin:0px;
	padding-top:5px;
	list-style-type:none;
	text-align:right;
}
#verticalnav A
{
	display:block;
	width:185px;
	padding-right:25px;
	color:white;
}
#verticalnav A:hover
{
	text-decoration:underline;
}
#verticalnav LI.current A,#verticalnav LI.current A:hover
{
	cursor:text;
	color:white;
	text-decoration:none;
}
#verticalnav A:hover,#verticalnav LI.current A,#verticalnav LI.current A:hover
{
	background:url(../img/flecheblanche.gif) no-repeat;
	background-position:195px 5px;
}
#verticalnav LI.current A,#verticalnav LI.current A:hover
{
	text-decoration:none;
}

/****************************/
/*************contenu de la page***************/
/****************************/
#pagecontent 
{
	float:left;
	width:668px;
	padding:10px;
	margin:0px;
	text-align:justify;
	position:relative;
	border:1px solid white;
}
html.MSIE #pagecontent 
{
	padding:8px;
}


#pagecontent H1
{
	text-align:left;
	margin-top:10px;
}
#contenu
{
	float:left;
	width:454px;
	border:1px solid white;
}
#photos
{
	float:left;
	width:200px;
	overflow:hidden;
	margin-left:10px;
	margin-top:50px;
	border:1px solid white;
	text-align:center;
}
/****************************/
/*************tables de tarifs***************/
/****************************/
#pagecontent TD,#pagecontent TH
{
	padding:2px 5px;
}


#pagecontent TH
{
	color:white;
	font-weight:bold;
	background:#2786b6;
}

.panier
{
	text-align:center;
}
.prix
{
	text-align:right;
}
.pair
{
	background:#ccdeea;
}
/****************************/
/*************recap panier***************/
/****************************/

#accespanier
{
	position:absolute;
	border:1px solid #2f5d88;
	padding:10px;
	margin-top:-40px;
	right:10px;
}
html.MSIE #accespanier 
{
	margin-top:-20px;
}

#accespanier A
{
	background:url(../img/flecherouge.gif) no-repeat left;
	padding-left:15px;
	font-weight:bold;
}
/****************************/
/*************plans de station***************/
/****************************/

#plan
{
	margin-top:10px;
	text-align:center;
	width:100%;
	font-weight:bold;
}
#plan A
{
	text-decoration:underline;
}
