html {
	overflow:hidden;
}
body {
	margin: 0;
	padding:0;
}

div#topStrip {
	display:block;
	width:100%;
	height:80px;
	background-color:#DBDBDB ;
	position:fixed;
	top:0;
	left:0;
}

div#topStripWhite {
	display:block;
	width:100%;
	height:80px;
	background-color:#FFF ;
	position:fixed;
	top:0;
	left:0;
}

div#bottomStrip {
	width:100%;
	height:64px;
	background-color:#DBDBDB ;
	position:fixed;
	bottom:0;
	left:0;
	z-index:-100 ;
}

div#returnArrow {
	display:block ;
	position:fixed;
	top:20px;
	right:36px;
}

div#logoPage {
	display:block;
	padding-left:40px;
	padding-bottom:20px;
	margin-top:10px;
	font-family:Arial, Verdana, Helvetica, sans-serif ;
	font-size:36px;
	color:#85878B;
	text-align:left;
	word-spacing:25px;
	letter-spacing:25px;
	white-space:nowrap;
}

div#menuPage a.menu, div#contact a.menu {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #85878B;
	padding-right:30px;
	text-transform:uppercase;
	letter-spacing:0.015em;
}

div#menuPage a.menu:hover, div#contact a.menu:hover {
	color: #273435;
	text-decoration:underline;
}

div#menuPage span.menuActive {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #273435;
	padding-right:30px;
	text-transform:uppercase;
	letter-spacing:0.015em;
}

img.homePage {
	border:0;
}

/**
 *  BEGIN: CSS de la page images
 **/
div#mainPicture {
	margin-left:40px;
	text-align: left;
	margin-top:90px;
	padding:0;
}

div#logoPicture {
	display: none;
	position: relative;
	white-space: nowrap;
	text-align:left;
}

div#picture {
	display: inline;
	position: relative;
	margin-top: 0;
	text-align: center;
	white-space:nowrap;
}

/**
 *  END: CSS de la page images
 **/

a, a:visited, a:visited {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #999;
	word-spacing: 2px;
	letter-spacing: 1px;
	text-decoration: none;
}

a:focus {
	outline: none;
}

/*a.imageLink img {
	opacity: 1.0;
	filter: alpha(opacity = 100) -moz-opacity:1.0;
	-khtml-opacity: 1.0;
}

a.imageLink:hover img {
	opacity: 0.75;
	filter: alpha(opacity = 75) -moz-opacity:0.75;
	-khtml-opacity: 0.75;
}*/

a.logoLink img {
	opacity: 0.70;
	filter: alpha(opacity = 70);
}

a.logoLink:hover img {
	opacity: 1.0;
	filter: alpha(opacity = 100);
}

a.navLink img {
	opacity: 0.50;
	filter: alpha(opacity = 50);
}

a.navLink:hover img {
	opacity: 0.8;
	filter: alpha(opacity = 80);
}
/**
 * START : jScrollPane CSS
**/

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	/*border:solid 1px black ;*/
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #fff;
}

.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}

.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	right: 10px;
	text-indent: -2000px;
	overflow: hidden;
	height: 40px;
	width:40px;
	background: url(../images/up.gif) repeat-x 0 0;
	opacity: 0.30;
	filter: alpha(opacity = 30);
}

/*a.jScrollArrowUp {
	display: block;
	position: fixed;
	margin-top:80px;
	right:0;
	z-index: 1;
	text-indent: -2000px;
	overflow: hidden;
	width:40px;
	height: 40px;
	background: url(../images/up.gif) repeat-x 0 0;
	opacity: 0.30;
	filter: alpha(opacity = 30);
}*/


a.jScrollArrowUp:hover {
/*background-color: #f60;*/
	opacity: 0.50;
	filter: alpha(opacity = 50);
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	right: 10px;
	text-indent: -2000px;
	overflow: hidden;
	width : 40px;
	height: 40px;
	background: url(../images/down.gif) repeat-x 0 0;
	opacity: 0.30;
	filter: alpha(opacity = 30);
}

/*a.jScrollArrowDown {
	display: block;
	position: fixed;
	z-index: 1;
	margin-bottom: 30px;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	width: 4px;
	height: 40px;
	background: url(../images/down.gif) repeat-x 0 0;
	opacity: 0.30;
	filter: alpha(opacity = 30);
}*/

a.jScrollArrowDown:hover {
/*background-color: #f60;*/
	opacity: 0.50;
	filter: alpha(opacity = 50);
}

a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
/*background-color: #f00;*/
}

.jScrollPaneDrag {
	background: none;
}

/**
 * END : jScrollPane CSS
**/

