@charset "utf-8";
/* CSS Document */
body{
	background-color: #FFF;
	height: 100%;
	width: 100%;
}
#global{
	background-color: #FFF;
	height: auto;
	width: 734px;
	padding: 0px;
	background-position: center center;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: justify;
}
.montagne{
	background-image: url(../../images/splash_mountains.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 733px;
	height: 55px;
}
.francais{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	float: left;
	height: auto;
	width: 410px;
	padding-top: 15px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	text-align: justify;
}
.anglais{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	float: left;
	width: 410px;
	padding-top: 15px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	height: auto;
	text-align: justify;
}
.skieur{
	float: right;
	height: 300px;
	width: 300px;
	padding-bottom: 20px;
	background-image: url(../../images/image_uniski_nb.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.logo{
	background-image: url(../../images/nouveau_logo_sans_site100x100.jpg);
	height: 100px;
	width: 100px;
	padding-left: 300px;
	background-repeat: no-repeat;
	padding-top: 60px;
	background-position: center center;
	float:left;
	padding-bottom: 0px;
}
	
.ligne{
	width: 734px;
	height: 2px;
	background-image: url(../../images/ligne_fond.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
a{
	color: #333;
	text-decoration: none;
}
a:hover{
	color: #3333cc;
}
.lignenews{
	display: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.lignenews a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3333cc;
	text-align: center;
}
object{
	margin-right: auto;
	margin-left: auto;	
	}