
html {
	overflow-x: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

.fixe {
    position: fixed;
	top: 0px;
	z-index: 100;
	}

<!--[if IE 6]>

.fixe {
        position: fixed;
       
}

*html .fixe { /* only ie6 : hack position fixe */
        position: absolute;
        top: expression((document.documentElement.scrollTop || document.body.scrollTop) + this.offsetHeight - this.offsetHeight);
}

<![endif]-->


#mainContainer {
	z-index: 1;
}
  

body {
	padding: 0;
	margin: 0;
	background: url(../images/new-home-page/square.jpg) repeat;
	overflow-x: hidden;
}

#videoPlayer{
	position: absolute;
	top: 742px;
	left: 238px;
	color: white;
	text-align: center;
}

.noFlash{
	width: 746px;
}

  #videoPlayer a { color:white;}
   

.top{
	background-image: url(../images/new-home-page/onglet-top.gif);
	width: 159px;
	height: 36px;
}


.introText{
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
}

#newsletterLinks{
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 6px;
}

#newsletterLinks a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#newsletterLinks a:link {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#newsletterLinks a:visited {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#newsletterLinks a:active,
#newsletterLinks a:hover {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}




#navigation{
}


#navigation img {
	border: 0;
}

#content-nav {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 159px;
    height: 144px;
    overflow: hidden;
    background: url(../images/new-home-page/navigation.gif);
}


#content-nav a {
	text-indent: 200px;
    display: block;
    height: 36px; /* same as height of #example-nav */
    text-decoration: none;
	width: 400px;
}

#content-nav-0 {
    height: 36px;
}
#content-nav-0 a:hover {
	 background: url(../images/new-home-page/navigation.gif);
    background-position: -159px 0px;
}

#content-nav-1 {
    height: 36px;
    
   background-position: 0px -36px;
   }
#content-nav-1 a:hover {
	 background: url(../images/new-home-page/navigation.gif);
    background-position: -159px -36px;
}

#content-nav-2 {
    height: 36px;
   background-position: 0px -72px;
   }
#content-nav-2 a:hover {
	 background: url(../images/new-home-page/navigation.gif);
    background-position: -159px -72px;
}

#content-nav-3 {
    height: 36px;
   background-position: 0px -108px;
   }
#content-nav-3 a:hover {
	 background: url(../images/new-home-page/navigation.gif);
    background-position: -159px -108px;
}
