/***********************************************/
/* emx_nav_right.css                           */
/* Use with template Halo_rightNav.html        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */

/************************************/
body{
	background-color: #000000;
	background-image:  url(styles-noir-desir/bg_grad.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
}


/************************************/

/************************************/
/* hyperlink and anchor tag styles  */
/************************************/

a{
	color: #666666;

}

a:link{
	color: #999999;
}

a:visited{
	color: #999999;
}

a:hover{
	color: #CCCCCC;
}

/************************************/


/************************************/
/* Header tag styles                */
/************************************/

h1{
 color: #334d55;

}

h2{
 color: #334d55;
}

h3{
 color: #4F353C;
}

h4{
 color: #334d55;
}

h5{
 color: #334d55;
}


/************************************/

/************************************/
/* List Tags                        */
/************************************/

ul{
}

ul ul{
}

ul ul ul{
}


/************************************/

/************************************/
/* Form and related Tags            */
/************************************/  
label{
 color: #334d55;
}
				
input{
}
/************************************/


/* HTML tag styles                             */
/***********************************************/



/***********************************************/
/* Layout Divs                                 */

/************************************/
#pagecell1{
}

#tl {
}

#tr {
}

/************************************/

/************************************/
#row1{

}

/************************************/



/************************************/
#pageNav{
}
/************************************/



/************************************/
#col2{
}
/************************************/


/* End Layout Divs                             */
/***********************************************/



/***********************************************/
/*Component Divs                               */

/************************************/
#siteName{
	background-image: url(styles-noir-desir/noir-desir-menu-top.jpg);
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#siteName h1{
	color: #ffffff;
}

/************************************/

#utility{
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
}

/************************************/
#pageName{
	border-bottom:1px none #666666;
}

#pageName h2{
	color: #333333;
}

#pageName img{
}

/************************************/


/************************************/
#globalNav{
color: #cccccc;
}



#globalNav img{
 
}

#gnl {
}

#gnr {
}

#globalLink{
}

#globalLink img{
	display: block;
	}

