* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

a {
	outline: none;
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background: url(../images/bg-repeat.jpg) repeat fixed;
	font: 11.5px Tahoma, Geneva, sans-serif;
	color: #000;
}

#back-intro {
    display: block;
    width: 100px;
    height: 60px;
    position: absolute;
    top: 30px;
    left: 10px;
    text-indent: -5000px;
}

#canvas,
#canvas-bg {
	width: 960px;
	height: 642px;
	position: relative;
}

#canvas-bg {
	background: url(../images/bg.jpg) no-repeat fixed;
	position: fixed;
}


.splash #canvas-bg {
	background: url(../images/bg-repeat.jpg) no-repeat fixed;
	position: fixed;
}

.splash #en {
	width: 348px;
	height: 138px;
	position: absolute;
	top: 284px;
	left: 105px;
	display: block;
	text-indent: -5000px;
	background: url(../images/splash-en.png) no-repeat 0 0;
}

.splash #fr {
	width: 397px;
	height: 130px;
	position: absolute;
	top: 206px;
	left: 473px;
	display: block;
	text-indent: -5000px;
	background: url(../images/splash-fr.png) no-repeat 0 0;
}

.splash #en:hover {
	background-position: 0 -138px;
}

.splash #fr:hover {
	background-position: 0 -130px;
}

#content {
	/*width: 470px;*/
	width: 571px;
	position: absolute;
	left: 369px;
	top: 45px;
}

#three,
#two,
#one,
#loading {
	width: 960px;
	height: 642px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
	background-image: url(../images/3.jpg);
}

#two {
	z-index: 999;
	background-image: url(../images/2.jpg);
}

#one {
	z-index: 998;
	background-image: url(../images/1.jpg);
}

#loading {
	background-image: none;
	z-index: 1001;
	background-color: #FFF;
	text-align: center;
}

#loading img {
	margin-top: 313px;
}

.accordion_toggle,
.fake_accordion_toggle,
.h1_fake_accordion_toggle {
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -5000px;
	margin-bottom: 17px;
}

.accordion_toggle_active,
.accordion_toggle_hover,
.h1_fake_accordion_toggle {
	background-position: 0 -51px;
}

body.en #toggle-1 {
	background-image: url(../images/nav/en/who-we-are.png);
}

body.en #toggle-2 {
	background-image: url(../images/nav/en/references.png);
}

body.en #toggle-3 {
	background-image: url(../images/nav/en/search.png);
}

body.en #toggle-4 {
	background-image: url(../images/nav/en/subscribe.png);
}

body.en #toggle-5 {
	background-image: url(../images/nav/en/contact.png);
	cursor: default;
}

body.fr #toggle-1 {
	background-image: url(../images/nav/fr/l-agence.png);
}

body.fr #toggle-2 {
	background-image: url(../images/nav/fr/references.png);
}

body.fr #toggle-3 {
	background-image: url(../images/nav/fr/recherche.png);
}

body.fr #toggle-4 {
	background-image: url(../images/nav/fr/inscription.png);
}

body.fr #toggle-5 {
	background-image: url(../images/nav/fr/contact.png);
	cursor: default;
}

#address {
	width: 212px;
	height: 135px;
	margin-bottom: 30px;
}

#address-search {
	width: 378px;
	height: 93px;
}

#vf,
#ve {
	display: block;
	width: 398px;
	height: 70px;
	background: url(../images/version-francaise.png) no-repeat 0 0;
	text-indent: -5000px;
	margin-left: -4px;
	float: left;
}

#ve {
	background: url(../images/english-version.png) no-repeat 0 0;
}

#vf:hover,
#ve:hover {
	background-position: 0 -70px;
}

#footer {
	float: left;
	width: 560px;
	/*position: relative;*/
}

#footer img {
	position: absolute;
	/*right: 0;*/
	right: 11px;
	bottom: 0;
	width: 144px;
	height: 55px;
}

body.fr #footer img {
	bottom: 14px;
}

#search-iframe,
#subscribe-iframe {
	width: 566px;
	/*height: 393px;*/
	height: 480px;
/*  margin: 16px 0 16px 0;*/
	margin: 0 0 16px 0;
}

