/* CSS Document */
td, tr, p, div {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
 /*color: #333333; */
 color:#666666;
}

cadre_gauche{  
background-color:#FFFFFF;  
background-image: url(../images/fond_rouge.jpg);  
background-position: top left;  
background-repeat: repeat-x;
}

texte_division{
	text-align:center;
	font:Arial, Verdana;
	font-size:8px;
	color:#ffffff;
}

/*a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: blue;
	text-decoration: none;
}*/
a.lienaccueil{
	/*color:#000000;*/
	color:#0000FF;
}

a.lieninitialisation{
	/*color:#000000;*/
	color:#0000FF;
}

a:hover{
	text-decoration: underline;
}
/*-----------------------------------------------*/
/* En-tete titre du menu   */
/*-----------------------------------------------*/
.componentheading{
	font-size: 20px;
	color: #266BAE;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*-----------------------------------------------*/
/* Les css du composants Content*/
/*-----------------------------------------------*/

/*
table.contentpaneopen {
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	font-family: Verdana;
	font-size: 10px;
	color : #575755;
}*/


/* TITRE DU CONTENU STATIQUE ET SECTION */
.contentheading{
	
	background-image:  url(../images/contenu/bandeau_titre_rouge_1000.jpg);
	background-repeat: no-repeat;
	text-indent: 20px;
	/*padding-bottom: 5px;*/
	/*color: #C9282D;*/
/*	color: Black;*/
	font-weight: bold;
		width: 100%;

}

.contentheadingcoilcoating{
	
	background-image:  url(../images/contenu/bandeau_titre_orange_1000.jpg);
	background-repeat: no-repeat;
	text-indent: 20px;
/*	padding-bottom: 5px;
	color: #FD7D00;*/
	font-weight: bold;
	width: 100%;
}

.contentheadingblancomme{
	
	background-image:  url(../images/contenu/bandeau_titre_bleu_1000.jpg);
	background-repeat: no-repeat;
	text-indent: 20px;
/*	padding-bottom: 5px;
	color: #266BAE;*/
	font-weight: bold;
	width: 100%;
}

.contentheadingjaune{
	
	background-image:  url(../images/contenu/bandeau_titre_jaune_1000.jpg);
	background-repeat: no-repeat;
	text-indent: 20px;
	/*padding-bottom: 5px;
	color: #333333;*/
	font-weight: bold;
	width: 100%;
}

.contentheadingqse{
	background-image:  url(../images/contenu/bandeau_titre_vert_1000.jpg);
	background-repeat: no-repeat;
	text-indent: 20px;
/*padding-bottom: 5px;
	color: #000000;*/
	font-weight: bold;
	width: 100%;
}
/* TEXTE DE CONTENU */
.contentpaneopen{
   padding-right: 5px;
	font-size: 11px;
	font-family: Verdana;
	color : #575755;
	width: 100%;
}
/* NAVIGATION PRECEDENT - SUIVANT NEWS */
.pagenav_prev a{
	text-align: left;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	color : #575755;
	text-decoration: none;
}

.pagenav_next a{
	text-align: left;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	color : #575755;
	text-decoration: none;
}

/* Pour le com_weblinks par exemple */
table.contentpane {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	/*background: Aqua;*/
}

/*-----------------------------------------------*/
/* Les liens dans le PATH WAY */
/*-----------------------------------------------*/

#pathway_outer {
	float: left;
	margin-bottom: 2px;
	margin-right: 2px;
	color: #FF7D01;
}

#pathway_inner {
	float: none !important;
	float: left;
	border: 1px solid #FF7D01;/*#cccccc;*/
	color: #FF7D01;
}

#pathway_text {
	overflow: hidden;
	float: left;
	display: block;
	padding-top: 4px;
	padding-left: 5px;
	color: #FF7D01;
	font-size: 12px;
}

a.pathway {
	font-size: 10px;
	color: #FF7D01;
	text-decoration: none;
}

/*-----------------------------------------------*/
/* Les modules persos avec suffixe */
/*-----------------------------------------------*/
table.moduletableaccueil{
	width: 100%;
	background-color: #B0D3F6;
}

