/* masquer bouton Diagnostic */
#text-14 {
	display: none;	
}


#primary-menu li.menu-none {
	display: none;	
}

/* Cookie Banner */
#cookie-banner {
	background: #4d4d4d;	
}
#cookie-banner div{
	padding: 0px 3px 8px 3px;	
}
#cookie-banner a{
	font-size: 11px;
	color: #fff;
	text-decoration: underline;
}
#cookie-banner a:hover{
	text-decoration: none;
	color: #ccc;
}

.cookie_banner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
    line-height: 12px;
    font-size: 11px;
	color: #fff;
	text-align: left;
}

.close-banner a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(images/Close.png);
    float: right;
    margin: 5px 5px 0 0;
}


body {
  color: #333333;
  background-color: white;
  font-size: 0.65em;
  font-family: Verdana, Helvetica, Sans-Serif;
  margin: 0;
  padding: 0;
}
a {
  color: #581d74;
  text-decoration: none;
}
a:hover {
  color: #581d74;
  text-decoration: underline;
}

.more {
  background: url(images/arrow-pink.gif) no-repeat 0 50%;
  padding-left: 15px;
  text-decoration: none;
  font-style: italic;
}
.more:hover {
  text-decoration: underline;
}

/* grid width: 100%, 60%, 30% */
#left {
  background: url(images/sidebar-right-bg.png) no-repeat 100% 0;
  min-height: 600px;
}
#left, #main, #right {
  padding-top: 20px;
}
.sitecontent {
  width: 870px;
  margin-left: auto;
  margin-right: auto;
}
#content {
  padding: 0 0 15px 0;
}
#content > .content {
  width: 870px;
  margin-left: auto;
  margin-right: auto;
}


/* Modèle 2 colonnes */
.page-template-home-php #left, .page-template-test-php #left, .page-template-home-like-php #left, .error404 #left,
.search #left, .page-template-sitemap-php #left {
  display: none;
}
.page-template-home-php #right, .page-template-test-php #right, .page-template-home-like-php #right, .error404 #right,
.search #right, .page-template-sitemap-php #right {
  width: 190px;
}
.page-template-home-php #main, .page-template-test-php #main, .page-template-home-like-php #main,.error404 #main,
.search #main, .page-template-sitemap-php #main {
  width: 680px;
}
.page-template-home-php #main > .content, .page-template-test-php #main > .content, .page-template-home-like-php #main > .content, .error404 #main > .content,
.search #main > .content, .page-template-sitemap-php #main > .content {
  padding-right: 40px;
}


/* Modèle 3 colonnes */
.page-template-glossary-php #left,
.page-template-content-php #left,
.page-template-correspondant-php #left {
  width: 180px;
}
.page-template-glossary-php #main,
.page-template-content-php #main,
.page-template-correspondant-php #main {
  width: 499px;
}
.page-template-glossary-php #main > .content,
.page-template-content-php #main > .content,
.page-template-correspondant-php #main > .content  {
  padding: 0 25px 0 24px;
}
.page-template-glossary-php #right,
.page-template-content-php #right,
.page-template-correspondant-php #right  {
  width: 190px;
}

/* */


/* FORMULAIRES
----------------------------------*/

form label {
  width: 165px;
  display: inline-block;
  color: #333;
}
form .medium {
  width: 245px;
}
form select.medium {
  width: 250px;
}
form input[type=text], form input[type=password] {
  background-color: white;
  border-color: #8E8E8E #E3E3E3 #E3E3E3;
  border-right: 1px solid #E3E3E3;
  border-style: solid;
  border-width: 1px;
}
form input {
  padding: 2px;
}
form p {
  margin-bottom: 1em;
}
form input.button {
  border: 1px solid #cb5912;
  background: url(images/button.png) repeat-x 0 0;
  height: 19px;
  padding: 0 5px;
  font-size: 10px;
  color: #cb5912;
  font-weight: bold;
  outline: none;
  text-transform: uppercase;
}
form .field-validation-error {
  color: red;
  display: block;
  margin-left: 170px;
  margin-top: 0.5em;
}
form textarea.large {
  width: 418px;
  height: 80px;
}
form .bottom {
  text-align: right;
}
fieldset label {
  display: block;
}
fieldset label.inline {
  display: inline;
}
legend {
  font-size: 1.1em;
  font-weight: 600;
  padding: 2px 4px 8px 4px;
}
table.table_content {
  width: 100%;
  margin-bottom: 2em;
}
table.table_content caption {
  font-weight: bold;
  line-height: 1.3;
  padding: 0 0 10px;
}
table.table_content th, table.table_content td {
  border-bottom: 2px solid #fff;
  padding: 5px 3px 5px 3px;
}
table.table_content thead th {
  border-left: 2px solid #fff;
  color: #fff;
  font-weight: bold;
  text-align: left;
}
table.table_content thead th:first-child {
  border-left: 0;
}
table.table_content tbody td span {
  display: block;
  font-style: italic;
}
table.table_content tfoot td {
  padding: 10px;
  text-align: right;
}
table.table_content tbody th, table.table_content tbody td {
  font-weight: normal;
}
table.table_content tbody td {
  border-left: 2px solid #fff;
}
table.table_content tbody td img {
  vertical-align: middle;
}



.block-vingette .thumb img {
  margin-left: 0;
}
.block-vingette td {
  vertical-align: top;
}
.block-twocols .col-left {
  width: 48%;
  float: left;
}
.block-twocols .col-right {
  width: 48%;
  float: right;
}
#login-block {
  background: url(images/bg_filter_products.png) repeat scroll 0 0 transparent;
  padding: 10px;
  height: 100%;
  margin-bottom: 15px;
}
#login-block p.name {
  color: #cb5912;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
#login-block p {
  line-height: 1.2;
  margin: 0 0 15px;
}
#login-block p a {
  color: #333333;
  text-decoration: underline;
}
#login-block h3 {
  color: #333;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 10px;
}
#login-block label {
  color: #cb5912;
  margin-bottom: 5px;
  display: block;
}
#login-block .forgot-password, #login-block .logout {
  background: url(images/leftnav-arrow-active.png) no-repeat 0 50%;
  padding-left: 15px;
  text-decoration: none;
  font-style: italic;
}
#login-block .register {
  font-style: italic;
  text-decoration: none;
}
.banner-block {
  text-align: center;
}
.banner-block img {
  border-width: 0px !important;
}



/* MENU GAUCHE
------------------------------------*/

#leftnav {
  margin-bottom: 15px;
}

/* Titre Master */
#leftnav h3 {
  background: #cb5912;
  padding: 6px 10px;
  text-transform: uppercase;
  margin: 0 0 8px 0;
  color: white;
  font-size: 10px;
  line-height: 1.2;
  font-weight: bold;
}


#leftnav h3 li {
  list-style-type: none;
  background: none;
  padding: 0px; margin: 0px;
}

#leftnav h3 li a {
  color: #fff;
  background: none;
  padding: 0px; margin: 0px;
}

#leftnav h3 li a:hover {
  text-decoration: none;
  cursor: text;
}

/* 1er Niveau */

#leftnav ul.parent_level li {
  margin: 0 0 -3px 0;
  padding: 4px 3px 4px 8px;
  background-repeat: no-repeat;
  background-position: 12px 11px;
  background-image: url(images/leftnav-arrow.png);	
}

#leftnav ul.parent_level li a {
  color: #333;
  padding: 3px 3px 3px 19px;
  display: inline-block;
  line-height: 12px;
  width: 150px;
}

