/*****************************************/
/*SITE ESF Val Thorens - STYLES TEXTE ET LIENS*/
/*****************************************/
/* couleurs utilisees
gris 				color:#ccc;	
vert enfants		color:#339933;
bleu ski			color:#3362ab;
orange snowboard	color:#ff9900;
marron raquettes	color:#775120; 
rouge texte panier	color:#c00;
*/
BODY 
{ 
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

A
{
	color:#c00;/*rouge*/
	text-decoration:none;
}
A:hover
{
	color:#c00;/*rouge*/
	text-decoration:underline;
}
A.current
{
	color:black; 
}

SELECT
{
	font-size:10px;
}

.more
{	
	display:block;
	cursor:pointer;
	font-weight:bold;
	background:url(../img/puce.gif) no-repeat left; 
	padding-left:9px;
}
.more.over
{
	text-decoration:underline;
}

.fermer A
{
	display:block;
	font-weight:bold;
	padding-right:20px;
	line-height:18px;
}

.sstitre
{
	font-weight:bold;
}

.date
{
	font-weight:bold;
	color:#cdb49e;
}

.letexte
{
	margin:5px 0px;
}


.bloc1
{
	margin:7px 0px;
	padding:0px 5px;
}
.bloc3
{
	width:500px;
	margin:7px 0px;
	padding:0px 5px;
}
.bloc3 TABLE
{
	width:500px;

}
.bloc3 TEXTAREA
{
	width:350px;
	height:150px;

}


/*****************************************/
/*table de tarifs - */
/*****************************************/
TABLE.t1
{
	background-color:#e5e5e5; /*bleu grise*/
	color:#660000; /*rouge*/
	margin:0px;
	border-collapse:collapse;
	margin-top:20px;
	width:450px;
	font-size: 11px;
}
.t1 TH
{
	font-weight:normal;
	border:1px solid white;
	padding:3px;
}
.t1 TD
{
	padding-left:8px;
	font-weight:bold;
	border:1px solid white;
	padding:3px;
}
.t1 TD.prix
{
	text-align:right;
	padding-right:10px;
}

.t1 TD A
{
	display:block;
	background:url(../img/puce3.gif) no-repeat left;
	padding-left:8px;
	color:#0066AD;
}
.t1 TD A:hover
{
	color:#0066AD;
}
A.reserver
{
	font-weight:bold;
	background:url(../img/puce2.gif) no-repeat left;
	padding-left:8px;
	color:#0066AD;
}
A.reserver:hover
{
	color:#0066AD;
}

/*****************************************/
/******************NEWS*******************/
/*****************************************/

.news UL 
{
	margin:0px;
	padding:0px;
}
.news LI 
{
	
	font-size:11px;
	line-height:18px;
	text-align:left;
	list-style-type:none;
	font-weight:bold;
	padding:2px;
	padding-left: 15px;
}

.news .title
{
	padding: 2px;
	padding-left: 15px;
	margin-bottom: 5px;
	background: url(../img/bnews.gif) no-repeat 0px 3px;
}

.news .title-over
{
	background: url(../img/bnews_on.gif) no-repeat 0px 3px;
}

.news TABLE
{
	padding:10px;
	background-color:#eee;
	border:1px solid black;
	margin: 0px;
	padding: 0px;
	width:360px;
}
