/*****************************************/
/*SITE ESF MEGEVE §  
/*****************************************/
/* couleurs utilisees
rouge fonce		color:#3e0000;
rouge moyen 	color:#7c0000;	
*/
/*****************************************/
/*layout suite SITE ESF MEGEVE - */
/*****************************************/

/****************************/
/*************navigation gauche deuxième niveau***************/
/****************************/
#fdverticalnav,#verticalnav 
{
	position:absolute;
	z-index:20;
	margin-top:10px;
	margin-left:0px;
	width:230px;
	height:420px;
}

#fdverticalnav 
{
	background-color:#3e0000;
	border:1px;
	border-style:none;
	opacity:0.9;
	z-index:20;
}
html.MSIE #fdverticalnav 
{
	filter:Alpha(opacity=90);
}

#verticalnav 
{
	border-style:none;
}
#verticalnav UL
{
	margin:0px;
	padding:0px;
	margin-top:20px;
	width:230px;
	font-weight:bold;
}
#verticalnav LI
{
	display:block;
	text-align:right;
	margin:0px;
	margin-right:5px;
	height:1.4em;
	padding:0;
	list-style-type:none;
}
#verticalnav LI A
{
	text-align:right;
	color:white;
	padding-right:10px;
	
}
#verticalnav LI A:hover
{
	color:#ddd;
	text-decoration:none;
	background:url(../img/puce-nav2.gif) no-repeat right;
}
#verticalnav LI.current A,#verticalnav LI.current A:hover
{
	cursor:text;
	color:#ddd;
	text-decoration:none;
	background:url(../img/puce-nav2.gif) no-repeat right;
}

/****************************/
/*************contenu de la page***************/
/****************************/
#contenu
{
	float:normal;
	position:absolute;
	width:690px;
	margin-top:10px;
	margin-left:230px;
	background:url(../img/fd-contenu.gif) repeat-y;
	opacity:0.9;
	color:#3e0000;
	z-index:100;
}
html.MSIE #contenu 
{
	filter:Alpha(opacity=90);
}
#texte-outside
{
	width:465px;
}
#textelarge-outside
{
	width:690px;
	background:white;
}
#texte-inside
{
	padding:10px 10px 10px 19px;
}

#photos
{
	position:absolute;
	width:201px;
	/*height:100px;*/
	margin-top:20px;
	margin-left:710px;
	overflow:hidden;
	z-index:1000;
	color:white;
	/*text-align:center;*/
	font-size:0.9em;
}
#photos A
{
	color:white;
	text-decoration:underline;
}
/****************************/
/*************recap panier***************/
/****************************/

#accespanier
{
	border:1px solid white;
	padding:10px;
	right:0;
}
#accespanier A
{
	background:url(../img/puce-blanche.gif) no-repeat left;
	padding-left:10px;
	font-weight:bold;
}