#leftnav ul.parent_level li.current_page_item a, #leftnav ul.parent_level li.current_page_parent a {
  border: 1px solid #cb5912;
  border-left: 0px; border-right: 0px;
  background-color: #fff;
  background-image: url(images/leftnav-arrow-active.png);
  background-repeat: no-repeat;
  background-position: 4px 7px;
  font-weight: bold;
  color: #cb5912;
}


/* 2e Niveau */
#leftnav ul li ul.children {
  margin: 6px 0 -6px 0;
}

#leftnav ul li ul.children li {
  background-position: 26px 11px;
  background-image: url(images/rond-natixis.gif);
  margin: -6px 0 -6px 0;
  padding-left: 18px;
}

#leftnav ul li ul.children li a {
	color: #cb5912;
	line-height: 12px;
	width: 130px;
}

#leftnav ul li.current_page_item ul.children li a, #leftnav ul li.current_page_parent ul.children li a {
	color: #cb5912;
	border: none;
	background-position: 0px 6px;
	font-weight: normal;
	background-color: inherit;
	background-image: none;
}

#leftnav ul li ul.children li.current_page_item a {
	font-weight: bold;
	font-style: italic;
	border: none;
	background-color: inherit;
	background-image: none;
}

/* */





.attachments {
  padding-bottom: 2em;
}
.attachments a {
  display: inline-block;
  padding-left: 15px;
  text-decoration: none;
  font-style: italic;
}
.attachments a:hover {
  text-decoration: underline;
}
.attachments a.external-document {
  background: url("images/pdf-dyn-nam.png") no-repeat scroll 3px 0px;
  padding-left: 25px;
  line-height: 16px;
  vertical-align: middle;
}
.attachments a.link {
  background: url("images/leftnav-arrow-active.png") no-repeat scroll 0 3px;
}
.attachments a.download {
  padding-left: 25px;
  background: url("images/download2.png") no-repeat scroll 0 0;
  line-height: 20px;
  vertical-align: middle;
}
.attachments li {
  margin-bottom: 1em;
}
.archive {
  padding-bottom: 2em;
}
.archive a {
  background: url(images/leftnav-arrow-active.png) no-repeat 0 50%;
  padding-left: 15px;
  text-decoration: none;
  font-style: italic;
}
.archive li {
  margin-bottom: 1em;
}
.archive .active {
  font-weight: bold;
}

#sidebar-nav {
  font-weight: bold;
  text-transform: uppercase;
}
#sidebar-nav a {
  display: inline-block;
  line-height: 26px;
  margin-bottom: 10px;
  padding-left: 36px;
}
#sidebar-nav .rss {
  background: url(images/icon-rss.png) no-repeat 0 0;
}
#sidebar-nav .podcast {
  background: url(images/icon-podcast.png) no-repeat 0 0;
}
#sidebar-nav .subscription {
  background: url(images/icon-subscription.png) no-repeat 0 0;
}
#sidebar-nav .publication {
  background: url(images/icon-publication.png) no-repeat 0 0;
}
#sidebar-nav .iphone-app {
  background: url(images/icon-mobile.png) no-repeat 0 0;
}
#websitelist {
  margin-top: 19px;
  padding: 5px 5px 5px 5px;
  padding-bottom: 5px !important;
  border: 10px solid #723497;
  background: url(images/worldmap.png) no-repeat 0 0;
  width: 147px;
  min-height: 92px;
  overflow: hidden;
}
#websitelist h3 {
  text-transform: uppercase;
  color: #723497;
  font-size: 1.3em;
}
#websitelist span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.2em;
  margin-bottom: 7px;
}
#websitelist p {
  text-transform: uppercase;
  margin: 1em 0;
  color: #be84d7;
}
#websitelist select {
  width: 100%;
}
#websitelist-new {
  margin-top: 19px;
  padding: 5px 5px 5px 5px;
  width: 190px;
  height: 140px;
}
/* styles for subscription pages */
#subscription-page #main h3 {
  font-size: 1.4em;
  margin-bottom: 1em;
}
#subscription-page #main #login-form .forgot-password {
  background: url(images/leftnav-arrow-active.png) no-repeat 0 50%;
  padding-left: 15px;
  text-decoration: none;
  font-style: italic;
  display: inline-block;
  margin-right: 80px;
}
#subscription-page #main #registration-form p.require-msg {
  color: #333;
  font-style: italic;
}
/* HEADINGS   
----------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #cb5912;
}
.heading {
  background: url(images/heading.png) no-repeat 0 2px;
  padding-left: 50px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.heading2 {
  text-transform: uppercase;
  text-align: center;
  color: #581d74;
  margin: 0px 0 20px 0;
}




/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
#topnav {
  background: url(images/topnav-bg.jpg) #61227d no-repeat center 0;
  color: white;
}
#topnav .content {
  width: 876px;
  margin-left: auto;
  margin-right: auto;
  line-height: 37px;
  text-align: right;
}
#topnav li {
	display: inline;
	list-style-type: none;
}
#topnav li a {
  color: white;
  text-decoration: none;
  background: url(images/primarymenu-sep.png) no-repeat left;
  padding: 0 4px 1px 8px;
}
#topnav li a:hover {
  text-decoration: underline;
}

#topnav li.firstChild a {
	background: none;
	padding-left: 0;
}

/* temporaire */
#topnav li#menu-item-150, #topnav li#menu-item-154 {
	display: none;
}
#topnav li.menu-item a IMG {
	position: relative;
	top: 5px;
}


#header {
  background: url(images/header-bg.png) repeat-x 0 0;
  height: 76px;
  border-bottom: 1px solid white;
}
#header .content {
  width: 876px;
  margin-left: auto;
  margin-right: auto;
}





#topsearch {
  margin-top: 15px;
  float: right;
  width: 205px;
  position: relative;
}
#topsearch label {
  display: block;
  color: #5B1D73;
  margin-bottom: 6px;
  font-weight: bold;
  text-transform: uppercase;
}
#topsearch .input {
  border: 1px solid #D2D2D2;
  background: white;
  display: block;
}
#topsearch input {
  width: 170px;
  border: none;
  height: 19px;
  background: none;
}
#topsearch .submit {
  display: block;
  position: absolute;
  height: 19px;
  width: 12px;
  background: url(images/topsearch-submit.png) no-repeat scroll 0 0 transparent;
  margin: 3px 5px 1px 2px;
  right: 0px;
  top: 17px;
}
#search-results {
  width: 300px;
  position: relative;
}
#search-results .input {
  border: 1px solid #D2D2D2;
  background: white;
  display: block;
}
#search-results input {
  width: 270px;
  border: none;
  height: 19px;
  background: none;
}
#search-results .submit {
  display: block;
  position: absolute;
  height: 19px;
  width: 12px;
  background: url(images/topsearch-submit.png) no-repeat scroll 0 0 transparent;
  margin: 3px 5px 1px 2px;
  right: 0px;
  top: 2px;
}
#search_products {
  font-style: italic;
  color: #333333;
  font-family: "Verdana";
  font-size: 10px ;
  margin-top: -15px;
  text-align: right;
  width: 180px;
  float: right;
}
#search_products a {
  font-style: italic;
  color: #333333;
  font-family: "Verdana";
  font-size: 10px ;
  float: right;
}
#logo {
  background: url(images/logo.png) no-repeat 0 0;
  width: 200px;
  height: 76px;
  display: block;
  float: left;
}
#bottombanner {
  background: url(images/bottombanner-bg.png) repeat-x 0 0;
  border-bottom: 1px solid white;
}
#bottombanner > .content {
  padding-top: 5px;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

