/* CSS Document */

/* ************ */
/* TABLEAUX*/
/* ************* */
#global {
	background-color: #7698BE;
}
#encadre {
	border: 1px solid red;
	padding: 5px;
	margin: 0 0 10px 10px;
	width: 70%;
	background-color:#FFE779;
}
#encadre p {
	font-size:11px;
	font-weight: bold;
}


.table {
	/*display: none;*/
	width: 97%;
	border: 1px solid #CCCCCC;
	text-align: left;
	border-spacing: 1px;
	background: #FFFFFF;
	margin: 0 0 4px 10px;
	/*clear: both;*/
}
.table td {
	padding: 5px;
}
.table .ligne1 {
	background-color: #FFE779;
	font-size:0.8em;
}
.table .ligne2 {
	background-color: #FFFFFF;
	font-size:0.8em;
}
.table strong {
	font-weight: bold;
	color: #0C5C99;
	font-size: normal;
	text-align: left;
	padding-left: 25px;
}
.table strong.vert {background: url(image/piste_vert.gif) left center no-repeat;}
.table strong.bleu {background: url(image/piste_bleu.gif) left center no-repeat;}
.table strong.rouge {background: url(image/piste_rouge.gif) left center no-repeat;}
.table strong.noir {background: url(image/piste_noir.gif) left center no-repeat;}


/* ************************** */
/* COLONNE DROITE ENNEIGEMENT */
/* **************************** */
#neige p {
	/*margin: 0 5px;
	font-size: 0.8em;*/
	color: #DA421B;
	line-height: 1.5em;
}
#neige p strong {
	font-weight: bold;
	color: black;
}
#neige p span {
	color: black;
	letter-spacing: -0.05em;
}
/* ********** */
/* FORMATAGE */
/* *********** */
#contenu_p {
	position: relative;
}
#plan {
	position: absolute;
	text-align: center;
	right: 0;
	top: 0;
}
#plan a {
	text-decoration: none;
}
#plan span, #ski span {
	color:#46847B;
	font-size: 0.7em;
	font-weight: bold;
	padding: 0 0.5em 0.8em 0.5em;
	position: relative;
	top: -0.7em;
}
#plan a img {
	border: 0;
	position:relative;
}
#contenu_p h4 {
	margin: 20px 0 8px 50px;
}
#photodeco{
	display: block;
	position: absolute;
	bottom: 70px;
	right: -150px;
}
p.precision {
	text-align: right;
	font-size: 0.8em;
	color: #666666;
}
p.precision a{
	color: #666666;
	text-decoration: none;
}
p.precision a:hover {
	/*text-decoration: underline;
	color: #DA421B;*/
	color: white;
	background: #999999;
}