﻿
/*NOUVELLES PRESS RELEASE*/
.PressReleaseNewsBackground
{
    width:320px;   
    
    background-image:url(../images/newsbg.gif);
    background-position:left top;
    background-repeat:repeat-x;
}


/*NOUVELLES CORPORATIVES*/
.CorpNewsBackground
{
    height:229px;
    width:320px;
        
    background-image:url(../images/newsbg.gif);
    background-position:left top;
    background-repeat:repeat-x;
}

.CorpNewsTitle
{
    font-family:Verdana;
    font-size:13px;
    font-weight:bold;
    margin-bottom:10px;
    background-color:#cccccc;
}

.NewsIcon
{
    width:15px;
    height:20px;
    background-image:url(../images/icon_news.gif);
    background-position:right;
    background-repeat:no-repeat;
    margin-right:5px;
}

.CorpNewsText
{
    color:Black;
    font-size:13px;   
    margin-left:5px;
    margin-right:2px;     
}

.CorpNewsText A
{
    color:#5f9b00;
    text-decoration:none;        
}

.PressNewsText
{
    color:Black;
    font-size:13px;   
    margin-left:5px;
    margin-right:2px;     
}

.PressNewsText A
{
    color:#095f96;
    text-decoration:none;        
}

.CorpNewsTextDate
{
    font-size:7pt;
}

/*===================================================================================*/

/*MARCHÉ BOURSIER*/

.StocksBackground
{
    height:229px;
    width:241px;
   /* background-image:url(../images/green-round-bg.jpg);*/
    
    background-image:url(../images/newsbg.gif);
    background-position:left top;
    background-repeat:repeat-x;
}
.StocksBackgroundWhite
{
    height:229px;
    width:241px;
   /* background-image:url(../images/green-round-bg.jpg);*/
    
    
    background-position:left top;
    background-repeat:repeat-x;
}
.StocksTitle
{
    font-family:Verdana;
    font-size:10pt;
    font-weight:bold;
    margin-bottom:10px;
    background-color:#cccccc;
}

.StockIcon
{
    width:15px;
    height:20px;
    background-image:url(../images/icon_stock.gif);
    background-position:right;
    background-repeat:no-repeat;
    margin-right:5px;
}
