/*****************************************/
/*SITE ESF Valmorel */  
/*****************************************/
/* couleurs utilisees
rouge			color:#c00;
gris foncé 		color:#1b171b;
rouge foncé     color:#970000;
bleu moyen      color:#1b56A0;
*/
/****************************/
/*************navigation gauche deuxième niveau***************/
/****************************/

#verticalnav 
{
	float:left;
	width:210px;
	height:400px;
	margin:0px;
	padding:0;
	background:#970000 url(../img/notre-ecole/bg.jpg) no-repeat top left;
}
#fdnav2,#nav2
{
	position:absolute;
	width:210px;
	height:220px;
}

#verticalnav UL
{
	margin:0px;
	padding:0px;
	margin-top:10px;
	font-weight:bold;
	width:210px;

}
#verticalnav LI
{
	display:block;
	width:200px;
	height:18px;
	margin:0px;
	padding:0;
	list-style-type:none;
	text-align:right;
	/*border:1px solid red;*/
}
#verticalnav LI.titre
{
	color:white;
	font-size:1.4em;
	font-style:italic;
	margin-top:10px;
	margin-bottom:3px;
	width:190px;
	margin-right:10px;
}
#verticalnav A
{
	display:block;
	color:#ff0021;
	padding-right:10px;
	
}
#verticalnav A:hover
{
	color:white;
	text-decoration:underline;
	background:url(../img/puce.gif) no-repeat right;
}
#verticalnav LI.current A,#verticalnav LI.current A:hover
{
	cursor:text;
	color:white;
	text-decoration:none;
	background:url(../img/puce.gif) no-repeat right;
}
#verticalnav A:hover,#verticalnav LI.current A,#verticalnav LI.current A:hover
{
}

/****************************/
/*************contenu de la page***************/
/****************************/
#entete #station
{
	display:block;
	float:left;
	margin:1.4em 0 0 1em;
	color:#1b56A0;
	font-weight:bold;
	text-transform:uppercase;
	font-size:0.9em;
}
#contenu
{
	float:left;
	width:672px;
	padding:8px ;
	text-align:justify;
	border:1px solid white;
}
#letexte
{
	float:left;
	width:460px;
	text-align:justify;
}
#lesimages
{
	float:left;
	width:200px;
	border:1px solid white;
}

HTML.NotMSIE #lesimages
{
	margin-left:10px;
}

#photos
{
	padding-top:20px;
	width:198px;
	overflow:hidden;
	border:1px solid white;
	text-align:center;
}
#photos IMG
{
	/*border:1px solid blue;*/
}
#letextelarge
{
	float:left;
	width:660px;
	text-align:justify;
}

/****************************/
/*************tables de tarifs***************/
/****************************/
/*
rouge table tarifs color:#A70000;
rose rang pair tarifs color:#edcccc;
*/
#pagecontent TD,#pagecontent TH
{
	padding:2px 5px;
}

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

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

#accespanier
{
	position:absolute;
	border:1px solid #2f5d88;
	padding:10px;
	margin-top:-40px;
	right:0;
}
#accespanier A
{
	background:url(../img/flecherouge.gif) no-repeat left;
	padding-left:15px;
	font-weight:bold;
}

/***********************************/
/**************news*********************/
/***********************************/


#listenews
{
	border:1px solid white;	
	border-top:1px solid #2885b6;	
	border-bottom:1px solid #2885b6;	
}
.actu
{
	margin-top:10px;
	border-top:1px solid #2885b6;	
	border-bottom:1px solid #2885b6;	
	
}

/****************************/
/*************plans de station***************/
/****************************/

#plan
{
	margin-top:10px;
	text-align:center;
	width:650px;
	font-weight:bold;

}
#plan A
{
	text-decoration:underline;
}
