/* GENERAL */
.lien {
	font-size : 10px;
	font-weight : normal;
	color : #FFC000;
}

A.lien:link {
	font-size : 10px;
	font-weight : normal;
	color : #FFC000;
}

A.lien:visited  {
	font-size : 10px;
	font-weight : normal;
	color : #FFC000;
}

A.lien:active   {
	font-size : 10px;
	font-weight : normal;
	color : #FFC000;
}

A.lien:hover    {
	font-size : 10px;
	font-weight : normal;
	color : #FFC000;
}

.normalbutton {
 font-size : 9px;
 font-weight : normal;
 color : #FFC000;
 background: black;
 border-left: 1px solid #919B9C;
 border-right: 1px solid #919B9C;
 border-bottom: 1px solid #919B9C;
 border-top: 1px solid #919B9C;
}

A.normalbutton:link {
 font-size : 9px;
 font-weight : normal;
 color : #FFC000;
 background: black;
 border-left: 1px solid #919B9C;
 border-right: 1px solid #919B9C;
 border-bottom: 1px solid #919B9C;
 border-top: 1px solid #919B9C;
}

A.normalbutton:visited  {
 font-size : 9px;
 font-weight : normal;
 color : #FFC000;
 background: black;
 border-left: 1px solid #919B9C;
 border-right: 1px solid #919B9C;
 border-bottom: 1px solid #919B9C;
 border-top: 1px solid #919B9C;
}

A.normalbutton:active   {
 font-size : 9px;
 font-weight : normal;
 color : #FFC000;
 background: black;
 border-left: 1px solid #919B9C;
 border-right: 1px solid #919B9C;
 border-bottom: 1px solid #919B9C;
 border-top: 1px solid #919B9C;
}

A.normalbutton:hover    {
 font-size : 9px;
 font-weight : normal;
 color : #FFC000;
 background: black;
 border-left: 1px solid #919B9C;
 border-right: 1px solid #919B9C;
 border-bottom: 1px solid #919B9C;
 border-top: 1px solid #919B9C;
}

/* News Articles Custom Styles */
.Normal {
	font-family:Arial;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.NormalBlack {
	font-family:Arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.NormalBlackBold {
	font-family:Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.NormalWhite {
	font-family:Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.NormalJaune {
	font-family:Arial;
	font-size: 10px;
	font-weight: normal;
	color: #FFC000;
}

.NormalGris {
	font-family:Arial;
	font-size: 10px;
	font-weight: normal;
	color: #626262;
}


.NormalBold {
            color: #FFFFFF;
            font-size: 10px;
            font-weight: bold;
}



.NormalTitreJaune {
	font-size : 11px;
	font-weight : normal;
	color : #FFC000;
}

.articleQuote { font-family: Tahoma, Arial, Helvetica; font-size: 8pt; border-top: solid 1px #999999; border-bottom: solid 1px #999999; }

.articleOptionpanel{
	font-family:Arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
        background: transparent;
        border: 0px;
}


/* LISTING ITEM */	

.articleTabpanel{
        background: #06143A;
}

.articleTitle {
	font-size : 11px;
	font-weight : bolder;
	color : white;
}

A.articleTitle:link {
	font-size : 11px;
	font-weight : bolder;
	color : white;
}

A.articleTitle:visited  {
	font-size : 11px;
	font-weight : bolder;
	color : white;
}

A.articleTitle:active   {
	font-size : 11px;
	font-weight : bolder;
	color : white;
}

A.articleTitle:hover    {
	font-size : 11px;
	font-weight : bolder;
	color : white;
}

.articleTable {
	background-color: #06143A;
	margin: 0px;
}

.articleTopCell {
	background: #626262;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 0px;
}



.articleContentCell {
 color: #FFC000;
 padding: 2px;
 background-color: #06143A;
 height: 10px;
}

.commentsContentCell {
	font-size: 10px;
	color: #FFC000;
	padding: 6px;
	background-color: #06143A;
	border-right: #626262 0px solid;
	border-left: #626262 0px solid;
	border-top: #626262 0px solid;
    	border-bottom: #626262 1px solid;
}

.articleTextCell {
	color: #ffc000;
	font-size: 10px;
	padding: 6px;
	background-color: #626262;
}

.articleIconCell {
 background-color: transparent;
}

.articleFooterCell {
 color: #FFFFFF;
 padding: 3px;
 background-color: transparent;
 height: 20px;
 border-right: #626262 0px solid;
 border-left: #626262 0px solid;
 border-top: #626262 0px solid;
 border-bottom: #626262 1px solid;
}

.featuredTopCell {
	background-color: #06143A;
	background-image: url(images/fd-titre.gif);
	color: white;
	font-weight: bold;
	padding-left: 30px;
	height: 28px;
}

.image {
    border-right: #ffffff 1px solid;
    border-left: #ffffff 1px solid;
    border-top: #ffffff 1px solid;
    border-bottom: #ffffff 1px solid;

}

.commentsTopCell {
    border-right: #626262 1px solid;
    border-left: #626262 1px solid;
    border-top: #626262 1px solid;
    border-bottom: #626262 1px solid;
    color: #ffc000;
} 


.MenuTop {
    	text-decoration:    underline;
    	color : #FFC000;
	font-size : 10px;
}

A.MenuTop:link {
    text-decoration:    underline;
    color : #FFC000;
	font-size : 10px;

}

A.MenuTop:visited  {
	text-decoration:    underline;
	color : #FFC000;
	font-size : 10px;
	
}

A.MenuTop:active   {
	text-decoration:    underline;
	color : #FFC000;
	font-size : 10px;

}

A.MenuTop:hover    {
	text-decoration:    none;
	color: #FFC000;
	font-size : 10px;
}

.MenuTopSelected {
	text-decoration:    none;
	color: #FFC000;
	font-size : 10px;
}

A.MenuTopSelected:link {
    text-decoration:    underline;
    color: #FFC000;
	font-size : 10px;
}

A.MenuTopSelected:visited  {
    text-decoration:    underline;
    color: #FFC000;
	font-size : 10px;
}

A.MenuTopSelected:active   {
    text-decoration:    underline;
    color: #FFC000;
	font-size : 10px;
}

A.MenuTopSelected:hover    {
    text-decoration:    underline;
    color: #FFC000;
	font-size : 10px;
}
