/* CSS Document - FDBI 2007*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	background-color: #E5E5E5;
	color: #134371;
	
}

#conteneur {
	position: relative;
	width: 900px;
	height: 500px;
	background-color: #FFFFFF;
	margin: 0 auto;
	border: solid #2a5985 thin;
}

/*Haut de page - FDBI 2007*/
#baniere {
    height: 150px;
    color: #FFFFFF;
}

#baniere a {
	margin: 0 2px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
  }
#baniere a:hover {
	margin: 0 2px;
	color: #FF0000;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
  }

/*Menu - FDBI 2007*/
#gauche {
	position: absolute;
	left:0;
	width: 164px;
	background-color: #FFFFFF;
}

/*sousmenu - FDBI 2007*/
dl, dt, dd, ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#menu {
    width: 164px;
	height:265px;
	text-align: left;
	background-image: url(../images/terre.jpg);
	padding-top:70px;
}

#menu dt {
	height: 35px;
	line-height: 35px;
}

#menu dd {
	position: absolute;
	z-index: 100;
	left: 60px;
	width: 120px;
	background-color: #dcedf6;
	height: 80px;
	margin-top: -50px;
	padding-top: 10px;	
}
/*liens menu - FDBI 2007*/
dt a {
	display: block;
	width: 154px;
	color: #134371;
	font-size: 8pt;
	font-family: arial;
	text-decoration: none;
	line-height: 35px;
	height: auto;
	font-weight: bold;
	padding-left: 10px;
}

dt a:hover {
color: #fff;
background: transparent url(../images/terre.jpg) top left no-repeat;
}
dt a#lien1:hover {	/* décalage de l'arrière-plan pour chaque bouton */
background-position: 0% -395px;
}
dt a#lien2:hover {
background-position: 0% -430px;
}
dt a#lien3:hover {
background-position: 0% -465px;
}
dt a#lien4:hover {
background-position: 0% -500px;
}
dt a#lien5:hover {
background-position: 0% -535px;
}

/*liens sousmenu - FDBI 2007*/
menu ul{
	padding-left: 15px;
}
dd a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #134371;
	font-weight: bold;
	padding-left: 20px;
	line-height: 20px;
	text-decoration: none;
}

dd a:hover{
	color: #FF0000;
}

/*Partie contenu - FDBI 2007*/
#contenu {
	margin-left: 164px;
	background-color: #FFFFFF;
}

/*Partie titre - FDBI 2007*/
#titrepage{
	color: #134371;
	background-color: #dcedf6;
	padding-top: 10px;
	padding-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
	height: 25px;
	width: auto;	
}

/*Partie centre - FDBI 2007*/
/*Partie centre-photo - FDBI 2007*/
#centre {
	width: 140px;
	float: left;
	height: 300px;
	padding-top: 20px;
}

/*Partie contenu-droite - FDBI 2007*/

#droite {
	padding-top: 20px;
	padding-right: 30px;
}

/*Partie centre pour les pages fonds et performances - FDBI 2007*/
#data{
	padding-right: 30px;
	padding-top: 20px;
	padding-left: 50px;
}
#data td{
	padding-left: 10px;
	vertical-align: top;
	padding-top: 5px;
} 
#data a{
    color: #134371;
	text-decoration: none;
}
#data a:hover{
	color: #990000;
	text-decoration: underline;
}

/*Pied de page - FDBI 2007*/
#pied {
	height: 17px;
	background-color: #134371;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	padding-top: 5px;
}

/*Popup mentions légales - FDBI 2007*/
#popup{
	position: relative;
	width: 500px;
	border: solid #2a5985 thin;
	background-color: #FFFFFF;
	margin: 0 auto;
}
#textepopup{
    padding-right: 10px;
	padding-left: 10px;
}

#popup a{
    color: #134371;
	text-decoration: none;
}
#popup a:hover{
	color: #990000;
	text-decoration: underline;
}

#popup ul{
	margin: 10px;
    padding-left: 5px;
    list-style-type: disc;
}

#popup li{
	margin: 10px;
    padding-left: 5px;
    list-style-type: disc;
}
/*Page presse - FDBI 2007*/
#presse{
}

#presse table.gris {
	background-color: #E5E5E5;
}

#presse table.blanc {
   background-color:#FFFFFF ;
}

/*Divers styles - FDBI 2007*/
.p {margin: 0 0 10px 0;}
.gauche {
    float: left;
    margin-right: 10px;
}
.droite {
	float: right;
	margin-right: 10px;
}
.encadre{
	border: solid #f2f2f2 thin;
	}

.logo{
    margin-right: 5px;
}
.italiquegras{
	font-style: italic;
	font-weight: bold;
}
.italique{
	font-style: italic;
}
.titrerouge{
	color: #d71a00;
	font-size: 11pt;
	font-weight: bold;
}
.gras{
	font-weight: bold;
}

.grisgras{
	font-weight: bold;
	color: #999999;
	font-size: 12pt;
}
h1{
    font-weight: bold;
	font-size: 10pt;
}
.avertissement{
	color: #d71a00;
	font-weight: bold;
}
.presse{
	font-size: 9pt;
	font-style: italic;
}
.pressegras{
	font-size: 9pt;
	font-weight: bold;
}

.titressmenu{
	font-style: italic;
	color: #134371;
	font-weight: bold;
	font-size: 9pt;
	text-align: center;
	padding-bottom: 10px;
	text-decoration: underline;
}
.legende{
    font-size: 7pt;
}
