/*********************************/
/*                               */
/*  Feuille de style principale  */
/*                               */
/*********************************/

/*

Index

- reset
- balises simples
- structure
- menus

Vert : color: #00925b;		

*/

#bloc-cetelem-fr {
  /*border: 2px solid red;*/
}

/* reset */

*,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
	cursor: help;
}

/* fin reset */


/* Balises simples */
html {
  font-size:100%;
}
a {
	color: #545557;}
	a img {
	border: none;}
a:hover {
  text-decoration: none;
}	

body {
	background: #fff;
	color: #545557;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 0.625em/1.1 Helvetica, Arial, sans-serif;}
	
p {
	font-size: 1.2em;
}	

del {
	text-decoration: none;
	/*color: red*/;}
fieldset {
	border: none;
	margin: 0;
	padding: 0;}
hr {
	display: none;}
label {
	cursor: pointer;}
legend {
	line-height: 1.5;
	font-size: 1.1em;
	font-weight: bold;
	padding: .2em 0;}
strong {
    font-weight: bold;
}


/* Structure */
#wrapper {
	width: 990px;
	margin: 0 auto 10px auto;
	text-align: left;
	/*background-color: red;*/
	border: 1px solid #ccc;
	}
#page-home #wrapper {
  margin-bottom: 0;
}
#header {
	background: #fff;
	position: relative;
	float: left;
	width: 100%;
}	
	#header h1{
		padding: 0;
	}

	h1#logo-bnp a {
		display:block;
		text-indent:-9999px;
		width:562px;
		height:57px;
		margin: 0;
		padding: 0;
	    _margin-left: 30px;	
		}
	h2#global-finance {
	display: none;
    float: left;
    width: 270px;
    height: 48px;
    position: absolute;
	top: -9999px;
	left:-9999;
    margin: 15px 0;
    
    background-color: #fff; 	 
    background-repeat: no-repeat;
    background-position: top right;
    
    border-left: 2px solid #000;    
	}
	
	body.lang-fr h1#logo-bnp{	  
	  background: url(images/header/BNP-Paribas-Personal-Finance-new.jpg) no-repeat left top;
	}
	body.lang-en h1#logo-bnp{
	  background: url(images/header/BNP-Paribas-Personal-Finance-EN-new.jpg) no-repeat left top;
  }
	
	
	h1#logo-bnp a:focus {
		outline:none;
	}
	/* h2#global-finance {
	  font-family: Helvetica;
		
		color: #53534d;
		font-size: 1.9em;
		letter-spacing: .06em;
		font-weight: normal;
	} */
	
/* Menu de navigation principal */

  ul#menu {  	
  	min-height: 2.7em;
  	_height: 2.7em;
  	margin:0;
  	padding:0;
  	background: #e85073 url(images/fonds/menu.jpg) repeat-y top left;
  	border-bottom: 5px solid #fff; 	
  	clear: both;
  	z-index:2;
	clear: both;

  }
  ul#menu li,
  ul#menu li.selected {
  	position:relative;
  	float:left;
  	margin:0;
  	border-right: 1px dotted #fff;
  }
  
  ul#menu li a,
  ul#menu li span{
  	font-size:1.2em;
  	color:#fff;
  	text-align:center;
  	line-height: 2.2em;
  	display:block;
  	
  	width: auto !important;
  	width:66px;
  	min-width:66px;
  	
  	height: auto !important;
  	height:2.3em;
  	min-height:2.3em;

  	padding-top:2px;
  	text-decoration:none;
  	padding: 0 15px;
    letter-spacing: .04em;
  }
  ul#menu li.first a {
    /*_width: 70px;*/   
    margin-left: 25px;
  }
  ul#menu li.last {
   border-right: 0;
  }
  ul#menu li.selected a,
  ul#menu li a:hover,
  ul#menu li span {
  	background: transparent url(images/header/page-en-cours.gif) no-repeat bottom center;
  }  
  ul#menu li#marques-et-societes a:hover,
  ul#menu li#presentation a:hover {
  	background: transparent url(images/header/menu-hover.gif) no-repeat bottom center;
  }
  ul#menu li#marques-et-societes li a:hover,
  ul#menu li#presentation li a:hover {
  	background-image: none;
  }
  
	ul#menu li ul.sous-menu {
	  	background-color: #50b17e;
	  	margin-left:-1px;
	  	padding:0 2px 2px 2px;
      display: none;
      position:absolute;
	  	z-index:150;
      border: 1px solid #fff;		
	  }
	  ul#menu li:hover ul.sous-menu {
	  	top:27px;
	  	left:0;
	  	display:block;
	  	border-top: 5px solid #fff;
	  }
		  ul#menu li ul.sous-menu li {
		  	float:none;
		  	margin:0;
		  	padding: 0;
        border: 0;
        width: 180px;
        border-top: 1px solid #fff;
		  }
		  /* les liens ou span si pas de lien dans les sous-menus */
		  ul#menu ul span.selected,
		  ul#menu ul li.selected a,  
		  ul#menu li ul.sous-menu li a,		  
		  ul#menu li#marques-et-societes.selected ul.sous-menu li a:hover,		  
		  ul#menu li#presentation.selected ul.sous-menu li a:hover {
		    background-image: none;
		  	display:block;
		  	width: 250px;
		  	height: 25px;
		  	line-height:25px;
        text-align: left;        
        white-space: nowrap;
		  }
		  	ul#menu li ul.sous-menu li.firsts,
		  	ul#menu li ul.sous-menu li.firsts a {
    			border: 0;    			
    		}    		 
    		/* au survol */   		        
    		ul#menu li ul.sous-menu li:hover,
    		ul#menu li ul.sous-menu li a:hover {
    		  background-image: none;
          background-color: #0C8C6C;   	
        }
        
		  ul#menu li#presentation ul.sous-menu li{
		    width: 180px;
	    }
	

	