#back-to-menu {
	position: absolute;
	top: 0;
	right: 9px;
	display: block;
	width: 136px;
	height: 15px;
	text-indent: -5000px;
	background: url(../images/retour-menu.png) no-repeat 0 0;
}

body.en #back-to-menu {
	width: 142px;
	background: url(../images/back-menu.png) no-repeat 0 0;
}

#back-to-menu:hover,
body.en #back-to-menu:hover {
	background-position: 0 -15px;
}

h3 {
	font-size: 13.5px;
	font-weight: bold;
	margin-bottom: 2px;
}

.accordion_content {
	line-height: 1.4em;
	padding-bottom: 1.4em;
	color: #000;
	display: none;
}


ul.references {
	list-style-type: none;
	float: left;
}

ul.references.left {
	width: 237px;
	padding-right: 20px;
}

#reference-details {
	float: left;	
	width: 100%;
	margin-top: 30px;
}

#reference-details p {
	padding-left: 0;
}

#embed {
	margin-bottom: 23px;
}

#reference-pics {
    width: 420px;
}

#reference-pics img {
	width: 127px;
	float: left;
	margin-right: 13px;
}

.pic-row {
	margin-bottom: 23px;
	float: left;
}

/* smm : padding: 10px to "simulate" the border I remove*/
#lightwindow_contents {
  border: none;
  padding: 10px;
}

#lightwindow_previous:hover, 
#lightwindow_previous:active { 
	margin-left: 10px; /* to compensate the 10 px border */
}

#lightwindow_next:hover, 
#lightwindow_next:active { 
	margin-right: 10px; /* to compensate the 10 px border */
}

.ie6 #lightwindow_previous:hover, 
.ie6 #lightwindow_previous:active,
.ie6 #lightwindow_next:hover, 
.ie6 #lightwindow_next:active {
    margin-left: 5px;
    margin-right: 5px;
}

#lightwindow_contents {
    background: transparent;
}


#lightwindow_title_bar,
#lightwindow_data_slide,
#lightwindow_galleries_tab_container {
	display: none;  
}

.subscribe_placeholder {
    height: 105px;
    /*position: relative;*/
    margin-left: -7px;
}

#subscribe-text {
    /*position: absolute;
    left: 0;
    top: 0;*/
}

#subscribe-text-link {
	display: block;
	width: 571px;
	height: 25px;
	text-indent: -5000px;
}

body.fr #subscribe-text-link {
	background: url(../images/subscribe-link-fr.png) no-repeat 0 0;
}

body.fr #subscribe-text-link:hover {
	background: url(../images/subscribe-link-fr.png) no-repeat 0 -25px;
}

body.en #subscribe-text-link {
	background: url(../images/subscribe-link-en.png) no-repeat 0 0;
}

body.en #subscribe-text-link:hover {
	background: url(../images/subscribe-link-en.png) no-repeat 0 -25px;
}

#validate-btn {
    /*bottom: 0;
    right: 0;
    position: absolute;*/
    margin-top: 14px;
}

#subscribe-form {
    /*bottom: -1px;
    left: 3px;
    position: absolute;*/
}

#subscribe-form input {
    height: 12px;
    float: left;
    margin-left: 5px;
    margin-right: 15px;
    margin-top: 14px;
}

#subscribe-text-block-for-bg-fr,
#subscribe-text-block-for-bg-en {
	width: 571px;
	height: 90px;
	display: block;
	text-indent: -5000px;
}

#subscribe-text-block-for-bg-fr {
	background: url(../images/subscribe-fr.png) no-repeat;
}

#subscribe-text-block-for-bg-fr:hover {
	background: url(../images/subscribe-fr.png) 0 -90px no-repeat;
}

#subscribe-text-block-for-bg-en {
	background: url(../images/subscribe-en.png) no-repeat;
}

#subscribe-text-block-for-bg-en:hover {
	background: url(../images/subscribe-en.png) 0 -90px no-repeat;
}

#ie-6-alert {
    background-color: #fff8b6;
    padding: 5px;
    width: 800px;
    text-align: center;
}

#ie-6-alert a {
	text-decoration: underline;
}
