/*
*	ORKOS Capital
*	css/layout.css
*
*/

#haut-page {
	width: 100%;
	height: 212px;
	background-color: #fff;
	background-image: url('../img/arplan-menu.gif');
	background-position: bottom;
	background-repeat: repeat-x;
}
#en-tete {
	width: 919px;
	margin: 0 auto;
	padding-top: 50px;
	text-align: left;
}
#logo {
	float: left;
	display: inline;
	margin-left: 10px;
	height: 99px;
}
#contact {
	float: right;
	display: inline;
	margin-right: 10px;
}
#contact ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#contact ul li {
	float: left;
	font-size: 11px;
	text-transform: uppercase;
	width: 80px;
	text-align: center;
}
#contact ul li a {
	color: #000;
	font-weight: normal;
}
#contact ul li a:hover {
	color: #888;
}
#menu {
	width: 919px;
}
#menu ul {
	list-style-type: none;
	float: right;
	clear: both;
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
}
#menu ul li {
	width: 150px;
	background-color: #000;
	float: left;
	display: inline;
	text-align: center;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	line-height: 25px;
}
#menu ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	display: block;
}
#menu ul li a.menuOn {
	background-color: #5891c6;
}
#menu ul li a:hover {
	color: #333;
	background-color: #5891c6;
}
#menu ul li a.lpaccessOn {
	background-color: #b2000f;
}

#sous-menu ul {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	clear: both;
	margin-top: 14px;
	margin-left: 140px;
}
#sous-menu li {
	font-size: 13px;
	float: left;
	text-indent: 0;
	padding-right: 40px;
}
#sous-menu li a {
	color: #000;
	font-weight: bold;
}
#sous-menu li a.sousmenuOn {
	color: #3393dc;
}
#sous-menu li a:hover {
	font-weight: bold;
	color: #3393dc;
}
#sous-menu li img {
	display: inline;
}


#page {
	width: 100%;
	text-align: center;
	background-image: url('../img/arplan-page.gif');
	background-position: bottom;
	background-repeat: repeat-x;
}
#contenu {
	width: 919px;
	margin: 0 auto;
	text-align: justify;
	background-image: url('../img/arplan-contenu.gif');
	background-position: center;
	background-repeat: repeat-y;
}
#contenu-haut {
	width: 919px;
	background-image: url('../img/arplan-contenu-haut.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}
#contenu-haut table {
	margin: 0 10px;
}

#contenu-bas {
	width: 919px;
	background-image: url('../img/arplan-contenu-bas.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
}
#contenu-bas2 {
	width: 919px;
	background-image: url('../img/arplan-contenu-bas2.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
}
#contenu-bas3 {
	width: 919px;
	background-image: url('../img/arplan-contenu-bas3.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
}

#contenu4 {
	width: 919px;
	margin: 0 auto;
	text-align: justify;
	background-image: url('../img/arplan-contenu4.gif');
	background-position: center;
	background-repeat: repeat-y;
}
#contenu-haut4 {
	width: 919px;
	background-image: url('../img/arplan-contenu-haut4.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#contenu-bas4 {
	width: 919px;
	background-image: url('../img/arplan-contenu-bas4.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
}

#contenu5 {
	width: 919px;
	margin: 0 auto;
	text-align: justify;
	background-image: url('../img/arplan-contenu5.gif');
	background-position: center;
	background-repeat: repeat-y;
}
#contenu-haut5 {
	width: 919px;
	background-image: url('../img/arplan-contenu-haut5.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}
#contenu-haut5 table {
	margin: 0 10px;
}
#contenu-bas5 {
	width: 919px;
	background-image: url('../img/arplan-contenu-bas5.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
}

#page-lp {
	width: 100%;
	text-align: center;
	background-image: url('../img/arplan-page-lp.gif');
	background-position: bottom;
	background-repeat: repeat-x;
}
#contenu-lp {
	width: 919px;
	margin: 0 auto;
	text-align: left;
	background-image: url('../img/arplan-contenu-lp.gif');
	background-position: center;
	background-repeat: repeat-y;
}
#contenu-haut-lp {
	width: 919px;
	background-image: url('../img/arplan-contenu-haut-lp.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#contenu-bas-lp {
	width: 919px;
	background-image: url('../img/arplan-contenu-bas-lp.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
}


#coordonnees {
	clear: both;
	height: 171px;
	margin-left: 10px;
}
#adresse {
	float: right;
	display: inline;
	background-image: url('../img/fleche-rouge-gd.gif');
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 45px;
	margin-top: 35px;
	margin-right: 100px;
}

#coordonnees a {
	color: #000;
}
#adresse a {
	color: #000;
}

#pied-de-page {
	background-color: #fff;
	background-image: url('../img/arplan-pied-page.gif');
	background-position: top;
	background-repeat: repeat-x;
	height: 212px;
	text-align: center;
}
#mentions-legales {
	width: 919px;
	height: 31px;
	text-align: left;
	margin: 0 auto;
	background-image: url('../img/ombre-contenu.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}
#mentions-legales ul {
	list-style-type: none;
	margin: 0 10px 0 10px;
	padding: 0;
}
#mentions-legales ul li {
	color: #666;
	float: left;
	font-size: 11px;
	text-align: left;
	padding-left: 10px;
	line-height: 31px;
}
#mentions-legales ul li a {
	font-weight: normal;
	color: #666;
}
#mentions-legales ul li a:hover {
	color: #333;
}


#lps_access label {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin-top: 10px;
}

#slideshow {
	width: 608px;
	height: 377px;
}
#side-slideshow {
	width: 286px;
	height: 380px;
}
#news-side-slideshow {
	width: 185px;
	height: 444px;
}
.slideshow {
	overflow: hidden;
	position:relative;
	background-image: url('../img/ajax-loader.gif');
	background-position: center;
	background-repeat: no-repeat;
}
.slideshow img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

.visuelsg img {
	display: none;
}

#team-cont {
	position: relative;
	width: 609px;
	height: 444px;
	overflow: hidden;
	cursor: pointer;
}
#team-cont #team-premier-plan, #team-cont #team-arplan {
	position: absolute;
}
#team-cont #team-premier-plan {
	/*display: none;*/
	left: -999px;
	top: 0;
	width: 106px;
	height: 444px;
	overflow: hidden;
}
#team-cont #team-premier-plan img {
	position: absolute;
}
#team-cont #ecouteur a{
	display: block;
	z-index: 100;
	width: 609px;
	height: 444px;
	position: absolute;
	top:  0px;
	left: 0px;
}

#cont-profils {
	position: relative;
	
}
div.team_profil{
	font-size: 11px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
