﻿@charset "utf-8";
/*** blue ***/
body {
}
li a:link, a:visited {
	color: #087EB0;
	/*text-decoration:underline;*/
}
tr a:link, a:visited {
	color: #087EB0;
	/*text-decoration:underline;*/
}

li a:hover {
	color: #087EB0;
	/*color:#f17d0b;*/
	text-decoration:none;
}
.blog h2 a {
  font-size: 16px;
  color: #f17d0b;
  display: block;
  font-weight: bold;
}
.item-page h2 a {
  font-size: 16px;
  color: #f17d0b;
  display: block;
  font-weight: bold;
}

#topnav{ background: url(../images/blue/top_menu_bg.png) top center no-repeat; }
#topnav ul li a:hover{ 
background:#D70600; 
color:#ffffff; 
border-bottom: 2px solid #9d3d3a;
}
#topnav ul li.active a{ 
/*background: #26A1CB; */
/*background:#065171;*/
/*color:#FFFFFF;*/
background:#D70600; 
color:#ffffff; 
box-shadow: inset -1px 0 0 rgba(0,0,0,0.2);
border-right: 1px solid rgba(255,255,255,0.25);
border-bottom: 2px solid #9d3d3a;
}
#topnav ul li a.active{ 
background: #26A1CB; 
}
#topnav ul li li { background: #26A1CB; KHTMLOpacity: 0.90; MozOpacity: 0.90; opacity: 0.90; }
#topnav ul li li a:hover{
	background:#D70600; 
    color:#ffffff; 
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90; 
	MozOpacity: 0.90; 
	opacity: 0.90;
	
	}


#date{
	background: url(../images/blue/menu_right.png) top right no-repeat;
}
#main_bg{
	/*background: #131415 url(../images/blue/main_bg.png) top repeat-x;*/	
	background:#FFFFFF;
}
#leftcolumn h3,
#rightcolumn h3{
	/*background: #26A1CB url(../images/blue/bg_h3.png) top center no-repeat;*/
	background: #065171  top center no-repeat;
}

ul.menu li#current {
	background:#E8ECF7;
	border-left:4px solid #0A296E;
}
ul.menu li#current a{
	text-decoration:none;
	color:#363636;
	background:#E8ECF7;
}
a.readon, a.readon:hover, a.readon:visited{
	display:block;
	height:29px;
	width:114px;
	color:#FFFFFF;
	padding-left: 30px;
	line-height:29px;
	background:  url(../images/blue/bg_read_more.png) top left no-repeat;
	margin:10px 0px 0px 0px;
}

#power_by, #power_by a, #power_by a:visited{
	color:#CCC;
	text-decoration:none;
	font-size:11px;
}
ul.menu li{
	list-style:none;
	/*background:url(../images/blue/menu_arrow.gif) top left no-repeat;*/
}



#f_area h3{
}

ul.mostread li{
	list-style:none;
	background:url(../images/blue/menu_arrow.gif) top left no-repeat;

}
ul.latestnews li{
	list-style:none;
	background:url(../images/blue/menu_arrow.gif) top left no-repeat;
}
.moduletable ul li {
	display: block;
	list-style:none;
	/*background:url(../images/blue/menu_arrow.gif) top left no-repeat;*/
	margin: 1px 0; /* espace les liens d'1 px */
  padding: 5px 2px; /* marges internes pour aérer */ 
  color: #666;
  /*background: #FFF;*/
  text-decoration: none; /* on vire le soulignement */

  /* on définit la transition pour les navigateurs */
  -webkit-transition: all .3s; /* Chrome/Safari */
  -moz-transition: all .3s; /* Firefox (plus trop nécessaire) */
  transition: all .3s; /* syntaxe officielle */
}
.moduletable ul li a:hover{
  /* background: #D70600;*/
  padding: 8px 8px ;
  padding-right:30px;
  padding-left:30px;
  color:  #D70600;
  padding-left: 3px; /* décalage du contenu de 10px vers la droite (30-20 = 10) */
  font-weight: bold;
}
.moduletable a:hover,
.moduletable a:focus {
 
}
.moduletable a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-left: 1px;
  margin-right: 4px;
}
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
 .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
#f_area a {
	color:#FFFFFF;
}
div.componentheading{
	color:#2E424B;
}