a.glink0:link{	color: #666666; border-right: 1px solid #666666;}
a.glink0:visited{  color: #666666;	border-right: 1px solid #666666;}
a.glink0:hover{
	border-right: 1px solid #666666;
	color: #F5F7F7;
	background-color: #352428;
}


a.glink1:link{	color: #666666; border-right: 1px solid #666666;}
a.glink1:visited{  	color: #666666;	border-right: 1px solid #666666;}
a.glink1:hover{
	border-right: 1px solid #666666;
	color: #F5F7F7;
	background-color: #9646A2;
}

a.glink2:link{	color: #666666; border-right: 1px solid #666666;}
a.glink2:visited{  color: #666666;	border-right: 1px solid #666666;}
a.glink2:hover{
	border-right: 1px solid #666666;
	color: #F5F7F7;
	background-color: #830B00;
}


a.glink3:link{	color: #666666; border-right: 1px solid #666666;}
a.glink3:visited{  	color: #666666;	border-right: 1px solid #666666;}
a.glink3:hover{
	border-right: 1px solid #666666;
	color: #F5F7F7;
	background-color: #3C5663;
}

a.glink4:link{	color: #666666; border-right: 1px solid #666666;}
a.glink4:visited{  	color: #666666;	border-right: 1px solid #666666;}
a.glink4:hover{
	border-right: 1px solid #666666;
	color: #F5F7F7;
	background-color: #1E954E;
}

a.glink5:link{	color: #666666; border-right: 1px solid #666666;}
a.glink5:visited{  color: #666666;	border-right: 1px solid #666666;}
a.glink5:hover{
	border-right: 1px solid #666666;
	color: #F5F7F7;
	background-color: #5DBAE3;
}

a.glink6:link{	color: #666666; border-right: 1px solid #666666;}
a.glink6:visited{  	color: #666666;	border-right: 1px solid #666666;}
a.glink6:hover{
	border-right: 1px solid #666666;
	color: #F5F7F7;
	background-color: #AC783C;
}

a.glink:link{	color: #666666; border-right: 1px solid #8FB8BC;}

a.glink:visited{  	color: #666666;	border-right: 1px solid #8FB8BC;}

a.glink:hover{	background-image:  url(styles-noir-desir/glblnav_selected.gif);	border-right: 1px solid #666666;	color: #F5F7F7;}

/************************************/


/************************************/
/*
.subglobalNav{
	color: #666666;

}

.subglobalNav a:link{
	color: #666666;
}

.subglobalNav a:visited{
	color: #666666;
}

.subglobalNav a:hover{
	color: #666666;
}
#subglobal1 a:link{
	color: #9646A2;
}
#subglobal2 a:link{
	color: #830B00;
}
#subglobal3 a:link{
	color: #3C5663;
}
#subglobal4 a:link{
	color: #1E954E;
}
#subglobal5 a:link{
	color: #5DBAE3;
}
#subglobal6 a:link{
	color: #AC783C;
}
#subglobal7 a:link{
	color: #ffffff;
}
#subglobal8 a:link{
	color: #ffffff;
}

*/






/************************************/

/************************************/
#search{
}

#search input{
 }
 
#search a:link{
  font-size: 80%;
	font-weight: bold;
	
}

#search a:visited{
  font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
  font-size: 80%;
	margin: 0px;
	font-weight: bold;
	
}


/************************************/

/************************************/
#breadCrumb{
	color: #333333;
}

#breadCrumb a{
	color: #333333;
}

#breadCrumb a:hover{
	color: #005FA9;
}

/************************************/


/************************************/
.feature{
	color: #666666;
}

.feature h3{
}

.feature img{
}

/************************************/



/************************************/
#story{
	color: #FFFFFF;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
}
#story a:link, #story a:active{
	color: #1291CD;
	text-decoration: none;
}
#story a:hover, #story a:visited  {
	color: #FFFFFF;
	text-decoration: none;
}
#story h1 {
	background-image: url(styles-noir-desir/noir-desir-plandusite-lien.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-left: 5px;
	margin-top: 6px;
	margin-right: 5px;
	margin-bottom: 1px;
	font-size: 14px;
	text-transform: none;
}
#story h1 a:link, #story h1 a:active, #story h1 a:visited  {
	color: #1291CD;
	text-transform: none;
	padding: 0px 0px 0px 9px;
	text-decoration: none;
	margin: 5px 0px 0px;
}
#story h2 {
	background-image: url(styles-noir-desir/noir-desir-plandusite-lien2.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-left: 15px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 3px;
	font-size: 12px;
	text-transform: none;
}
#story h2 a:link, #story h2 a:active, #story h2 a:visited  {
	color: #1291CD;
	text-transform: none;
	padding: 0px 0px 0px 9px;
	text-decoration: none;
	margin: 0px;
}
#story h3 {
	background-image: url(styles-noir-desir/noir-desir-plandusite-lien3.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-left: 20px;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 3px;
	font-size: 11px;
	text-transform: none;
}
#story h3 a:link, #story h3 a:active, #story h3 a:visited  {
	color: #1291CD;
	text-transform: none;
	padding: 0px 0px 0px 9px;
	text-decoration: none;
	margin: 0px;
}
#story h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(styles-noir-desir/noir-desir-plandusite-page.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin-left: 30px;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 3px;
	font-size: 10px;
	text-transform: none;
}
#story h4 a:link, #story h4 a:active, #story h4 a:visited  {
	color: #61CAFC;
	text-transform: none;
	padding: 0px 0px 0px 9px;
	text-decoration: none;
}

#story h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(styles-noir-desir/noir-desir-plandusite-page.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin-left: 20px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	font-size: 10px;
	text-transform: none;
}
#story h6 a:link, #story h6 a:active, #story h6 a:visited  {
	color: #61CAFC;
	text-transform: none;
	padding: 0px 0px 0px 9px;
	text-decoration: none;
}

#story p{

}

#story a.capsule{
	color: #003E71;
}
#story img{
}

#story a.capsule:hover{
}

td#storyLeft{
}
/************************************/




/************************************/
#siteInfo{
}

#siteInfo img{
}
/************************************/

/************************************/
#sectionLinks{
}

#sectionLinks h3{
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link{
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url(styles-noir-desir/bg_nav.jpg);
	color: #21536A;
}

#sectionLinks a:visited{
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url(styles-noir-desir/bg_nav.jpg);
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
}
/************************************/



/************************************/
.relatedLinks{
	border: 1px solid #666666;
	color: #666666;
	background-color: #352428;
}

.relatedLinks h3{
	background-color: #666666;
	color: #FFFFFF;
}
.relatedLinks h2 {
	background-color: #666666;
	color: #EBEBEB;
}
.relatedLinks h2 a{
	color: #EBEBEB;
}
.relatedLinks a{
	display:block;
}
.relatedLinks em{
	color: #AD3D48;
}
.relatedLinks p {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: Aucune;
	border-right-style: Aucune;
	border-bottom-style: solid;
	border-left-style: Aucune;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.relatedLinks img{
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-width: 1px;
}
/************************************/



/************************************/
#advert{
}

#advert img{
}
/************************************/



/***********************************************/
/*End Component Divs                           */
/***********************************************/