/* menu bas */
/* 1er niveau */
#bottombanner #menu-bas ul#menu-heading li {
	display: block;	
	float: left;
	background: url(images/bottombanner-sep.png) no-repeat 0 0;
	padding: 5px 20px 15px 20px;
	list-style: none;
	width: 120px;
}

#bottombanner #menu-bas ul#menu-heading li.menu-item-123 {
	display: none;	
}

#bottombanner #menu-bas ul#menu-heading li a {
	color: #581d74;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin: 6px 0 8px 0;
	line-height: 14px;
}


/* 2e niveau */
#bottombanner #menu-bas ul#menu-heading .sub ul.sub-menu li {
	display: list-item;
	float: none;
	height: inherit;
	padding: 0 0 0 15px;
	background: url(images/arrow.png) no-repeat 0 3px;
}

#bottombanner #menu-bas ul#menu-heading .sub ul.sub-menu li a {
	color: #333;
	text-transform: inherit;
	line-height: 12px;
	display: inherit;
	font-weight: normal;
	font-size: 10px;
	margin: 0 0 4px 0;
}

/* */

#footer {
  background: #581e75;
  font-size: .9em;
  height: 37px;
  line-height: 37px;
  color: white;
}
#footer .content {
  width: 876px;
  margin-left: auto;
  margin-right: auto;
}
#footer .left {
  float: left;
  text-transform: uppercase;
  color: White;
}
#footer .right {
  float: right;
  text-align: right;
}
#footer .right a {
  color: white;
}

/* menu annexe */
#menu-annexe li {
	list-style: none;	
	display: inline;
}

#menu-annexe li a {
  color: white;
  text-decoration: none;
  background: url(images/primarymenu-sep.png) no-repeat left;
  padding: 0 4px 1px 8px;
}
#menu-annexe li a:hover {
  text-decoration: underline;
}
#menu-annexe li.menu-item-247 a:hover {
  text-decoration: none;
}

#menu-annexe li.menu-item-246 a {
	background: none;
	padding-left: 0;
}

/* */

#left {
  float: left;
  text-align: left;
}
#right {
  float: right;
  text-align: left;
  background: url(images/sidebar-left-bg.png) no-repeat 0 0px;
  min-height: 600px;
}
#main {
  float: left;
}
#main .content {
	position: relative;	
}
#main > .content .sep {
  background: url(images/content-separator-bg.png);
  height: 3px;
  margin: 25px 0;
}
#main .article.pic-right {
  clear: both;
}
#main .article h2 {
  margin-bottom: 15px;
}
#main .article .thumb {
  float: left;
}
#main .article .content {
  padding: 0 0 1px 20px;
}
#main .article .date {
  margin-bottom: 0;
}
#main .article h3 {
  margin: 0 0 0.5em 0;
}
#main .article .thumb2 {
  float: right;
}
#main .article .thumb2 img {
  border: 10px solid #e4e4e4;
}
#main .article .thumb3, #main .article .news-thumb {
  text-align: left;
  position: relative;
}
#main .article .thumb3 a, #main .article .news-thumb a {
  display: block;
  position: absolute;
  top: 63px;
  left: 98px;
  width: 53px;
  height: 53px;
  background-image: url(images/play.png);
}

