/******************/
/**  ISIOTRADE   **/
/** CSS GENERALE **/
/******************/

/* REDEFINITION DE BALISES */
html {
	padding: 0;
	margin:  0;
}

body {
	font-family: "Arial";
	font-size: 12px;
	padding: 0;
	margin: 0;
}

img {
	border: none;
}

/* OBLIGEE D'IMBRIQUER QUATRE CONTENEURS POUR SUPERPOSER TROIS FONDS ET CENTRER LE TOUT */
#conteneur_1 {
	position: absolute;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	background-image: url('img/bg_body.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #FBFBFB;
}

#conteneur_2 {
	width: 959px;
	margin: 0 auto;
	z-index: 1;
}

#conteneur_3 {
	float: left;
	width: 959px;
	text-align: left;
	background-image: url('img/bg_conteneur.gif');
	background-position: top center;
	background-repeat: repeat-y;
}

#conteneur_4 {
	float: left;
	width: 959px;
	padding-bottom: 313px;
	background-image: url('img/bg_conteneur_2.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}

/* HEADER */
#infos_logged {
	float: left;
	width: 959px;
	height: 23px;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	background-image: url('img/bg_infos_logged.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

#infos_logged a {
	color: #FFFFFF;
	text-decoration: none;
}

#infos_logged a:hover {
	text-decoration: underline;
}

#liens_logged {
	float: right;
	display: inline;
	margin: 5px 15px 0 0;
}

#liens_logged img {
	vertical-align: -2px;
}

#infos_logged #permissions{
    float:left;
    margin: 5px 0 0 15px;
}

#bande_logo {
	float: left;
	display: inline;
	width: 950px;
	height: 90px;
	margin-left: 5px;
	background-image: url('img/bg_bande_logo.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

#logo {
	float: left;
	display: inline;
	width: 216px;
	height: 57px;
	margin: 20px 0 0 33px;
}

/* MENU */
#menu_rouge {
	float: left;
	display: inline;
	width: 950px;
	height: 25px;
	margin-left: 5px;
	background-image: url('img/bg_menu_rouge.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

.lien_menu_rouge_droite {
	float: right;
	display: inline;
	margin: 0 11px 0 7px;
}

#fbi {
    display: block;
	width: 25px;
	height: 23px;
	text-decoration: none;
	background-image: url('img/bg_lien_fbi.jpg');
	background-position: top left;
	background-repeat: no-repeat;
    margin-right: 7px;
}

#fbi:hover {
	background-image: url('img/bg_lien_fbi_over.jpg');
}

#fbi_selected {
    display: block;
	width: 25px;
	height: 23px;
	text-decoration: none;
	background-image: url('img/bg_lien_fbi_over.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#fbi_locked {
    display: block;
	width: 25px;
	height: 23px;
	text-decoration: none;
	background-image: url('img/bg_lien_fbi_locked.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#fbi_locked:hover {
    background-image: url('img/bg_lien_fbi_over.jpg');
}

#forum {
    display: block;
    width: 42px;
    height: 23px;
    text-decoration: none;
    background-image: url('img/bg_lien_forum.jpg');
    background-position: top left;
    background-repeat: no-repeat;
    margin-right:  12px;
}

#forum:hover {
	background-image: url('img/bg_lien_forum_locked.jpg');
}

#forum_selected {
    display: block;
    width: 42px;
    height: 23px;
    text-decoration: none;
    background-image: url('img/bg_lien_forum_locked.jpg');
    background-position: top left;
    background-repeat: no-repeat;
    margin-right:  12px;
}

#forum_locked {
    display: block;
    width: 42px;
    height: 23px;
    text-decoration: none;
    background-image: url('img/bg_lien_forum_red.jpg');
    background-position: top left;
    background-repeat: no-repeat;
    margin-right:  12px;
}

#forum_locked:hover {
    background-image: url('img/bg_lien_forum_red.jpg');
}

