/*Correction position:fixed non compatible avec ie6*/
#footer {
  position: absolute;
  bottom: 0;
  left: 0; (this was needed as well)
  overflow: visible;
  top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}
#content {
    overflow: hidden;
    padding-bottom: 62px;
    position: relative;
}

.slidecontrolls a{
	display:inline;
}
#page-center {
    float: left;
    padding-top: 3px;
    width: 500px;
}
#content-page #content-page-center .tabs-more.open{
	/*background: url('../img/arrow-accordeon-close.jpg') 50px 8px no-repeat;*/
	background:none;
}
#content-page #content-page-center .tabs-more.close{
	/*background: url('../img/arrow-accordeon.jpg') 50px 8px no-repeat;*/
	background:none;
}
#jq_ez_bg{
	display:none;	
}
body{
	background: url('../img/background1.jpg') no-repeat;
	background-attachment:fixed;	
}
a.pp_close { /*Positionnement du bouton close*/
	right: -7px;
	top: -15px;
}
/*Correction menu lien actif*/
#content-page-left .ss-menu-left li a{
	height:15px;
}
#content-page-left .menu-left li.current ul li.current{
	background: url('../img/fleche-ss-menu-left.jpg') no-repeat 224px center #0068a2;
	width:224px;
}
/*Suppression du dégradé transparent*/
#degrade-top-content-page{
	display: none;
}
#content-page{
	width: 968px;
	background: #ffffff;
	border:1px solid #919191;
	margin: 3px auto 0;
	padding-left:0;
}
#degrade-bottom-content-page{
	display:none;
}
#slideshow {
    margin-right: 4px;
}
/*Correction largeur de page*/
#content-page-left .menu-left,
#content-page-left,
#content-page-left #top-menu-left,
#content-page-left #bottom-menu-left,
#top-content-page-left,
#page-left ,
#bottom-content-page-left {
    width: 224px;
}
#content-page-left {
    float: left;
    width: 225px;
}
#page-center,
#top-content-page-center,
#content-page-center,
#bottom-content-page-center{
	width:502px;	
}
#content-page #tabs-center .tabs h4 {
    background-color: #828282;
    color: #FFFFFF;
    font-size: 16px;
    margin-right: -8px;
    margin-top: 12px;
    padding-bottom: 3px;
    padding-left: 5px;
}

/*Le formulaire n'est pas positionné pareil car la largeur est différente sous IE6*/
#search-for-reference{
    right: -8px;
    top: 75px;
}

/*Alignement vertical des champs de recherches et newsletter*/
#form-recherche #field-recherche,
#field-newsletter{
	padding-top:2px;
	height: 16px;
}

#content-page {
	width: 980px;
	background: url('../img/degrade-content-page.png') repeat-y;
	overflow:hidden;
	padding-bottom: 30px;
	padding-left:13px;
	position:relative;
	min-height: 740px;
	margin-top: 0;
	margin-right:auto;
	margin-bottom: 0 !important;
}