#main .article .thumb3 img, #main .article .news-thumb img {
  border: 10px solid #e4e4e4;
}
a.arrow-bar {
  display: block;
  padding: 6px 20px 5px 6px;
  background: transparent url(images/arrow_right.png) top right no-repeat;
  color: #FFF;
}
#main .main-left {
  width: 350px;
  float: left;
  margin-top: 12px;
}
#main .main-left #publication-list {
  background-color: #e4e4e4;
  padding: 9px;
  color: #FFF;
  font-weight: bold;
}
#main .main-left #publication-list #item_Flash-Marches, #main .main-left #publication-list #item_Markets-Flash {
  background: #7e9bcc url(images/item-pub-flashmarches-bg.png) repeat-y top right;
}
#main .main-left #publication-list #item_Flash-Marches a, #main .main-left #publication-list #item_Markets-Flash a {
  background: url(images/item-pub-flashmarches.png) no-repeat center right;
}
#main .main-left #publication-list #item_Flash-Produits-Expertises,
#main .main-left #publication-list #item_Flash-Produit-Expertises,
#main .main-left #publication-list #item_Flash-Products-Expertise,
#main .main-left #publication-list #item_Flash-Product-Expertise {
  background: #570e73 url(images/item-pub-flashexp-bg.png) repeat-y top right;
}
#main .main-left #publication-list #item_Flash-Produits-Expertises a,
#main .main-left #publication-list #item_Flash-Produit-Expertises a,
#main .main-left #publication-list #item_Flash-Products-Expertise a,
#main .main-left #publication-list #item_Flash-Product-Expertise a {
  background: url(images/item-pub-flashexp.png) no-repeat center right;
}
#main .main-left #publication-list #item_all_publication {
  background: #839aad url(images/item-pub-all-bg.png) repeat-y top right;
}
#main .main-left #publication-list #item_all_publication a {
  background: url(images/item-pub-all.png) no-repeat center right;
}
#main .main-left #publication-list #item_Perspectives {
  background: #987ab1 url(images/item_perspectives-bg.png) repeat-y top right;
}
#main .main-left #publication-list #item_Perspectives a {
  background: url(images/item_perspectives.png) no-repeat center right;
}
#main .main-left #publication-list #item_Anticipations-Hebdo, #main .main-left #publication-list #item_Anticipations-Mensuel, #main .main-left #publication-list #item_Anticipations-Monthly {
  background: #58aaba url(images/item_anticipations-hebdo-bg.png) repeat-y top right;
}
#main .main-left #publication-list #item_Anticipations-Hebdo a, #main .main-left #publication-list #item_Anticipations-Mensuel a, #main .main-left #publication-list #item_Anticipations-Monthly a {
  background: url(images/item_anticipations-hebdo.png) no-repeat center right;
}
#main .main-left #publication-list #item_Newsletter-Atelier-Natixis-AM, #main .main-left #publication-list #item_Natixis-AM-Workshop-Newsletter {
  background: #5f7486 url(images/item_newsletter-bg.png) repeat-y top right;
}
#main .main-left #publication-list #item_Newsletter-Atelier-Natixis-AM a, #main .main-left #publication-list #item_Natixis-AM-Workshop-Newsletter a {
  background: url(images/item_newsletter.png) no-repeat center right;
}
#main .main-left #publication-list span.item {
  background: #287e93 url(images/item-publication-bg.png) repeat-y top right;
  margin-bottom: 9px;
  display: block;
  vertical-align: middle;
}
#main .main-left #publication-list span.item a {
  display: block;
  padding: 6px 20px 5px 6px;
  background: url(images/item-publication.png) no-repeat center right;
  color: #FFF;
}
#glossary-page h3 {
  margin-top: 1em;
}
#glossary-page .alphabet ul {
  margin: 20px 0;
}
#glossary-page .alphabet li {
  display: inline-block;
  background: #cb5912;
  padding: 3px;
  margin-right: 2px;
  float: left;
}
#glossary-page .alphabet li a {
  font-weight: bold;
  color: white;
  font-size: 10px;
}
#glossary-page .alphabet li.active {
  background: #e4e4e4;
}
#glossary-page .alphabet li.active a {
  color: #cb5912;
}
#glossary-page #content .items {
  margin-top: 20px;
  background: url(images/content-sep-3cols.png) no-repeat 0 0;
  padding-top: 20px;
}
#glossary-page #content .items dt {
  font-weight: bold;
}
#glossary-page #content .items dd {
  margin-bottom: 20px;
}
#organization_info {
  line-height: 13px;
  margin-bottom: 20px;
}
#organization_info p {
  margin-bottom: 15px;
}
#orgnization_info li {
  padding-left: 15px;
  margin-bottom: 7px;
  background: url(images/leftnav-arrow-active.png) no-repeat 0 50%;
}
#organization_info li span {
  color: #cb5912;
  font-weight: bold;
}
.organization_detail {
  background: url(images/content-sep-3cols.png) no-repeat 0 0;
  position: relative;
  padding: 20px 0;
}
.organization_detail h3 {
  font-size: 16px;
  margin-bottom: 7px;
}
.organization_detail div.subtitle {
  font-size: 13px;
  margin-bottom: 7px;
}
.organization_detail .description {
  display: none;
  font-size: 10px;
  line-height: 16px;
}
.organization_detail .toggle {
  display: block;
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
  position: absolute;
  background: url(images/toggle.png) repeat-y 0 0;
}
.organization_detail .toggle.on {
  background-position: 0 20px;
}
.organization_detail img {
  border: 10px solid #E4E4E4 !important;
}
.news, .content-item {
  margin-bottom: 15px;
}
.news img, .content-item img {
  border-color: #e4e4e4;
}
.news .thumb, .content-item .thumb {
  margin-bottom: 20px;
  overflow: hidden;
}
.news .thumb img, .content-item .thumb img {
  border: 10px solid #e4e4e4;
}
.news .date, .content-item .date {
  color: #cb5912;
}
.news h3, .content-item h3 {
  margin: 0.5em 0;
  font-size: 1.4em;
}
.news p, .content-item p {
  margin-bottom: 0.9em;
  font-size: 10px;
  line-height: 12.5px;
  color: #333;
}
.news p.resume {
	font-weight: bold;
	color: #333;
}
.news .headline, .content-item .headline {
  font-size: 11px;
  line-height: 16.5px;
  margin-bottom: 0.5em;
}
/****    NatixisAM - Top Search Page   *************/
.no-results {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #cb5912;
}
.pagination a {
  margin-left: 20px;
}
.pagination a.current {
  font-weight: bold;
}
em {
  font-style: italic;
}
#news-page .news-left, #news-page .news-right {
  float: left;
  width: 191px;
}
#news-page .news-left .thumb, #news-page .news-right .thumb {
  width: 202px;
  height: 144px;
}
#news-page .news-left {
  margin-right: 30px;
}
#news-page .news-list .thumb {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  width: 100px;
}
#news-page .news-list .thumb img {
  border: none;
}
#news-page .news-list .news {
  clear: both;
}
#news-page .news-list .excerpt {
  padding-left: 140px;
  margin-top: 5px;
}
#news-page .all-news {
  background: #cb5912;
  height: 24px;
  font-weight: bold;
  color: white;
  padding-left: 1em;
  border: 10px solid #e4e4e4;
  position: relative;
}
#news-page .all-news span {
  display: block;
  padding-top: 5px;
}
#news-page .all-news span a {
  color: white;
}
#news-page .all-news .go {
  display: block;
  top: 0;
  right: 0;
  background: url(images/go.jpg) no-repeat 0 0;
  height: 24px;
  width: 16px;
  position: absolute;
}
.roundabout-moveable-item .focus-data .popup-description {
  display: none;
}
.team h2 {
  margin: 1em 0;
}
.team .main-picture {
  float: left;
  width: 100px;
  height: 140px;
  position: relative;
  border-width: 10px;
}
.team .main-picture img {
  width: 100px;
  height: 140px;
}
.team .main-picture .main-picture-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3px 7px;
  font-size: 10px;
  color: #FFF;
  background-color: #cb5912;
  opacity: 0.7;
  filter: alpha(opacity=70);
  width: 86px;
  display: block;
}
.team .main-picture .main-picture-caption .name {
  font-weight: bold;
  padding-bottom: 3px;
  display: block;
}
.team .main-picture .main-picture-caption .title {
  font-size: 9px;
}
.team .profile-slider {
  float: left;
  width: 290px;
}
.team .profile-slider .roundabout-holder {
  height: 12em;
  width: 18em;
  font-size: 10px;
}
.team .profile-slider .roundabout-moveable-item {
  max-width: 10em;
  max-height: 14em;
  width: 10em;
  height: 14em;
  overflow: hidden;
}
.team .profile-slider .roundabout-moveable-item img {
  height: auto;
}
.team .profile-slider .roundabout-moveable-item .focus-data {
  display: block;
  background-color: #000;
  width: 9.2em;
  background-color: #cb5912;
  opacity: 0.7;
  filter: alpha(opacity=70);
  bottom: 0;
  position: absolute;
  color: #fff;
  padding: 4px;
  left: 0;
}
.team .profile-slider .roundabout-moveable-item .focus-data > .title {
  font-weight: bold;
  padding-bottom: 3px;
}
.team .profile-slider .focus-info {
  display: block;
  position: relative;
}
.team .profile-slider .focus-info .roundabout-arrow-left, .team .profile-slider .focus-info .roundabout-arrow-right {
  position: absolute;
  height: 20px;
  width: 12px;
  top: 10px;
}
.team .profile-slider .focus-info .roundabout-arrow-left {
  background: url("images/roundabout_arrow_left_small.png") no-repeat scroll 0 0 transparent;
  right: 22px;
}
.team .profile-slider .focus-info .roundabout-arrow-right {
  background: url("images/roundabout_arrow_right_small.png") no-repeat scroll 0 0 transparent;
  right: 0;
}
.team .profile-slider .roundabout-title, .team .profile-slider .roundabout-detail {
  display: none;
}
.team .team-content {
  clear: both;
  padding-top: 20px;
}
.team .team-content .team-headline {
  font-size: 15px;
  font-weight: bold;
  color: #cb5912;
  padding-bottom: 11px;
}
.team .team-content .team-sub-headline {
  font-size: 13px;
  padding-bottom: 22px;
}
.team .team-content .team-description {
  line-height: 16px;
  color: #333;
  text-align: justify;
}
#press-page #main .date {
  color: #cb5912;
}
#contact-page #main #contact-form {
  padding: 0px 50px;
}
#contact-page #main #contact-form p.bottom {
  width: 420px;
}
#contact-page #main #contact-form p.require-msg {
  color: #333;
  font-style: italic;
}
.publication-table .title {
  font-weight: bold;
}
.publication-table td {
  vertical-align: top;
}
.publication-table td .strongborder {
  border-width: 3px;
}
.publication-table ul {
  margin-bottom: 1em;
}
.publication-table li a {
  background: url(images/leftnav-arrow-active.png) no-repeat 0 50%;
  padding-left: 15px;
  text-decoration: none;
  font-style: italic;
}
.publication-table thead th {
  color: #333 !important;
}
h3.title_editor {
  text-transform: uppercase;
  color: #cb5912;
  font-weight: bold;
  font-family: Verdana;
  font-size: 1.4em;
}
h4.subtitle_editor {
  color: #cb5912;
  font-weight: bold;
  font-family: Verdana;
  font-size: 1.4em;
}
p.intro_editor {
  color: #333333;
  font-weight: bold;
  font-family: Verdana;
  font-size: 1.4em;
}
p.notes_editor {
  font-size: 0.8em;
}
#popup {
  width: 868px;
  padding-top: 20px;
}
#popup .left {
  float: left;
  width: 177px;
  background: url("images/sidebar-right-bg.png") no-repeat scroll 100% 0 transparent;
  min-height: 500px;
}
#popup .main {
  float: left;
  width: 404px;
  padding: 0 40px;
}
#popup .main .main_image_wrapper {
  text-align: center;
}
#popup .right {
  float: right;
  width: 197px;
}
#publication-page .roundabout-holder, #subscription-page .roundabout-holder {
  width: 350px;
}
#publication-page .roundabout-holder .roundabout-moveable-item, #subscription-page .roundabout-holder .roundabout-moveable-item {
  height: 175px;
  width: 124px;
}
#bottom-nav a {
  font-style: italic;
  text-decoration: underline;
}
#bottom-nav .next {
  float: right;
}
#bottom-nav .prev {
  float: left;
}
#company-information {
  width: 800px;
}
#company-contact-form {
  width: 520px ;
  float: left;
}
#company-address-box {
  width: 250px;
  float: left;
  margin-left: 20px;
}
#company-address-border {
  width: 20px;
  height: 200px;
  float: left;
  background-image: url("images/address_border.png");
  background-repeat: repeat-y;
}
#company-address {
  border: solid 10px #723497;
  color: #6a686e;
  width: 210px;
  float: left;
}
#company-address p {
  font-style: italic;
  margin: 5px 5px 5px 15px;
}
#company-address p.bold {
  font-style: normal;
  font-weight: bold;
}
#facebook-link-box {
  height: 30px;
  position: relative;
}
#facebook-link-box a {
  position: absolute;
}
.publication-register {
  margin-top: 20px;
  text-align: right;
  font-style: italic;
  color: #333333;
  font-family: "Verdana";
  font-size: 10px ;
}
.search-result-title {
  font-size: 1.4em;
  margin: 0.5em 0;
  font-weight: bold;
}
.search-result-title a:hover {
  text-decoration: none;
}
.search-result-date {
  margin-bottom: 5px;
  margin-top: -10px;
}
#pagination-div {
  margin-bottom: 20px;
}
.biography-block {
  margin: 25px 0;
}
.biography-block .biography-block-title {
  width: 400px;
  margin-bottom: 5px;
  float: left;
}
.biography-block .biography-title {
  color: #297e93;
  font-weight: bold;
}
.biography-block .biography-expand-icon {
  cursor: pointer;
  float: left;
  display: block;
  width: 18px;
  height: 20px;
  background: url(images/biography_sprite.png) repeat-x 19px 0;
  margin-top: -6px;
}
.biography-block .collapse {
  background-position: 0px 0 !important;
}
.biography-block .biography-detail {
  margin-bottom: 18px;
  display: none;
}
#company-google-map {
  border: 7px solid #e4e4e4;
  float: none;
  width: 312px;
  margin-left: 26px;
  margin-top: 10px;
}
#contact-google-address {
  float: right;
  margin-top: 20px;
  background: url(images/contact-address-separator.png) no-repeat top left;
  height: 600px;
}
#contact-form-input {
  float: left;
}
#company-address-box {
  float: none;
  margin-left: 26px;
  width: 312px;
  margin-bottom: 0px;
  background: url(images/address-box-separator.png) repeat-y;
  height: 12px;
}
#company-address {
  margin-top: 12px;
  width: 305px;
}
#company-address p {
  font-style: normal;
}
.block-team-image-slider {
  width: 460px;
  margin-left: -30px;
}
.block-team-image-slider .block-coverflow {
  height: 320px;
  /*overflow: hidden;*/
  visibility: hidden;
}
.block-team-image-slider .roundabout-holder {
  width: 330px;
  height: 280px;
}
.block-team-image-slider .roundabout-in-focus {
  /*max-width : 260px !important;
		/width: 220px !important;
		margin-left:-20px !important;
		*/
}
.block-team-image-slider .roundabout-moveable-item {
  max-width: 190px;
  max-height: 245px;
  width: 190px;
  height: 245px;
  overflow: hidden;
  font-size: 11px;
}
.block-team-image-slider .roundabout-moveable-item .focus-data {
  display: block;
  background-color: #000;
  width: 184px;
  background-color: #cb5912;
  opacity: 0.7;
  filter: alpha(opacity=70);
  bottom: 0;
  left: 0;
  position: absolute;
  color: #fff;
  padding: 3px;
  left: 0;
}
.block-team-image-slider .roundabout-moveable-item .focus-data .text-style {
  padding-left: 10px;
  padding-right: 10px;
}
.block-team-image-slider .roundabout-moveable-item .focus-data .fullname {
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: px;
}
.block-team-image-slider .roundabout-moveable-item .focus-data .position {
  padding-bottom: 5px;
}
.block-team-image-slider .focus-info {
  display: block;
  position: relative;
}
.block-team-image-slider .focus-info .roundabout-arrow-left, .block-team-image-slider .focus-info .roundabout-arrow-right {
  position: absolute;
  height: 28px;
  width: 16px;
}
.block-team-image-slider .focus-info .roundabout-arrow-left {
  background: url("images/block_team_slider_arrow_left.png") no-repeat scroll 0 0 transparent;
  right: 44px;
}
.block-team-image-slider .focus-info .roundabout-arrow-right {
  background: url("images/block_team_slider_arrow_right.png") no-repeat scroll 0 0 transparent;
  right: 0;
}
.disclaimer-grey-box {
  height: 100px;
  overflow: auto;
  padding: 10px;
  background-color: #eee;
  margin-bottom: 10px;
}
.focus-info .table-in-focus-info {
  width: 410px;
}
#homecoverflow .block-coverflow {
  width: 600px;
  height: 300px;
  visibility: hidden;
  margin: 0 auto;
}
#homecoverflow #roundabout_home {
  width: 370px;
  margin-top: -24px;
  margin-left: 106px;
}
#homecoverflow .focus-info {
  display: none;
}