/* Contenu */

#content {
  background: #fff;
	min-height: 260px;
	_height: 240px;
}


#page-home #content {
	min-height: 460px;
	_height: 460px;
	width:100%;
	float: left;
}

  h2 {
    color: #00925b;		
		font-size: 2em;
		letter-spacing: .02em;
	}	
	h2,
	h2 a,
	h3,
	h4 {
		color: #00925b;		
		line-height: 120%;		
	}
	h3 {
		font-size: 1.4em;
	}
	h4 {
		font-size: 1.4em;
		padding: 15px 0 5px 0;
	}



/* Pages de contenu */

#content #sidebar {
  background: #fff url(images/fonds/zen_fond.jpg) no-repeat scroll top right;
  width: 321px;
  min-height: 464px;
  _height: 404px;
  float: right;
}

  #content #sidebar ul.liste-sites li img {
    border: 1px solid #ccc;
  }
    #content #sidebar ul.liste-sites li {
      padding: 15px;
    }
      #content #sidebar ul.liste-sites li a {
        display: block;
        text-decoration: none;
      }
      #content #sidebar ul.liste-sites li span {
        display: block;
      }
        #content #sidebar ul.liste-sites li.magazine span.typeicone {
          display: inline;
          clear: none;
        }
        #content #sidebar ul.liste-sites li.magazine span a {
          display: inline;
          clear: none;
        }
      #content #sidebar ul.liste-sites li img {
        padding: 2px;
      }
      
      #content #sidebar ul.liste-sites li.presentation-plaquette {
	  margin-top: 250px;
        }