#dashboard {
	display: block;
	width: 76px;
	height: 23px;
	text-decoration: none;
	background-image: url('img/bg_lien_dashboard.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#dashboard:hover {
	background-image: url('img/bg_lien_dashboard_over.jpg');
}

#dashboard_selected {
	display: block;
	width: 76px;
	height: 23px;
	text-decoration: none;
	background-image: url('img/bg_lien_dashboard_over.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#dashboard_locked {
	display: block;
	width: 76px;
	height: 23px;
	text-decoration: none;
	background-image: url('img/bg_lien_dashboard_locked.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#dashboard_locked:hover {
    background-image: url('img/bg_lien_dashboard_over.jpg');
}

#ma_liste {
	display: block;
	width: 54px;
	height: 25px;
	text-decoration: none;
	background-image: url('img/bg_menu_ma_liste.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#ma_liste:hover, #ma_liste_locked:hover {
	background-image: url('img/bg_menu_ma_liste_over.jpg');
}

#ma_liste_selected {
	display: block;
	width: 54px;
	height: 25px;
	text-decoration: none;
	background-image: url('img/bg_menu_ma_liste_over.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#ma_liste_locked {
	display: block;
	width: 54px;
	height: 25px;
	text-decoration: none;
	background-image: url('img/bg_menu_ma_liste_locked.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#previsions {
	display: block;
	width: 67px;
	height: 25px;
	text-decoration: none;
	background-image: url('img/bg_menu_previsions.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#previsions:hover, #previsions_locked:hover {
	background-image: url('img/bg_menu_previsions_over.jpg');
}

#previsions_selected {
	display: block;
	width: 67px;
	height: 25px;
	text-decoration: none;
	background-image: url('img/bg_menu_previsions_over.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#previsions_locked {
	display: block;
	width: 67px;
	height: 25px;
	text-decoration: none;
	background-image: url('img/bg_menu_previsions_locked.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#lien_home_menu_rouge {
	float: left;
	display: inline;
	margin: 1px 6px;
}

#home {
	display: block;
	width: 21px;
	height: 23px;
	text-decoration: none;
	background-image: url('img/bg_lien_home.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#home:hover {
	background-image: url('img/bg_lien_home_over.jpg');
}

.lien_menu_rouge_gauche {
	float: left;
	display: inline;
	margin: 0 13px;
}

#mode_emploi {
	display: block;
	width: 100px;
	height: 25px;
	text-decoration: none;
	background-image: url('img/bg_menu_mode_emploi.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#mode_emploi:hover {
	background-image: url('img/bg_menu_mode_emploi_over.jpg');
}

#resultat {
	display: block;
	width: 60px;
	height: 25px;
	text-decoration: none;
	background-image: url('img/bg_menu_resultats.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#resultat:hover {
	background-image: url('img/bg_menu_resultats_over.jpg');
}

#nos_offres {
	display: block;
	width: 67px;
	height: 25px;
	text-decoration: none;
	background-image: url('img/bg_menu_nos_offres.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#cinqRaisons:hover {
	background-image: url('img/bg_menu_5raisons_over.jpg');
}

#cinqRaisons {
	display: block;
	width: 63px;
	height: 25px;
	text-decoration: none;
	background-image: url('img/bg_menu_5raisons.jpg');
	background-position: 0px 1px;
	background-repeat: no-repeat;
}

#nos_offres:hover {
	background-image: url('img/bg_menu_nos_offres_over.jpg');
}

#en_savoir_plus {
	display: block;
	width: 90px;
	height: 25px;
	text-decoration: none;
	background-image: url('img/bg_menu_en_savoir_plus.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#en_savoir_plus:hover {
	background-image: url('img/bg_menu_en_savoir_plus_over.jpg');
}

/* CONTENU DE LA PAGE */
#contenu {
	float: left;
	display: inline;
	width: 949px;
	margin-left: 5px;
}

/* FOOTER */
#footer {
	float: left;
	display: inline;
	width: 938px;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 1.4em;
	padding-top: 5px;
	margin-left: 16px;
}

#footer img {
	vertical-align: -2px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
}