#homecoverflow .focus-data {
	background: #581d74;
	color: #fff;
	position: absolute;
	bottom: 0px;
	width: 352px;
	height: 15px;
	text-align : center;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	padding: 10px 0 8px 0;
	opacity: 0.75;
	filter: alpha(opacity=75);
	display: none;
}

#homecoverflow li.roundabout-in-focus .focus-data  {
	display: block;	
}

/* LEXIQUE
----------------------------------*/

div.content.formated h3.expand {
  text-transform: uppercase;
  cursor:pointer;
}

div.content.formated div.collapse {
  margin-bottom: 50px;  
}


#recruitment-page .job-list h3 {
  font-size: 16px;
  margin-bottom: 15px;
}
#recruitment-page .job-list .job_category, #recruitment-page .job-list h4 {
  color: black;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 15px;
}
#recruitment-page .job-list h4 span {
  font-size: 10px;
  font-weight: normal;
  font-style: italic;
}
#recruitment-page .job-list dl {
  line-height: 1.2;
}
#recruitment-page .job-list dt {
  font-weight: bold;
}
#recruitment-page .job-list dd {
  margin-bottom: 15px;
  text-align: justify;
}
#recruitment-page .job-list .job {
  padding-bottom: 25px;
  margin-bottom: 25px;
  background: url(images/content-sep-small.png) no-repeat center bottom;
}
#recruitment-page .job-list .job.last {
  padding-bottom: 0;
  margin-bottom: 0;
  background: none;
}
#homenewslist .article .content {
  width: auto;
  padding: 0;
}
#main .main-right {
  float: right;
  width: 270px;
  margin-top: 12px;
}
.pagination span {
  color: #cb5912;
  font-size: 12px;
  font-weight: bold;
}
#sales-contacts-map {
  margin-top: 20px;
  margin-bottom: 15px;
}
#sales-contacts-map img {
  width: 430px;
}
#sales-contacts-address {
  width: 430px;
  display: none;
  color: #333;
}
#sales-contacts-address img {
  width: 100px;
  margin-right: 20px;
}
#sales-contacts-address .contact-image {
  float: left;
}
#sales-contacts-address .contact-address {
  vertical-align: top;
}
#contact-address {
  margin-left: 10px;
}
#sales-contacts-main-address {
  margin-left: 120px;
}
.hide {
  visibility: hidden;
}


