@import url(styles.css);

#page {
	size: portrait;
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	background: #FFF;
	font-size: 12px;
}

img {
	border: none;	
}

#page {
	width: 100%;
}

#centre {
	background: #FFF;
	width: 90%;
}

#header h1 {
	background-image: url('../images/bg.gif');
}

h1 a {
	text-indent: 0;
	font-size: 35px;
	position: static;
}

#header ul,
#gauche,
#droite,
#footer ul,
#chemindefer,
#navig {
	display: none;
}

.object-right,
.object-left,
#info_news,
#simulateur,
#titre_vl {
	display: none;
}

#contenu,
#container {
	background: none;
}


/* Tableau FONDS COMMUNS DE PLACEMENT */

table#fond_fcp {
	width: 100%;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

table#fond_fcp thead {
	border-left: 1px solid #FFF;
}

table#fond_fcp tbody {
	border-left: 1px solid #CCA6A2;
}

table#fond_fcp td {
	border: 1px;
}

table#fond_fcp th.fondth {
	padding: 0px;
	text-align: left;
	font-weight: bold;
	width: 80px;
}

table#fond_fcp .fond {
	border-top: 1px solid #CCC;
}

#centre table#fond_fcp .fond a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#centre table#fond_fcp .fond a:hover {
	text-decoration: none;
}

table#fond_fcp tr.forceheightrow {
	height: 25px;
}

.graph_on {
	display: none;
}
.graph_off {
	display: none;
}
form {
	display: none;
}


/* Calculatrice financiere */

form#wform {
	display: block;
}
form#wform p {
	margin: 0;
}
form#wform fieldset {
	margin-bottom: 20px;
}
form#wform #cal_deb,
form#wform #cal_fin {
	display: none;
}
form#wform fieldset a img {
	display: none;
}
#results table {
	width: 100%;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#results table caption {
	display: none;
}

/* Le flash sous Firefox */

noscript {
	visibility: hidden;
	position: relative;
}
noscript:after {
	visibility: visible;
	content: "désolé l'impression du graphique est impossible sous Firefox";
	margin-bottom: 50px;
	margin-left: -500px;
	font-size: 15px;
}

.tout_petit {
	clear: both;
}

.onglets,
.actions-cadre {
	display: none;
}

/* Tableaux */
table, tr, td, th {
	border: solid 1px black;
}

td {
	padding: 3px;
}