table.moduletableaccueil td {
	text-align: center;
	font-family: Tahoma;
	font-size: 9px;
	color: #413839;
	padding: 4px;
	padding-left: 30px;
	padding-right: 26px;
}

table.moduletablegroupe{
	width: 100%;
	background-color: #C9282D;
}

table.moduletablegroupe td {
	text-align: center;
	font-family: Tahoma;
	font-size: 9px;
	color: #FFFFFF;
	padding: 4px;
	padding-left: 30px;
	padding-right: 26px;
	background-color: #C9282D;
}

table.moduletableblancomme{
	width: 100%;
	background-color: #266BAE;
}

table.moduletableblancomme td {
	text-align: center;
	font-family: Tahoma;
	font-size: 9px;
	color: #FFFFFF;
	padding: 4px;
	padding-left: 25px;
	padding-right: 25px;
}

table.moduletablecoilcoating{
	width: 100%;
	background-color: #FD7D00;
}

table.moduletablecoilcoating td{
	text-align: center;
	font-family: Tahoma;
	font-size: 9px;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;

}

table.moduletablejaune{
	width: 100%;
	background-color: #FDEB2D;
}

table.moduletablejaune td{
	text-align: center;
	font-family: Tahoma;
	font-size: 9px;
	color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;

}

table.moduletableqse{
	width: 100%;
	background-color: #99CC33;
}

table.moduletableqse td{
	text-align: center;
	font-family: Tahoma;
	font-size: 9px;
	color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;

}

table.moduletablefooter td {
	text-align: center;
	font-family: Tahoma;
	background-color: #86B83D;
	font-size: 9px;
	color: #413839;
	padding: 4px;
	padding-left: 25px;
	padding-right: 25px; 
}
table.moduletableactualites a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #575755;
	text-decoration: none;
}

.titrejaune{
	font-size: 12px;
	font-family: Verdana;
	color: #FDEB2D;
	width: 100%;
	font-weight: bold;
}

.titreorange{
	font-size: 12px;
	font-family: Verdana;
	color : #FD7D00;
	width: 100%;
	font-weight: bold;
}

.btnorange{
	font-size: 12px;
	font-family: Verdana;
	background-color : #FD7D00;
	font-weight: bold;
}

.titrebleu{
	font-size: 12px;
	font-family: Verdana;
	color : #266BAE;
	width: 100%;
	font-weight: bold;
}

.btnbleu{
	font-size: 12px;
	font-family: Verdana;
	background-color : #266BAE;
	font-weight: bold;
}

.soustitrebleu{
	font-size: 11px;
	font-family: Verdana;
	color : #266BAE;
	width: 100%;
	font-weight: bold;
}


.titrerouge{
	font-size: 12px;
	font-family: Verdana;
	color : #C9282D;
	width: 100%;
	font-weight: bold;
}

.btnrouge{
	font-size: 12px;
	font-family: Verdana;
	background-color : #C9282D;
	font-weight: bold;
}

.titrevert{
	font-size: 12px;
	font-family: Verdana;
	color : #99CC33;
	width: 100%;
	font-weight: bold;
}

.titrevert a{
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	color : #99CC33;
	width: 100%;
	text-decoration: none;
}

.titrevert a:hover{
	text-decoration: underline;
}

.sectiontableentry1{
	line-height: 30px;
}