/* menu transversal */
#home-top-menu .sub {
  /*background: url(images/down-arrow.png) no-repeat scroll top left white;*/
  padding: 10px 0 0;
  position: absolute;
  width: 230px;
  display: none;
  background :#e6e6e6;
  border: 1px solid #fff;
  opacity: 0.9;
  -moz-opacity : 0.9; 
  -ms-filter: "alpha(opacity=90)";
  filter : alpha(opacity=90);
}

/* 1er niveau menu */
#primary-menu {
  background: #cb5912;
}
#primary-menu .content {
  width: 876px;
  margin-left: auto;
  margin-right: auto;
}
#primary-menu ul.menu a {
  line-height: 37px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 12px;
  color: White;
}
#primary-menu ul.menu li {
  background: url(images/primarymenu-sep.png) no-repeat 0 0;
  margin-right: 1px;
}

#primary-menu ul.menu li.first, #primary-menu ul.menu li.menu-item-123, #primary-menu ul.menu li.firstChild {
  background: none;
}


#primary-menu-content {
  z-index: 1000;
  position: relative;
}
#primary-menu ul.menu li:hover > a,
#primary-menu ul.menu li.first:hover > a,
#primary-menu ul.menu a:hover,
#primary-menu ul.menu li.current-menu-parent > a,
#primary-menu ul.menu li.current-menu-item > a,
#primary-menu ul.menu li.current-menu-ancestor > a {
  background: url(images/primarymenu-active.png) repeat-x 0 100%;
  color: White;
}

#primary-menu ul.sub-menu li.current_page_item > a,
#primary-menu ul.sub-menu li.current_page_parent > a  {
  background: none;
  color: inherit;
}

/* 2e niveau sous-menu */
#primary-menu ul.sub-menu {
	display: block;
	margin-top: -6px;
	padding-bottom: 3px;
}
#primary-menu ul.sub-menu li {
	background: none;
	float: none;
	padding-left: 12px;
	margin: 8px 0 8px 0;
}
#primary-menu ul.sub-menu li a {
	color: #333;
	text-transform: none;
	background: none;
	font-size: 10px;
	line-height: 14px;
}
#primary-menu ul.sub-menu li a:hover {
	color: #cb5912;
	text-transform: none;
	background: none;
}



/* Banniere page d'accueil
---------------------------------------------- */
#banner {
	width: 620px; height: 120px;
	position: relative;
	border: 10px solid #e4e4e4;
	margin-top: 0px;
}
#nouveau {
	width: 49px; height: 62px;
	background: url(images/nouveau.png) no-repeat;
	position: absolute;	z-index: +1;
	top: -10px; left: -10px;
}
#new {
	width: 49px; height: 62px;
	background: url(images/new.png) no-repeat;
	position: absolute;	z-index: +1;
	top: -10px; left: -10px;
}



/* Blocs colonne gauche
---------------------------------------------- */

div.block-nat, #left .side-bloc {
	border: 8px solid #cb5912;	
	padding: 6px;
	margin: 20px 15px 0 0;
}

div.block-nat h3, #left .side-bloc h3 {
	margin: 3px 0 3px 0;
	text-transform: uppercase;
}

div.block-nat P, #left .side-bloc P {
	margin: 6px 0 3px 0;
	line-height: 12px;
	font-size: 9px;
}

/* exergue masquée */
#text-3 { display: none; }




/* Blocs colonne droite 
---------------------------------------------- */

#right .side-bloc {
	margin-bottom: 12px;
}

div.col-bloc,
#linkcat-10,
#easel_control_panel_widget-3 {
	position: relative;
	background: #e4e4e4;
	border: 1px solid #c4c4c4;
	padding: 10px;
	margin: 0 0 12px 12px;
	/* ombre portee */
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 0px 0px 5px #aaa;
	behavior: url(js/PIE.htc);
}

#linkcat-10 {
	width: 156px;
	/*width: 180px;*/
}
div.col-bloc h3,
#linkcat-10 h3,
#easel_control_panel_widget-3 h3 {
	background: #cb5912;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 11px;
	padding: 3px;
}

/* Acces Non Client */
P.acces_non_client, #linkcat-10 li {
	margin: 1px 0 0px 0;	
}

#linkcat-10 ul {
	margin: 4px 0 0px 0;	
}

/* Formulaire Acces Client */
div.formulaire_acces_client, form#loginform {
	margin: 2px;
	padding-top: 2px;
}
div.formulaire_acces_client P, form#loginform P{
	margin: 2px 0 0px 0;
}
div.formulaire_acces_client label, form#loginform label {
	color: #cb5912;
	font-weight: bold;
	font-size: 10px;
	margin: 4px 0 4px 0;
}
div.formulaire_acces_client input, form#loginform input {
	position: relative;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	behavior: url(js/PIE.htc);
}
div.formulaire_acces_client input.field, form#loginform input.input {
	width: 146px;
	font-size: 11px;
	color: #666;
	border: 1px solid #c4c4c4;
}
div.formulaire_acces_client input.button_2, form#loginform input.button-primary {
	font-size: 10px;
	background: #cb5912;
	color: #fff; font-weight: normal;
	text-transform: uppercase;
	border: 0px; padding: 3px 5px;
	cursor: pointer;
}
div.formulaire_acces_client a.more, #easel_control_panel_widget-3 a.more {
	font-style: normal;
	font-size: 9px;
}

#easel_control_panel_widget-3 li {
	line-height: 12px;
}

P.login-submit {
	text-align: center;	
	padding: 6px 0 2px 0;
}

P.login-remember {
	display: none;	
}




/* simulateur */
#simulateur, #text-4 {
	margin-left: 20px;	
}

/* titres masques */
#text-4 h3, #text-6 h3, #text-7 h3, #text-9 h3 {
	display: none;
}


/* nous contacter */
#nous-contacter, #linkcat-11 {
  font-weight: bold;
  text-transform: uppercase;
}
#nous-contacter a {
  display: inline-block;
  padding-left: 36px;
  margin: 2px 0 2px 6px;
}


#linkcat-11 ul {
  padding-top: 0px;
}

#linkcat-11 li {
  display: block;
}

/*#linkcat-11 li:Last-Child a {
  cursor: default;
  text-decoration: none;
}*/

#linkcat-11 a {
  display: inline-block;
  line-height: 12px;
  margin: 3px 0 3px 6px;
  width: 130px;
}

#linkcat-11 a IMG{
  float: left;
  margin-right: 8px;
  margin-top: 0px;
}