#subcontent {
  float: left;
  width: 600px;
  margin: 15px 0 20px 60px;
  _margin-left: 30px;
  font-size: 1.1em;
  line-height: 1.4em;
}
  #subcontent h2 {
    margin-bottom: 15px;
  }
  #subcontent h3 {
    background: #fff url(images/puces/demi.gif) no-repeat 0 1px;
    padding-left: 15px;    
    margin-left: -15px;
    margin-top: 15px;
    margin-bottom: 8px;
    font-size: 1.3em;
  }  
  #subcontent ul li {
    list-style-type: none;
    background: url(images/puces/liste-simple.gif) no-repeat scroll top left;
    padding-left: 12px;
    font-size: 1.1em;
  }
    #subcontent ul.exergue {
      margin-left: 50px;
    }
    #subcontent ul.colonne {
      /* todo : à débugger */
      width: 50%;
      float: left;
    }
      #subcontent ul li ul {
        padding-bottom: 5px;
      }
      #subcontent ul li ul li {
        font-size :100%;        
      }
   
  
  #subcontent p {
    margin: 5px 0;   
    font-size: 1.1em; 
  }
    #subcontent p.conclusion {
      color: #00925b
    } 
    #subcontent .encart {
      clear: both;
      color: #fff;
      margin-top: 50px;
      margin: 5px 0;
      position: relative;
      min-height: 80px;      
      _height: 80px;
      background: #fff;    
      padding-top: 20px;  
    }
      #subcontent .encart .encart-credito {        
        position: absolute;        
        width: 80px;
        height: 78px;               
        right: 0;
        background: transparent url(images/fonds/encart-credito.png) no-repeat scroll top right;
        z-index: 10;             
        bottom: -2px;
        behavior: url(../script/iepngfix.htc);
      }

      #subcontent .encart .encart-contenu {
        position: absolute;
        bottom: 5px;
        z-index: 5;        
        color: #fff;
        background: transparent;
        min-width: 483px; /* pour ie7*/
        _width: 483px; /* pour ie6*/
        
        clear: both;   
        background: #4A88BB url(images/fonds/encart.jpg) no-repeat scroll 0 0;  
        
        font-size: 100%;
        padding: 5px 70px 5px 5px;
        margin-top: 25px;
      }
      
      #subcontent .encart .encart-contenu *,
      #subcontent .encart .encart-contenu p,
      #subcontent .encart .encart-contenu a,
      #subcontent .encart .encart-contenu ul {
        color: #fff;
      }

  /* contenu avec retrait à gauche */
  #subcontent .contenu-texte {
    margin-left: 42px;
  }

/* fil d'ariane */

ul#fil-ariane {
  margin-bottom: 20px;
}
  ul#fil-ariane li {
    background: url(images/puces/liste-ariane-simple.gif) no-repeat scroll 0 2px;
    display: inline;    
  }
  ul#fil-ariane li.accueil {
    background: none;
    padding-left: 0;
  }
  ul#fil-ariane li.encours {
    background: url(images/puces/liste-simple.gif) no-repeat scroll 0 2px;
  }
    ul#fil-ariane li a {
      text-decoration: none;
    }
    ul#fil-ariane li a:hover {
      text-decoration: underline;
    }
    ul#fil-ariane li.encours {
      color: #0c8f6e;
    }

	
/* Menu direct access */	
ul#acces-rapide {
	text-align:left;
	margin:0;
	padding:0;
	z-index:50;
	color: #53534d;
	font-size: 1.2em;
	position: absolute;
	top: 0;
	right: 0;
	
}
  ul#acces-rapide li#acces{
  	margin:0;
  	padding:0;
  }
  #acces-rapide li#acces{
  	display:block;
  	line-height:26px;
  	text-align:center;
  	width:235px;
  	height:26px;
  	text-decoration:none;
  	font-weight:bold;
  	margin:0;
  	cursor:hand;
  	background: url(images/header/accesrapide-new.gif) no-repeat top right;
  	
  }
  #acces-rapide li a:hover{
  	text-decoration:underline;
  }
  #acces-rapide li span{
  	margin-left: 6.0em;
  }
  ul#acces-rapide span#notice {
    text-indent: -999em; 
    display: block;
  }
  ul#acces-rapide li #conteneur-menu-access ul.sous-menu-acces {
  	text-align:left;
  	right:-1px;
  	margin:0px;
  	background: #eeebe5;
  	z-index:49;
  	background: #fff url(images/header/backaccesrapide.gif) repeat-y top right;
  }
  #conteneur-menu-access {
  	display:none;
  }
  #acces-rapide li #conteneur-menu-access ul.sous-menu-acces li {
  	padding-left:22px;
  	padding-right:5px;
  	font-size:0.8em;
  	font-family:Verdana;
  	line-height:2.2em;
  	height:2.2em;
  	background:transparent url(images/puces/puce.gif) no-repeat 5px 6px;
  	text-align:left;
  	font-weight:bold;
  	border-top: 1px dashed #aba699;
  }
  #acces-rapide li #conteneur-menu-access ul.sous-menu-acces li.first,
  #acces-rapide li #conteneur-menu-access ul.sous-menu-acces li:first-child {
  	border-top: none;
  }
  #acces-rapide li #conteneur-menu-access ul.sous-menu-acces li a {
  	text-decoration:none;
  }
  #acces-rapide li #conteneur-menu-access ul.sous-menu-acces li a:hover {
  	text-decoration:underline;
  }
  #acces-rapide li:hover #conteneur-menu-access {
  	background:transparent;
  	position:absolute; 
  	right:-1px !important;
  	right:-2px;
  	top:0px;
  	padding-top:26px;
  	border:1px solid #aba699;
  	display:block;
  	z-index:49;
  }  
  
