/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body
{
    width: 100%;
	font-family : times,Verdana,Lucida,Arial,Geneva,Helvetica,sans-serif;
	font-size: 105%;
	color: #333333;
	line-height: 1.2;	/* interligne */
	font-size: 105%;
	margin: 0px;
	padding: 0px;
	background-image:url("images/logofondnb.jpg"); 
	background-attachment:fixed;
}

a:link, a:visited
{
	color: #3975db;
	text-decoration: none;
}

a:hover 
{

	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */


h1, h2, h3, h4, h5, h6 
{
    font-family: times,Verdana,Lucida,Arial,Geneva,Helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1
{
 font-family: times,Verdana,Lucida,Arial,Geneva,Helvetica,sans-serif;
 font-size: 250%;
 color: #334d55;
 font-style: italic;	
 margin: 0px;
 padding: 6px;
}

h2
{
font-family: times,Verdana,Lucida,Arial,Geneva,Helvetica,sans-serif;
 font-size: 114%;
 color: #006699;
}

h3
{
 font-size: 130%;
 color: #334d55;
}

h4
{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5
{
 font-size: 100%;
 color: #334d55;
}

ul
{
 list-style-type: square;
}

ul ul
{
 list-style-type: disc;
}

ul ul ul
{
 list-style-type: none;
}

label
{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

#annonce
{
   width: 100%;
   height: 60px;
   padding-top: 2px;
   margin-bottom: 20px;
}
/***********************************************/
/* entete                               */
/***********************************************/
#baniere
	{
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	height:70px;
	background :url(nomsite/banniere.jpg) no-repeat red;
	}
#bandeau
	{
	margin-top: 10px;
	padding: 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	height:83px;
	background :url(bandeau/bandeau.jpg);
	}
	#bandeau2
	{
	margin-top: 10px;
	padding: 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	height:83px;
	background :url(bandeau/bandeau-copenhague.jpg);
	}
#logo
	{
	padding: 0px 0px;
	border-bottom: 0px;
	width: 114px;
	height:104px;
	background :url(logo/logo_pssin.jpg) no-repeat;
	position: absolute;
	left: 25px;
	top: 10px;
	}
	
/***********************************************/
/*titre des pages                               */
/***********************************************/
.pagetitre
{
	MARGIN-TOP: 0px; MARGIN-BOTTOM: 1em; PADDING-BOTTOM: 1.5em;
	COLOR: red; BORDER-BOTTOM: red 3px dotted; TEXT-ALIGN: left
}
.titre 
{
	FONT-WEIGHT: bold; MARGIN-BOTTOM: 0px; TEXT-TRANSFORM: uppercase; LETTER-SPACING: 1px;
	background: url(images/puce005.gif) no-repeat 0 2px;padding-left: 1.5em; margin-top: 1em;
}

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

#masthead
{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}
/*menutop navigation*/
#navigation
{
   width: 100%;
   border: 1px solid #929596;
   background-image: url("images/background_gris.jpg");
   Background-repeat: repeat-x
   margin-bottom: 5px;
   height: 30px;
   
}
#navigation table
{
	height: 25px;
}	

/* ID Styles */
	
#navigation a {
	font-size: 15px;
	color: black;
	line-height:20px;
	letter-spacing:.1em;
	text-decoration: none;
	text-align:left;
	display:block;
	padding:5px;
	}
	
#navigation a:hover {
	background: red ;
	color:white;
	}


#navBar
{
	margin: 0 80% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content
{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}

#content1
{

	width: 100%;
	margin: 0;
	padding: 0 3% 0 0;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

#date
{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-family: times,Verdana,Lucida,Arial,Geneva,Helvetica,sans-serif;
    font-size: 100%;
    color: #334d55;
}


/*************** #pageName styles **************/

#pageName
{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav
{
color: #cccccc;
padding: 0px 0px 0px 10px;
background-color: #f5f5f5;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img
{
 display: block;
}

#globalNav a 
{
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb
{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature
{
	padding: 0px 0px 10px 10px;
	font-size: 100%;
	
}

.feature h3
{
	padding: 30px 0px 5px 0px;
	text-align: left;
}

.feature img
{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

.feature2
{
	padding: 20px 10px 10px 0px;
	font-size: 100%;
	margin-bottom: 20px;
}

.feature2 h3
{
	padding: 0px 15px 0px 0px;
    background: url(images/puce022.gif) no-repeat 0 2px;
	padding-left: 1.5em; margin-top: 2em; color: #666;

}

.feature2 img
{
	float: right;
	padding: 10px 10px 10px 10px;
	margin: 0 5px 5px 0;
}
.feature3
{
	padding: 50px 50px 10x 10px;
	font-size: 100%;
	border-top: 1px solid #cccccc;
	margin-bottom: 20px;margin-top: 20px;
}

.feature3 h3
{
	padding: 30px 15px 0px 0px;
    background: url(images/puce022.gif) no-repeat 0 2px;
	padding-left: 1.5em; margin-top: 2em; color: #666;

}

.feature4
{
	padding: 50px 50px 10px 10px;
	font-size: 100%;
	margin-bottom: 20px;
	margin-top: 20px;border-top: 1px solid #cccccc;
	
}

.feature4 h3
{
	padding: 30px 0px 5px 0px;
	text-align: left;
}

.feature4 img
{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}


/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/
.story1
{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 100%;
	
}
.story1 h3
{
background: url(images/puce022.gif) no-repeat 0 2px;padding-left: 1.5em; margin-top: 2em;
}
.story1 p
{
	padding: 0px 0px 10px 0px;
}
.story1 img
{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
.story2
{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 100%;
	
}
.story2 h3
{
background: url(images/puce022.gif) no-repeat 0 2px;padding-left: 1.5em; margin-top: 2em;
}
.story2 p
{
	padding: 0px 0px 10px 0px;
}

pre 
{
	background: #f5f5f5;
	border: #ff1754 1px solid;
	margin: 0 2em;
	padding: 0.33em 1em;
	padding: 0.5em;
	text-align:left;
	font-size: 1em;
	font-family: "times";
	color: #330;
	overflow: hidden;
	white-space: normal;
}
.story
{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 100%;
}
.story h3
{
background: url(images/puce022.gif) no-repeat 0 2px;padding-left: 1.5em; margin-top: 2em;
}
.story p
{
	padding: 0px 0px 10px 0px;
}
.story4
{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 100%;
	
}
.story4 h3
{
background: url(images/capi1.jpg) no-repeat 0 2px;padding-left: 1.5em; margin-top: 2em;
}
.story4 p
{
	padding: 0px 0px 10px 0px;
}
.story4 img
{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

/************* #siteInfo styles ***************/

#siteInfo
{
	clear: both;
	border: 1px solid #d9d9d9;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img
{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #adrsse ***************/

#adresse
{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
}
#adresse img
{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

#adresse label
{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks
{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;	
	background-color: #f5f5f5;
	font-size: 90%;
}

#sectionLinks h3
{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link
{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited
{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover
{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks
{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	background-color: #f5f5f5;
}

.relatedLinks h3
{
	padding: 10px 0px 2px 0px;
}

/*********** .meteo styles ***********/

.meteo
{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	background-color: #f5f5f5;
}


/************** #advert styles **************/

#advert
{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
	background-color: #f5f5f5;
}

#advert img
{
	display: block;
}


/************** #headlines styles **************/

#headlines
{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	background-color: #f5f5f5;
	font-size: 80%;
	
}

#headlines p
{
	padding: 5px 0px 5px 0px;
}