#linkcat-11 h3 {
	padding-left: 50px;
	width: 180px;
	font-size: 13px;
	background: url(images/heading.png) no-repeat 0 4px;
	margin-bottom: 6px;
	margin-top: -3px;
}


div.blanc {
	background: #fff;
	margin-top: 6px;
}




/* video */

#video .thumb, #text-8 .thumb {
  position: relative;
}
#video .thumb img, #text-8 .thumb img {
  border: 10px solid #e4e4e4;
  width: 180px;
  height: 120px;
  display: block;
}

#video .thumb a, #text-8 .thumb a {
  display: block;
  position: absolute;
  top: 44px;
  left: 74px;
  width: 53px;
  height: 53px;
  background-image: url(images/play.png);
}

#video P, #text-8 P {
  width: 194px;
  margin: 10px 0 10px 6px;
}

#text-8 h3 {
	padding-left: 50px;
	width: 180px;
	font-size: 13px;
	background: url(images/heading.png) no-repeat 0 4px;
	margin-bottom: 6px;
	margin-top: -3px;
	text-transform: uppercase;	
}


/* acces direct */

#acces_direct, #right #linkcat-12 {
	background: #e4e4e4;
	border: 8px solid #cb5912;	
	font-weight: bold;
	padding: 6px 10px;	
}
#acces_direct h3, #right #linkcat-12 h3{
	margin: 0px 0 6px 0;
	text-transform: uppercase;	
}


#acces_direct ul li, #right #linkcat-12 ul li { margin-top: 2px; }

#acces_direct ul li a, #right #linkcat-12 ul li a
{
	background: #fff url(images/go.jpg) no-repeat right center;
	color: #cb5912;
	display: block;
	padding: 5px 22px 5px 6px;
	font-size: 10px;
}


/* autres */
div.side-bloc {
  margin-left: 16px;
}

div.side-bloc h3 {
	padding: 3px;
}

#right h3.heading {
	padding-left: 50px;
	width: 180px;
	font-size: 13px;
	background: url(images/heading.png) no-repeat 0 5px;
	margin-bottom: 10px;
	margin-top: -3px;
}

#right #text-8 h3, #right #linkcat-11 h3 {
	width: 140px;
}


/* separation */
div.separation {
	background:url(images/sidebar-sep-bg.png) no-repeat center;
	height: 1px;
	margin:10px 0 10px 13px;
}


/* logo BPCE bas */
#logo_bpce {
	height: 37px;	
}



/* drapeaux /
a.eng {
	background: url(images/english.png) no-repeat left 0px;
	padding-left: 18px;
}

a.fr {
	background: url(images/french.png) no-repeat left 0px;
	padding-left: 18px;
}*

/* Ajouts by Cyril */

#correspondant img {
	width: 90px ;
	background: #fff;
	border: 1px solid #ccc;
	padding: 3px;
	float: left ;
	margin-right: 14px ; 
}

#correspondant #nom {
	font-weight: bold;
	color: #5d2478;
	font-size: 13px;
}

#correspondant P {
	font-size: 11px;
}

P.error {
	color:#F00 ;
	font-style: italic;
}

P.error.cache {
	display:none;
}



/* Formulaires */

form.wpcf7-form {
	padding-top: 6px;	
}

form.wpcf7-form P {
	margin: 8px 0 8px 0;
	clear: left;
}
form.wpcf7-form label {
	color: #666;
	font-weight: bold;
	font-size: 11px;
	margin: 4px 0 4px 0;
	float: left;
	width: 180px;
}

form.wpcf7-form span.query {
	color: #666;
	font-weight: bold;
	font-size: 11px;
	margin: 4px 0 4px 0;
}
form.wpcf7-form span.oblig {
	color: #cb5912;
	font-weight: normal;
	font-size: 10px;
	margin: 4px 0 4px 0;
}

form input.wpcf7-text, form textarea.wpcf7-textarea {
	width: 240px;
	font-size: 12px;
	color: #666;
	border: 1px solid #c4c4c4;
}

form select.wpcf7-select {
	width: 218px;
	font-size: 12px;
	color: #666;
	border: 1px solid #c4c4c4;
}

form input.wpcf7-submit {
	font-size: 11px;
	background: #cb5912;
	color: #fff; font-weight: normal;
	text-transform: uppercase;
	border: 0px; padding: 3px 5px;
	cursor: pointer;
}


/* Page Notre organisation > France */

form#client_france P {
	margin: 3px 0 3px 0;
}
form#client_france label {
	color: #999;
	font-weight: bold;
	font-size: 9px;
	margin: 4px 0 4px 0;
	text-transform: uppercase;
}
form#client_france input, form#client_france select {
	position: relative;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	behavior: url(js/PIE.htc);
}
form#client_france input.input {
	width: 170px;
	font-size: 12px;
	color: #666;
	border: 1px solid #c4c4c4;
}

form#client_france select.select {
	width: 175px;
	font-size: 12px;
	color: #666;
	border: 1px solid #c4c4c4;
}
form#client_france input.button-primary {
	font-size: 11px;
	background: #cb5912;
	color: #fff; font-weight: normal;
	text-transform: uppercase;
	border: 0px; padding: 3px 5px;
	cursor: pointer;
}

form.simulateur label {
	width: 280px;
        color: #999;
        font-weight: bold;
        font-size: 9px;
        margin: 4px 0 4px 0;
        text-transform: uppercase;
}

form.simulateur input.input {
        width: 70px;
        font-size: 12px;
        color: #666;
        border: 1px solid #c4c4c4;
	text-align:right;
}

form.simulateur input.button-primary {
        font-size: 11px;
        background: #cb5912;
        color: #fff; font-weight: normal;
        text-transform: uppercase;
        border: 0px; padding: 3px 5px;
        cursor: pointer;
}

div.diagnostique {
	margin-bottom: 20px;
}

div.diagnostique span.intitule { 
	font-weight: bold;	
	color: #cb5912;
}

div.diagnostique span.nom {
	display: none;
}

div.diagnostique label {
	float:left;
	width: 550px;
}

div.diagnostique span.reponse {
	float: right ;
	width: 80px;
	display: block;
        color: #999;
        font-weight: bold;
        font-size: 9px;
        text-transform: uppercase;
	text-align: right;
}

div.synthese {
	display:block;
  border: 0px solid #000 ;  
	//font-style: italic;
	margin: 10px 20px 0 20px;  
  padding: 10px 40px  ;
}

div.synthese img.noborder {
  border: 0px solid  #000;
}

span.synthese img {  
	margin: 0px 20px 0 20px;  
  padding: 10px ;  
  padding-top: 0;
}

span.synthese.besoin-0,
  span.synthese.besoin-1 {
 border-color: #0F0;   
}

span.synthese.besoin-2 {
 border-color: #000;   
}

span.synthese.besoin-3 {
 border-color: #F00;   
}

div.diagnostique span.commentaire {
	background-image: url('/wp-content/themes/natixisfactor/fleche-lien.gif') ;
	background-repeat: no-repeat;
	display:block;
	padding-left: 15px; 
	padding-right: 50px;
	font-style: italic;
	margin-bottom: 5px;
}

form.entretien label {
        width: 580px;
        color: #999;
        font-weight: bold;
        font-size: 9px;
        margin: 4px 0 4px 0;
        text-transform: uppercase;
}

form.entretien#step-1  label {
        width: 380px;
	text-align: right;
}

