/* CSS Document */

/*23 septembre 2009 - gael */

body
{
margin-left: 0px;
margin-top: 15px;
background-image: url(img/TIGNES.jpg);
background-color:#525252;
font-family: arial, helvetica;
font-size:12px;
}

a.logo:link { color: #ffffff; }
a.logo:visited { color: #ffffff; } 
a.logo:hover { color: #ffffff; }
a.logo:active { color: #ffffff; }

a.table:link { color: #000000; }
a.table:visited { color: #000000; } 
a.table:hover { color: #1F1CD9; }
a.table:active { color: #000000; }

#header
{
	position: relative;
	left: 15px;
}

#header2
{
	position: relative;
	top: -15px;
	left: 15px;
}

#links
{
	position : absolute;
	top : 72px;
	left: 15px
}

a.links:link { color: #000000; }
a.links:visited { color: #000000; } 
a.links:hover { color: #000000; text-decoration: none; }
a.links:active { color: #000000; }

#menu
{
	position: absolute;
	margin-top: 165px;
	left: 15px;
	font-size: 14px;
}

.active
{
	background-color:#ffffff;
	padding : 5px 10px 5px 10px;
	font-weight: bold;
}

.non-active
{
	background-color:#525252;
	padding : 5px 10px 5px 10px;
}

a.non-active:link { color: #ffffff; text-decoration: none;}
a.non-active:visited { color: #ffffff; text-decoration: none;} 
a.non-active:hover { color: #ffffff; font-weight: bold;}
a.non-active:active { color: #ffffff; }

#main_body 
{
	position: absolute;
	margin-top: 186px;
	left: 15px;
	width: 800px;
	padding: 10px 15px 5px 15px;
	background-color:#ffffff;
}

#pics 
{
	position: absolute;
	top: 83px;
	left: 20px;
	width: 800px;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom : 15px;
}

#position_table
{
	position: absolute;
	margin-top: 186px;
	left: 15px;
	width: 1450px;
	padding: 0px 15px 5px 15px;
	font-size:10px;
	font-family: arial, helvetica;
	background-color:#ffffff;
}

#language_selector 
{
	position: absolute;
	top: 15px;
	left: 810px;
}

#legal
{
	font-style: italic;
	font-size: 10px;
	text-align: center;
	padding-top: 25px;
}

.form
{
	font-size: 12px;
	font-style: italic;
}