﻿/* CSS Document */


/*-------- Initialisation des balises -----------------*/
h1, h2, h3, h4, h5, h6, dl, dt, dd, form, ul, li, p
	{
	margin: 0px ;
	padding: 0px ;
	}
	
body{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/fond_interieur.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

h2 {
	color: #81BC3C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}

h5 {
	color: #043882;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
.important {
	font-size: 11px;
	color: #990000;
	font-weight: bold;
}
.legende {
	color: #060606;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/*--------------------------- Position du site et délimitation  -----------------------------*/
#Page{
	width: auto;
}

#Conteneur{
	width: 790px;
	height: auto;
	text-align: left;
	position: relative;
	/*border: 1px solid #660000;*/
	left: 130px;
}

#Contenu{
	height: auto;
}

#Entete{
	width: 780px;
	height: auto;
	/*border: 1px solid #cc0000;*/
}
#BlocMenu {
	width: 464px;
	height: 28px;
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
	top: 2px;
	left: 0px;
	z-index: 100;
}
#BlocMenu ul{
	padding: 0px;
	margin: 0px;
}
#BlocMenu ul li{
	padding: 0px;
	margin: 0px;
}
#BlocMenu ul li a{
	padding: 0px;
	margin: 0px;
}

#BlocMenu ul li ul li a{
	padding: 2px;
	margin: 0px;
}

/*--------------------------- Photos -----------------------------*/
.PhotoDroite {
	margin-left: 12px;
	float: right;
	border: 1px solid #666666;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
}

.PhotoGauche {
	margin-right: 12px;
	float: left;
	border: 1px solid #666666;
	margin-top: 2px;
	margin-left: 0px;
	margin-bottom: 2px;
}
#PhotoHaut {
	position: absolute;
	float: left;
	left: 384px;
	z-index: 50;
	display: inline;
}
#PhotoDroite2 {
	position: absolute;
	top: 170px;
	left: 569px;
	float: left;
}

/*--------------------------- Contenant -----------------------------*/
#FondPage {
	width: 740px;
	background-image: url(../images/fond_page.gif);
	background-repeat: repeat-y;
	left: -12px;
	position: relative;
	min-height: 440px;
	_height: 440px;
	float: left;
	
}
#FondContenant {
	width: 740px;
	background-image: url(../images/fond_contenant.gif);
	background-repeat: no-repeat;
	left: 12px;
	top: -5px;
	position: relative;
	float: left;
	height: auto;
}

#Contenant {
	width: 730px;
	height: auto;
	padding: 0px;
	margin: 0px;
	/*border: 1px solid #FF0000;*/
}
#Contenant a, #Contenant a:link, #Contenant a:active, #Contenant a:visited{
	color: #0068C6;
	text-decoration: underline;
}

#Contenant a:hover{
	color: #00A0E1;
	text-decoration: underline;
}
#Contenant p {
	margin-top: 7px;
	margin-bottom: 10px;
}

#Contenant h3 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
}

#Contenant h4 {
	color: #880000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

/*--------------------------- Colonnes -----------------------------*/
#ColGauche {
	float: left;
	position: relative;
	width: 289px;
	height: auto;
	display: inline;
	padding-left: 37px;
	padding-top: 34px;
	text-align: justify;

}
#ColGauche h2 {
	color: #000000;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: -10px;
}
#ColGauche p {
	line-height: 15px;
}

#ColDroite {
	float: right;
	position: relative;
	width: 300px;
	height: auto;
	display: inline;
	text-align: justify;
	padding-top: 140px;
	padding-right: 50px;
}
#ColDroite h2 {
	color: #000000;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: -10px;
}
#ColDroite h4 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	background-color: #00A0E1;
	text-align:center;
	display:block;
}
#ColDroite p {
	line-height: 15px;
}
#ColMilieu {
	float: left;
	position: relative;
	width: 220px;
	height: auto;
	display: inline;
	text-align: justify;
	top: 130px;
	padding-left: 20px;
	border-left: 1px solid #0069C5;
}
#ColMilieu h2 {
	color: #000000;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: -10px;
}
#ColMilieu p {
	line-height: 15px;
}
#ColLarge {
	float: left;
	position: relative;
	width: 520px;
	height: auto;
	display: inline;
	padding-left: 37px;
	text-align: justify;
}
#ColLarge h2 {
	color: #000000;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: -10px;
}
#ColLarge p {
	line-height: 15px;
}
#BlocTarifs {
	width: 319px;
	height: 186px;
	padding: 0px 0px 10px 30px;
	background-image: url(../images/bloc_tarifs.gif);
	background-repeat: no-repeat;
	position: relative;
	float:left;
	left: -35px;
}
#Snowboarder {
left:-10px;
position:absolute;
top:195px;
z-index:100;
}

