.clear {
	clear: both;
}

div#head {
	height: 135px;
	background: url('../img/backInterne.png') repeat-x;
}

#menu {
	position: absolute;
	top: 89px;
	left: 50%;
	margin-left: -20px;
	width: 487px;
	height: 26px;
	background: url('../img/menu.png') bottom no-repeat;
	line-height: 0px;
}

#menu li a#menu-societe {
	position: absolute;
	bottom: 0px;
	display: block;
	width: 64px;
	height: 26px;
	text-indent: -9999px;
	line-height: 0px;
	outline:none;
}

#menu li a#menu-societe.selected {
	background: url('../img/societe_selected.png');
}

#menu li a#menu-presse {
	position: absolute;
	bottom: 0px;
	left: 93px;
	display: block;
	width: 59px;
	height: 26px;
	text-indent: -9999px;
	line-height: 0px;
	outline:none;
}

#menu li a#menu-presse.selected {
	background: url('../img/presse_selected.png');
}

#menu li a#menu-investisseurs {
	position: absolute;
	bottom: 0px;
	left: 180px;
	display: block;
	width: 111px;
	height: 26px;
	text-indent: -9999px;
	line-height: 0px;
	outline:none;
}

#menu li a#menu-investisseurs.selected {
	background: url('../img/investisseurs_selected.png');
}

#menu li a#menu-carriere {
	position: absolute;
	bottom: 0px;
	left: 317px;
	display: block;
	width: 69px;
	height: 26px;
	text-indent: -9999px;
	line-height: 0px;
	outline:none;
}

#menu li a#menu-carriere.selected {
	background: url('../img/carriere_selected.png');
}

#menu li a#menu-contacts {
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: block;
	width: 78px;
	height: 26px;
	text-indent: -9999px;
	line-height: 0px;
	outline:none;
}
#menu li a#menu-contacts.selected {
	background: url('../img/contacts_selected.png');
}

#column {
	position: absolute;
	left: 50%;
	margin-left: -470px;
	_margin-left: -220px;
	width: 200px;
	text-align: right;
	padding-left: 5px;
}

#column li a {
	display: block;
	background: url('../img/arrow-menu.png') right no-repeat;
	font-size: 14px;
	padding-right: 10px;
	margin-top: 20px;
}

#column li a#item-selected {
	font-weight: bold;
}

#backContent {
	position: relative;
	background: #cccccc url('../img/backContentInterne.png') center repeat-y;
}

#content {
	position: relative;
	top: 0px;
	left: 50%;
	width: 695px;
	margin-left: -230px;
	min-height: 500px;
	height: auto !important;
	_height: 500px;
	padding-bottom: 40px;
}

#content2 {
	position: relative;
	top: 0px;
	left: 50%;
	width: 250px;
	margin-left: -230px;
	min-height: 500px;
	height: auto !important;
	_height: 500px;
	padding-bottom: 40px;
}



.download-cp, .go-cp {
	display: block;
	background: url(../img/pdf.png) center top no-repeat;
	float: right;
	width: 150px;
	margin-top: 5px;
	margin-left: 20px;
	border: 1px dashed black;
	padding-top: 60px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 10px;
}

.download-cp {
	background: url(../img/pdf.png) center top no-repeat;
}

.go-cp {
	background: url(../img/url.png) center top no-repeat;
}