.bordure_bas{
	background-image:   url(../images/cadre/bord_bas_1000.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

.bordure_haut{
	background-image:   url(../images/cadre/bord_haut_1000.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.bordure_droite{
	background-image:   url(../images/cadre/bord_droit3.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

.bordure_gauche{
	background-image:   url(../images/cadre/bord_gauche3.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
/* TRANSMENU CSS FOR RHUK_PLANETFALL TEMPLATE*/
/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}
/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
	text-indent:5px;
	}
.transMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.transMenu .item{
   font-size:10px;
   text-decoration:none;
	/*font-weight:bold;*/
   margin: 0px;
	display:block;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
	/*border-bottom: 1px solid #000;*/
	}
/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	-moz-opacity: .8;
	filter: alpha(opacity=70);
}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	background: #266BAE;
	color: #FFFFFF;
}
.transMenu .item.hover td {
	color: #FFFFFF;
	}
/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:10px;
	}
.transMenu .item#active {
	background: #266BAE;
	color: Yellow;
	-moz-opacity:.6;
	filter:alpha(opacity=60);
	}
.transMenu .item#active.hover {
	background: #3366CC;
	}
/*la ligne qui sépare les items */
.transMenu .item td{
	border-bottom: 1px solid #8A9B8F;
}
/* For first level menu.*/
#wrap {
   margin: 0px;
   padding: 0px;
}
#menu {
}
a.mainlevel-trans:link, a.mainlevel-trans:visited {
	font-family: Verdana;
	text-decoration: none;
	font-size: 10px;
	color: #666666;
	white-space: nowrap; /*line-height: 26px;
	height: 26px;*/
	border: 1px solid;
	border-color: #999999;
	display: block;
	width: 78px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 4px;
	margin: 0px;
	background-color: #CCCCCC;
	letter-spacing: -1px;
	font-weight: bold;
	text-align: center;
}
a.mainlevel-trans:hover {
  /*color:#3366CC;*/
  color:#666666;
  background-color: #FFFFFF;
}
a.mainlevel_active-trans, a.mainlevel_active-trans:visited {
	font-family: Verdana;
	text-decoration: none;
	font-size: 10px;
	color: #666666;
	white-space: nowrap; 
	/*line-height: 26px;
	height: 26px;*/
	border: 1px solid;
	border-color: #999999;
	display: block;
/*	width: 78px;*/
	width: 100%;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 4px;
	margin: 0px;
	background-color: #CCCCCC;
	letter-spacing: -1px;
	font-weight: bold;
	text-align: center;
	/*background: url(img/arrow.png) 12px 10px no-repeat;*/
}
a.mainlevel_active-trans:hover {
  color:#666666;
  background-color: #FFFFFF;
}
/* End added */
.soustitreorange {

	font-size: 11px;
	font-family: Verdana;
	color : #FD7D0O;
	width: 100%;
	font-weight: bold;
}
.soustitrerouge {


	font-size: 11px;
	font-family: Verdana;
	color : #c9282d;
	width: 100%;
	font-weight: bold;
}

/* POUR LA TABLE A CATEGORIE */

.CURSEUR_IMAGE {
cursor: hand; 
cursor: pointer;
}

.CURSEUR_IMAGE2 {
cursor: hand; 
cursor: pointer;
}

.ligneA {
/*border-left-color: #000000;
border-bottom-color: #000000;
border-right-color: #000000;
border-top-color: #000000;
background-color: #dedede;*/
background-color: #CCCCCC;*/
}

.ligneB {
/*border-left-color: #000000;
border-bottom-color: #000000;
border-right-color: #000000;
border-top-color: #000000;
background-color: #ffffff;*/
background-color: #dedede;
}

.ligneC {
/*border-left-color: #000000;
border-bottom-color: #000000;
border-right-color: #000000;
border-top-color: #000000;
background-color: #ffffff;*/
background-color: #ffffff;
}

.categorie {
font-weight: bold;
border-left-color: #000000;
border-bottom-color: #000000;
border-right-color: #000000;
border-top-color: #000000;
}

.fichier {
font-weight: normal;
border-left-color: #000000;
border-bottom-color: #000000;
border-right-color: #000000;
border-top-color: #000000;
font-style:italic;
}

.categorie1 {
font-weight: bold;
border-left-color: #000000;
border-bottom-color: #000000;
border-right-color: #000000;
border-top-color: #000000;
}

.categorie2 {
font-weight: normal;
border-left-color: #000000;
border-bottom-color: #000000;
border-right-color: #000000;
border-top-color: #000000;
}

.categorie3 {
font-weight: normal;
border-left-color: #000000;
border-bottom-color: #000000;
border-right-color: #000000;
border-top-color: #000000;
font-style:italic;
}