/* DIVERS */
.lien_rouge {
	color: #AD1515;
	text-decoration: none;
}
.lien_rouge:hover {
	text-decoration: underline;
}

.lien_rouge_gras {
	color: #AD1515;
	font-weight: bold;
	text-decoration: none;
}
.lien_rouge_gras:hover {
	text-decoration: underline;
}

.lien_bleu {
	color: #0000FF;
	text-decoration: underline;
}

.en_12 {
	font-size: 12px;
}

.en_13 {
	font-size: 13px;
}

.en_14 {
	font-size: 14px;
}
.a_gauche {
	float: left;
}

.a_droite {
	float: right;
}

.en_gras {
	font-weight: bold;
}

.en_italique {
	font-style: italic;
}

.alinea_10 {
	margin-left:		10px;
}

.lien_rouge_gras_droite {
	float: right;
	color: #AD1515;
	font-weight: bold;
	text-decoration: none;
}
.lien_rouge_gras_droite:hover {
	text-decoration: underline;
}

#graphHistorique {
    position:           absolute;
    left:               50%;
    width:              466px;
    padding-top:        12px;
    margin:             148px 0 0 9px;
    background-color:   #222222;
    height:             546px;
}

#flagForecastGraphLegend{
	padding-left:  31px;
}

#newsContent .resume{
    border-bottom:  1px solid #999;
    margin-bottom:  8px;
    padding-bottom: 8px;
}

#swf_zone{
    float: left;
}

#page #pagination_news {
    width:      100%;
    text-align: center;
    color:      #c10606;
}

.BottomNull,
#page p.BottomNull,
#page ul.BottomNull{
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.TopNull,
#page .TopNull,
#page ul.BottomNull{
    padding-top: 0px;
    margin-top: 0px;
}

#referencementContent{
}
#referencementContent h1{
    font-size:      24px;
    margin-bottom:  30px;
    clear:          both;
}
#referencementContent h2{
    font-size:  16px;
    margin:     0px;
    padding:    0px;
}
#referencementContent p.big{
    font-size:      16px;
    margin:         0px 0px 30px 0px;
    padding:        0px;
    font-weight:    bold;
}
#page #referencementContent a {
    color:          #000;
    font-weight:    normal;
}
#page #referencementContent h3 a {
    color:          #c10606;
    font-weight:    bold;
    font-size:      16px;
}

.left {
    float:left;
}
.right {
    float:right;
}

.display_none {
    display: none;
}
.strong {
    font-weight: bold;
}
.center {
    text-align: center;
}
.italic{
    font-style:italic;
}
.bold{
    font-weight: bold;
}
.clear{
    display: block;
    clear: both;
}
.grey{
    color: #666;
}
.centpourcent{
    width: 100%;
}

/* PAGINATION */
#pagination {
    float: left;
    display: inline;
    width: 897px;
    font-size: 12px;
    text-align: center;
    padding-bottom: 17px;
    margin: 10px 0 0 50px;
    font-weight: bold;
}

#pagination a {
    color: #000000;
    text-decoration: none;
}

#pagination a:hover, #pagination a.selected  {
    color: #000000;
    text-decoration: underline;
}

#no_result {
    padding:        150px 0px 0px 0px;
    margin:         0px;
    font-family:    Arial;
    font-size:      14px;
    font-weight:    bold;
    text-align:     center;
}
#infobulle_forum_actif{
    display:            none;
    position:           absolute;
    width:              355px;
    max-width:          355px;
    line-height:        1.2em;
    color:              #000000;
    padding:            5px;
    background-color:   #FFFFFF;
    border:             1px solid #555555;
    margin-left:        7px;
}


html>body #infobulle_forum_actif {
    *margin-left: -354px;
}
.float-right{
  float: right;
}
.float-left{
  float: left;
}

#page.mode-emploi{
    background: url("img/SITE_CONSEILS_BOURSIERS.gif") no-repeat scroll left top transparent;
    height: 670px;
    width: 880px;
}
