@charset "UTF-8";
/* CSS Document */


/* STYLES */



body {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}

.indexpage {
	background-image: url(img/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: fixed;
	background-color: #000;
	margin:0;
	padding:0;
}

.contentpage {
	background-color:#FFF;
	margin-left:22px;
	margin-right:22px;
}

.altitude_01 {
	background-image: url(img/altitude_01-bkgnd.gif);
	margin-top:30px;
	margin-left:22px;
	margin-right:22px;
}

.altitude_02 {
	background-image: url(img/altitude_02-bkgnd.gif);
	margin-top:30px;
	margin-left:22px;
	margin-right:22px;
}

.altitude_03 {
	background-image: url(img/altitude_03-bkgnd.gif);
	margin-top:30px;
	margin-left:22px;
	margin-right:22px;
}

.altitude_04 {
	background-image: url(img/altitude_04-bkgnd.gif);
	margin-top:30px;
	margin-left:22px;
	margin-right:22px;
}

a:link {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-style: normal;
	color: #FF0068;
	text-decoration: none;
}
a:visited {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-style: normal;
	color: #BC1555;
	text-decoration: none;
}

a:hover {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-style: normal;
	color: #FF0068;
	text-decoration: underline;
}


.italic {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
}


.smaller-white {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.smaller-black {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.bigger1 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

img {
	border:none;
}

table {
	padding:0;
}





/* POSITIONNEMENT */



/* Le div qui contient tout */

#main {
	position: relative;
	z-index: 0;
	width: 1000px;
	height: 100%;
	top: 0px;
	padding:0;
	margin: 0 auto;
}


/* La partie du haut */


#leftmenu {
	position: absolute;
	overflow: hidden;
	z-index: 2;
	height: 488px;
	width: 300px;
	left:22px;
	top:0px;
}

#menu {
	position: absolute;
	overflow: hidden;
	z-index: 2;
	height: 96px;
	width: 168px;
	right:332px;
	top:113px;
}

#toplogo {
	position: absolute;
	overflow: hidden;
	z-index: 2;
	height: 224px;
	width: 332px;
	right:0px;
	top:0px;
}

#quote {
	position: absolute;
	overflow: hidden;
	z-index: 99;
	height: 98px;
	width: 264px;
	left:350px;
	top:30px;
}

#player {
	position: absolute;
	overflow: hidden;
	z-index: 2;
	width: 550px;
	height:244px;
	top: 244px;
	right:22px;
}

/* Le contenu */

iframe#content {
	position: absolute;
	overflow: hidden;
	z-index: 2;
	width: 1000px;
	height:425px;
	top: 500px;
	left:0px;
	margin:0 auto;
}


#footer {
	position: absolute;
	overflow: hidden;
	z-index: 2;
	width: 1000px;
	height:100px;
	top: 950px;
	left:0px;
	margin:0 auto;
	text-align:center;
}


#socialnetworks {
	position:absolute;
	left:471px;
	top:177px;
	width:229px;
	height:45px;
	z-index:10;
	visibility: visible;
}

