/* CSS Document */

#contenu_p {
	width: 100%;
}
/* ------------------*/
/* MENU 4 ACTIVITES */
/* ------------------*/

ul#activite {
	margin: 0 auto 40px auto;
	width: 75%;
	list-style-type: none;
	font-weight: bold;
	text-transform: uppercase;
	/*border: 2px solid red;*/
	height: 18px;
	/*background: #CCCCCC;*/
	background-image: url(../image/fond.jpg);
	line-height: 18px;
}
ul#activite li {
	float: left;
	/*margin: 0 0 0 60px;
	background: yellow;*/
}
ul#activite a {
	display: block;
	width: 115px;
	margin: 0 10px;
	color: #0C5C99;
	text-decoration: none;
	text-align: center;
}
ul#activite a:hover {
	/*background: #0C5C99;*/
	color: #DA421B;
}

/* ------------------*/
/* FORMATAGE TEXTE ET TITRE SPECIAL TARIF */
/* ------------------*/

#contenu_p h4 {
	display: inline;
	text-transform: uppercase;
	background: #0C5C99;
	color: #fff;
	text-align: center;
	margin: 0 0 15px 0;
	padding: 0 5px 0 5px;
	/*border: 1px solid red;*/
}
/*#contenu_p h4 span a{
	text-transform: none;
	font-style: italic;
	color: #999999;
	text-decoration: none;
	background: white;
	padding: 0 0 0 5px;
}
#contenu_p h4 span a:hover{
	color: #DA421B;
	text-decoration: underline;
}*/
#contenu_p h5 {
	width: 72%;
	margin: 23px 0 12px 3em;;
	background: none;
	color: #DA421B;
	text-align: left;
	font-size: 1em;
}
#contenu_p h5 span {
	font-style: italic;
	font-size: 0.8em;
}

#contenu_p {font-size: 0.9em}
#contenu_p p strong {color: #0C5C99}

#contenu_p p.precision {
	font-size: 0.8em;
	color: #666666;
}
.liste {
	margin: 0;
	padding: 0;
	list-style-image: url(../image/puce_liste.gif);
	list-style-position: inside;
	/*font-size: 0.9em;*/
}
.liste strong {color: #0C5C99}

.encadre {
	border: 2px solid #0C5C99;
	width: 80%;
	margin: 0 auto 15px auto;;
	padding: 10px;
	color: #0C5C99;
	/*background: #0C5C99;*/
	font-weight: bold;
}
.encadre li{
	list-style-type: square;
	margin-left: 3em;
}
/* ------------------*/
/* TABLEAUX */
/* ------------------*/

#ski_nordique, #ski_alpin, #biathlon, #raquettes {
	position: relative;
	height: 1%;
	border: 2px solid #0C5C99;
	margin: 0 30px 2em 30px;
	padding: 0 0 10px 0;
	background: white url(../image/photo/tarif_fond.jpg) center bottom no-repeat scroll;
}
.table {
	/*display: none;*/
	width: 77%;
	border: 1px solid #CCCCCC;
	text-align: left;
	border-spacing: 1px;
	background: #FFFFFF;
	margin: 0 0 0 10px;
	/*clear: both;*/
}
.table td {
	padding: 5px;
}
.table .ligne1 {
	background: #FFE779;
	font-size:0.9em;
}
.table .firstline {
	background: #BEBE01;
	/*font-size: 0.9em;*/
	height: 20px;
}
.table .firstline strong {
	color: white;
}
.table .ligne2 {
	background-color: #FFFFFF;
	font-size:0.9em;
}
.table strong {
	font-weight: bold;
	color: #0C5C99;
	font-size: normal;
	text-align: left;
}
/* ------------------*/
/* IMAGES */
/* ------------------*/
#contenu_p img.photo{
	float: right;
	margin: 10px 10px 0 0;
}
img.retour {
	position: absolute;
	top: 5px;
	right: 5px;
}
div#raph {
	position: absolute;
	top: 50%;
	right: 1em;
	text-align: center;
	padding: 0.5em;
	border: 1px solid #BEBE01;
	font-size: 0.9em;
	color: #666666;
	background: #FFE779;
}
/*a #reservation {
	position: absolute;
	top: 20px;
	right: 25px;
	border: 1px solid white;
}*/
#reservation {
	text-indent: 1em;
	font-size: 90%;
	padding-top: 0.5em;
}
#reservation img {
	margin-right: 0.5em;
}
a:hover #reservation {
	border: 1px solid #BEBE01;	
}
img {margin: 0; padding: 0}