/*--------------------- Pied de page -----------------*/			
#Pied {
	width: 747px;
	height: 50px;
	float: left;
	position: relative;
	color: #FFFFFF;
	background-image: url(../images/fond_pied2.gif);
	background-repeat: no-repeat;
	top: -6px;
		left: 118px;
}
#PiedGauche {
	width: 530px;
	height: 35px;
	float: left;
	position: relative;
	padding-top: 8px;
	padding-left: 12px;
}
#PiedGauche a, #PiedGauche a:link, #PiedGauche a:active, #PiedGauche a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#PiedGauche a:hover {
	color: #FFE400;
	text-decoration: none;
}
#PiedDroite {
	width: 201px;
	height: 22px;
	line-height: 9px;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	position: relative;
	display: inline;
	padding-top: 7px;
}
#PiedDroite a, #PiedDroite a:link, #PiedDroite a:active, #PiedDroite a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#PiedDroite a:hover {
	color: #FFE400;
	text-decoration: none;
}
		
/*--------------------- Signature Alliance-Réseaux -----------------*/					
#Signature{
	width: 735px;
	height: 18px;
	line-height: 10px;
	float: left;
	text-align: right;
	position: relative;
	color: #060606;
}

#Signature a, #Signature a:link, #Signature a:active, #Signature a:visited{
	color: #060606;
	text-decoration: none;
}

#Signature a:hover{
	color: #00A0E1;
	text-decoration: none;
}


/*--------------------- Formulaire -----------------*/					
.combo {
	height: 14px; 
	BORDER-RIGHT: #404040 1px solid;
	BORDER-TOP: #404040 1px solid;
	BORDER-LEFT: #404040 1px solid;
	BORDER-BOTTOM: #404040 1px solid;
	 font-family: verdana;
	 font-size:11px;
	 font-style: normal;
	 color :#000000;
	 background-color: #FFFFFF;
 }
 .combo2 {
	height: auto; 
	BORDER-RIGHT: #404040 1px solid;
	BORDER-TOP: #404040 1px solid;
	BORDER-LEFT: #404040 1px solid;
	BORDER-BOTTOM: #404040 1px solid;
	 font-family: verdana;
	 font-size:11px;
	 font-style: normal;
	 color :#000000;
	 background-color: #FFFFFF;
 }
 /*--------------------------- Tableaux tarifs -----------------------------*/
.TableEntete {
	background-color: #043882;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.TableTitre {
	background-color: #A5DCF4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.TableTitre2 {
	background-color: #A5DCF4;
	font-family: Arial;
	font-size: 9px;
	color: #000000;
}
.TableLigne1 {
	background-color: #BCE4F6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.TableLigne2 {
	background-color: #83D0F0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.TableSeparateur {
	background-color: #000000;
}
/*--------------------- Historique -----------------*/			

#ColGauche dl, #ColMilieu dl{
	padding: 0px;
	margin: 0px;
}
#ColGauche dl dt, #ColMilieu dl dt{
	list-style-type: none;
	width: 45px;
	height: auto;
	padding: 0px;
	margin: 0px;
	display: inline;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #043882;
}
#ColGauche dl dd, #ColMilieu dl dd{
	list-style-type: none;
	width: 200px;
	height: auto;
	padding: 0px;
	margin: 0px;
	display: inline;
	float: left;
	text-align: left;
	line-height: 13px;
	margin-bottom: 15px;
}
/*--------------------- Liens -----------------*/			

#ColLarge dl{
	padding: 0px;
	margin: 0px;
}
#ColLarge dl dt{
	list-style-type: none;
	width: 120px;
	min-height: 120px;
	_height: 120px;
	padding: 0px;
	margin: 0px;
	display: inline;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #043882;
	text-align: center;
}
#ColLarge dl dd{
	list-style-type: none;
	width: 220px;
	min-height: 120px;
	_height: 120px;
	padding-right: 10px;
	margin: 0px;
	display: inline;
	float: left;
	text-align: left;
	line-height: 13px;
	margin-bottom: 5px;
}
/*--------------------- Accès -----------------*/			
#Acces{
	position: absolute;
	top: 137px;
	left: 274px;
	float: left;
}

#BlocAttention{
	position: absolute;
	top: 205px;
	left: 5px;
	float:left;
}
