/*-------------------------------------------------
    HEADER
-------------------------------------------------*/
.header {
	width: 100%;
	height: 61px;
	/*background-image: url("../images/entete-fond.png");
	background-repeat: repeat-x;
	background-position: top;*/
	text-align: center;
}

.header .leftContainer {
	float: left;
	width: 830px;
	height: 100%;
}

.header .leftLogo {
	background-image: url("../images/entete-gauche.png");
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
	width: 185px;
	height: 100%;
	text-align: left;
}

.header .leftLogo .logoImage {
	cursor: pointer;
	margin-top: 4px;
}

.header .rightLogo {
	background-image: url("../images/entete-droite.png");
	background-position: left top;
	background-repeat: no-repeat;
	float: right;
	width: 185px;
	height: 100%;
	text-align: right;
}

.header .rightLogo .logoImage {
	cursor: pointer;
	margin-top: 4px;
}

#menu {
	width: 642px;
	float: right;
	text-align: left;
	padding-top: 7px;
}

#menuBarContentPane .dijitButtonText {
	font-size: 12px;
}

.dj_ie #menuBarContentPane .dijitButtonText {
	padding-top: 3px;
}

#menu_haut {
	width: 417px;
	position: relative;
	margin: 0 auto;
	overflow:hidden;

}

#toolbar {
	width: 417px;
	padding:5px;
	height: 29px;
	background:url("../images/toolbar_bg.png") no-repeat scroll 0 0 transparent;
	float: left;
}

.dj_ie #toolbar {
    width: 329px;
}

.rightTools {
	position: absolute; 
	top: 35px; 
	right: 160px;
}



div.contact {
	float: left;
}

div.contact div {
	background: transparent url('../images/icone_contact.png') top left no-repeat;
	position: static;
	width: 24px;
	height: 22px;
}

div.contact a {
	position: relative;	
}

.dj_ie #gotobar .dijitDropDownButton {
	width: 120px;
}

/*.dj_ie #gotobar .dijitDropDownButton .dijitArrowButtonInner {
	width: 15px;
}*/

.dj_ie #menu {
	padding-top: 6px;
}

/*
Cache SCUDDD
 */
#toolbar {
	width: 360px !important;
}

#ScudddToolsPopupButton {
	display: none !important;
}