#langage-site {
	position: absolute;
	top: 8px;
	right: 240px;
}
  #langage-site li a {
  	color:#494a44;
  	background: url(images/header/fleche-lang.gif) no-repeat center left;
  	padding-left: 15px;
  }


/* Footer */

#footer {
  position: relative;
	padding:2px 10px 10px 10px;
	background:#eeebe5;	
	line-height:2em;
	height:85px; /*ie7*/
	clear:both;
	margin-top: 20px;
}
  #page-home #footer {
    margin-top: 0;
  }
#footer img {
	vertical-align:middle;
}
#footer a {
	color:#575751;
}
#footer br {
  height: 1px;
  line-height: 1px;
}
#footer p#copyright {
	margin-top: 10px;
	font-size: 1em;
	float: left;
	clear: both;
	width: 15em;
}
#foot-menu {
	margin-left: 40px;	
	clear: both;
	_height:1em;
	padding-top: 10px;
}
	#foot-menu ul {
		float: left;
		height: 2.2em;	
		height: 15px;	
	}
	#foot-menu ul,
	#foot-menu li {
		display: block;
	  float: left;
	}
	#foot-menu li span.selected,
	#foot-menu li a {
		padding-left:7px;
		padding-right:12px;
		background:url(images/puces/liens-footer.gif) no-repeat left;
	}
	#foot-menu li.last a {
		padding-right:none;
		background:none;
	}
	#foot-menu li#sites-groupe {
	  margin-left: 10px;
	  width: 120px;
	  height: 20px;
	  background: transparent url(images/fonds/footer-lien-sites.gif) no-repeat 0 3px;
	}		
	#foot-menu li#credit-responsable {
    margin-left: 0; 
  }	
  	#foot-menu li#sites-groupe span.selected,
  	#foot-menu li#sites-groupe a,
  	#foot-menu li#credit-responsable span.selected,
    #foot-menu li#credit-responsable a,
  	#foot-menu li#observatoire-cetelem span.selected,
  	#foot-menu li#observatoire-cetelem a {
  	  background: #fff;
      font-size: .9em;
  	  padding: 0;
  	  margin-left: 20px;
  	  text-decoration: none;
  	  line-height: 10px;
    }



  /* Style des icones des liens menant à des fichiers */
	.typeicone{
		padding-left: 15px;
	}
	.typegen{
		background: url(images/icones/icones.png) no-repeat 0 -315px;
	}
	.typeimg{
		background: url(images/icones/icones.png) no-repeat 0 0;
	}
	.typexls{
		background: url(images/icones/icones.png) no-repeat 0 -35px;
	}
	.typeppt{
		background: url(images/icones/icones.png) no-repeat 0 -70px;
	}
	.typeaud{
		background: url(images/icones/icones.png) no-repeat 0 -105px;
	}
	.typepdf{
		background: url(images/icones/icones.png) no-repeat 0 -140px;
		font-size: 1.1em;
	}
	.typedoc{
		background: url(images/icones/icones.png) no-repeat 0 -175px;
	}
	.typevid{
		background: url(images/icones/icones.png) no-repeat 0 -210px;
	}
	.typezip{
		background: url(images/icones/icones.png) no-repeat 0 -280px;
	}
	.typemail{
		background: url(images/icones/icones.png) no-repeat 0 -242px;
	}	
	.external{
		background: url( images/icones/lien_externe.gif ) no-repeat 0 3px;
		padding-left: 10px;
	}
	#subcontent .encart .encart-contenu .external,
	#actualites .external{
		background: url( images/icones/lien_externe-blanc.gif ) no-repeat 0 3px;
	}
	.typerss{
		background: url( images/icones/rss_add.gif ) no-repeat 0 0;
		padding-left: 20px;
	}

	#interligne {
		clear: both;
	}
	