form.entretien#step-1  label.error {
	float: right;
	font-weight:normal;
	font-style: italic;
	color:#900;
	text-transform: none;
}

form.entretien#step-1 input.input {
	 width: 250px;
   text-align: left;
}

form.entretien#step-1 input.checkbox {
	margin-left: 385px;
}

form.entretien#step-2  label {
        width: 560px;
}

form.entretien#step-2 select {
	width: 60px;
	margin-left: 10px;
	margin-top: 4px;	
}

form.entretien input.input {
        width: 150px;
        font-size: 12px;
        color: #666;
        border: 1px solid #c4c4c4;
        text-align:right;
}

form.entretien input.button-primary {
        font-size: 11px;
        background: #cb5912;
        color: #fff; font-weight: normal;
        text-transform: uppercase;
        border: 0px; padding: 3px 5px;
        cursor: pointer;
}

/* Ajout JC simulation */
.commentaire{
	display:none;
	background: url('/wp-content/themes/natixisfactor/fleche-lien.gif') no-repeat 0 50%;
	float:left;
	width:500px;
	padding-left:15px;
	margin-left:15px;
	color: #581d74;
}
.visible{
	display:inline;
}



/* FAQ */

.qa-faq-title {
	border:1px solid #b290b3;
	margin: 12px 0 6px 0;
}
.qa-faq-title a {
	display:block;
	padding:3px 3px 3px 18px;
	font-size: 12px;
}

.qa-faq-title a:link, .qa-faq-title a:visited {
	background:url(images/arrow-off.gif) no-repeat 5px 7px;
	text-decoration:none;
}

.qa-faq-title a:link a, .qa-faq-title a:visited a {
	background: none;
}

.qa-faq-title a:hover, .qa-faq-title a:active, .qa-faq-title a:focus {
	text-decoration:none;
	background: #ece4f1 url(images/arrow-off.gif) no-repeat 5px 7px;
}

.qa-faq-title a.open:link, .qa-faq-title a.open:visited {
  background:#ece4f1 url(images/arrow-on.gif) no-repeat 5px 7px;
  text-decoration:none;
}

.qa-faq-title a.open:link a, .qa-faq-title a.open:visited a{
  background:none;
  text-decoration:none;
}


.qa-faq-answer {
	font-size: 11px;
	padding:4px 10px;
	line-height: 14px;
}

/*
.qa-faq-title a.open:link, .qa-faq-title a.open:visited {
  border-style:solid;
  background:#eee url(img/arrow-up.gif) no-repeat 98% 50%
}
*/


/* Moteur de recherche */

div.result {
	border: 10px solid #e4e4e4;
	padding: 6px 10px;
	margin-bottom: 10px;
}
div.result p {
	color: #333;	
	font-size: 11px;
	margin-top: -5px;
}
h3.result-title {
	margin: 5px 0 0px 0;	
}


/* Navigation de page */

#wp-paginav {
	text-align: left;
	margin-top: 15px;
}

#wp-paginav ul {
	display: block;
	list-style-type: none;
	margin-left: -8px;
}
#wp-paginav ul li {
	display: inline;
	list-style-type: none;
	background: none;
	margin-left: 8px;
}

#wp-paginav li.paginav-pages {	
	color: #999;
	float:right;
	margin-right: 10px;
}

#wp-paginav li a {
	border: 1px solid #ccc;
	padding: 3px 4px;
	margin-left: -10px;
}

#wp-paginav li.paginav-current {
	padding: 4px 6px;
	background: #cb5912;
	color: #fff;
}


/* Plan du site */

.page-template-sitemap-php #bottombanner {
	display: none;	
}


/* patch lien "accueil" */
#plan-du-site ul#plan li.menu-item-123 {
	display: none;	
}

#main P.lien_home  {
	display: block;
	width: 205px;
	list-style-type: none;
	background: none;
	position: relative;
	margin: 20px auto 4px auto;
}

#main P.lien_home a {
	display: block;
	background: #cb5912;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding: 6px 10px;
    text-transform: uppercase;
	margin: 0 0 8px 0px;	
}

/* 1er niveau */
#plan-du-site ul#plan {
	font-size: 20px;
	margin-left: -20px;
	list-style-type: none;
}

#plan-du-site ul#plan li {
	display: block;
	width: 195px; height: 210px;
	float: left;
	margin: 4px;
	list-style-type: none;
	background: none;
}

#plan-du-site ul#plan li a {
	display: block;
	background: #cb5912;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding: 6px 10px;
    text-transform: uppercase;
	margin: 0 0 8px -10px;
}


/* 2e niveau */
#plan-du-site ul#plan ul {
	margin: 3px 0 3px -20px;
}

#plan-du-site ul#plan ul li {
	margin: 0px;
	background-repeat: no-repeat;
	background-image: url(images/puce-natixis.gif);
	background-position: 3px 6px;
}

#plan-du-site ul#plan ul li a {
	text-transform: none;
	font-weight: bold;
	color: #333;
	margin: 0px;
	padding: 0px;
}


/* 3e niveau */
#plan-du-site ul#plan ul ul {
	margin: 0px 0 0px -10px;
}

#plan-du-site ul#plan ul ul li {
	background-image: url(images/leftnav-arrow-active.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 16px;
}

#plan-du-site ul#plan ul ul li a{
	text-transform: none;
	font-weight: normal;
	color: #cb5912;
	margin: 0px;
	padding: 0px;
}


/* Patchs niveaux 2 et 3 */
#plan-du-site ul#plan ul li, #plan-du-site ul#plan ul ul li {
	display:inherit;
	width: inherit; height: inherit;
	float: none;
	border: none;
}

#plan-du-site ul#plan ul li a, #plan-du-site ul#plan ul ul li a {
	background: none;
}





/* iFrame authentification */
iframe#authent-natixis {
	width: 225px; height: 180px;
	margin-left: -8px;
}


/* WEB TV */
body.page-template-webtv-php .content h1 {
	width: 120px;
	float: left;
}
body.page-template-webtv-php #bottombanner {
	display: none;	
}

#mediaplayerContainer{
	border: 10px solid #e4e4e4;
	position: relative; margin: 0px auto;
	width: 800px; height: 390px;
	background: #fff;
}
#mediaplayerContainer P {
	text-align: center;
	margin-top: 30px;
}
#mediaplayer{
	width: 800px; height: 390px;
	background: #fff;
}


/* Menu Web TV */
body.page-template-webtv-php ul li {
	background: inherit;
}
body.page-template-webtv-php ul li a {
	font-weight: inherit;
}


.webtv-menu {
  float: right;
  border: 10px solid #e4e4e4;
  margin-left: -36px;

}

.webtv-menu li {
  float: left;
  margin-left: -9px;
}
.webtv-menu li.active {
  font-weight: bold;
}
.webtv-menu li.active, .webtv-menu li:hover {
  background: url(images/sectionmenu-active-sep.png) no-repeat 100% 0;
}
.webtv-menu a {
  height: 40px;
  line-height: 44px;
  padding: 0 14px;
  border-left: 2px solid #e4e4e4;
  overflow: hidden;
  text-align: center;
  background: url(images/sectionmenu-bg.png) repeat-x 0 0;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  font-size: 10px;
  margin-right: -2px;
}
.webtv-menu li.active a, .webtv-menu li:hover a {
  background: url(images/sectionmenu-active-bg.png) repeat-x 0 0;
  text-decoration: none;
}

.webtv-menu li.firstChild a {
  margin-left: -12px;
  border-left: none;
}


