/*****************************************/
/*SITE ESF  Les Houches §  
/*****************************************/
/* couleurs utilisees
marine 			color:#292f3e;	
gris 			color:#686a7e;	
turquoise 		color:#53b8f7;	
bleu	 		color:#0078ad;	
*/

BODY 
{ 
	background:white;
	font-family:arial,helvetica,sans-serif; 
	font-size:11px;
	margin:0;
	padding:0;
}
A
{
	color:#53b8f7; /*turquoise*/
	text-decoration:none;
}
A:hover
{
	color:#0078ad; /*bleu*/
	text-decoration:underline;
}
P.p1
{
	margin:5px 0px;
	text-align:justify;
}
DIV.p1
{
	margin:5px 0px;
}
.petit
{
	font-size:90%;
}
STRONG
{
	font-weight:bold;
}
EM
{
	font-style:italic;
}

H1
{
	font-size:1.5em;
	font-weight:bold;
	margin:0;
	padding:10px 0 4px 0;
}
H2
{
	margin:0;
	background:url(../img/puce.gif) no-repeat left;
	padding:2px 0 2px 15px;
	font-size:1.3em;
	font-weight:bold;
}
H3
{
	margin:0;
	padding:3px 0px;
	font-size:1.1em;
	font-weight:bold;
}
H4
{
	margin:0;
	padding:3px 0px;
	font-size:1em;
	font-weight:bold;
}
H5
{
	margin:0;
	padding:5px 0px;
	font-size:1em;
	text-align:left;
}
FORM
{
	margin: 0px;
	padding: 0px;
}

SELECT
{
	font-size:10px;
}

.clearboth
{
	clear:both;
	line-height:0px;
	font-size:0px;
	padding:0px;
	margin:0px;
}
.calage
{
	float:left;
	width:1px;
}
.floatleft
{
	float:left;
}
.floatright
{
	float:right;
	text-align:right;
}
.centre
{
	text-align:center;
}

.sstitre
{
	font-weight:bold;
}

.date
{
	font-weight:bold;
}

.letexte
{
	margin:5px 0px;
}


.bloc1
{
	margin:7px 0px;
	padding:0px 5px;
	/*border:1px solid #2062AC;	*/
}
.bloc3
{
	width:500px;
	margin:7px 0px;
	padding:0px 5px;
}
.bloc3 TABLE
{
	width:500px;

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

}


/*****************************************/
/*table de tarifs - */
/*****************************************/
#letexte TABLE
{
	margin:5px 0;
	border-collapse:collapse;
	margin-top:20px;
	font-size: 11px;
	width:95%;
}

#letexte TH
{
	background-color:#686a7e;
	border:1px solid white;
	padding:2px 3px;
	text-align:center;
}
#letexte TD
{
	padding-left:8px;
	border:1px solid white;
	padding:3px;
}
#letexte TD.prix
{
	text-align:right;
	padding-right:5px;
}
#letexte TD.panier
{
	text-align:center;
}

A.reserver
{
	font-weight:bold;
}
A.reserver:hover
{

}
#letexte .trombinoscope TABLE
{
	border:0;
}
#letexte .trombinoscope TD
{
	border:0;
}

/*****************************************/
/* style commun aux listes horizontales */
/*****************************************/

UL.listhor
{
	margin:0;
	padding:0;
}
.listhor LI
{
	float:left;
	margin:0;
	padding:0;
	line-height:1em;
	list-style-type:none;
}
.listhor LI A
{
	display:block;
	float:left;
	color:#aaa;
}
.listhor LI A:hover
{
	color:white;
	text-decoration:none;
}
.listhor LI#current A
{
	color:white;
	cursor:text;
}
.listhor LI A IMG
{
	border:0;
	padding:0;
}
