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

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

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #F4FFE4;
}

a{
	color: #d5edb3;
	text-decoration: none;
}

a:link{
	color: #d5edb3;
	text-decoration: none;
}

a:visited{
	color: #d5edb3;
	text-decoration: none;
}

a:hover{
	color: #993300;
	text-decoration: none;
}

a.info {
  position:relative;
}
a.info:hover {
   background: none; 
   z-index: 500; 
}
a.info span {display: none;}
a.info:hover span {
   display: inline; 
   position: absolute;
   white-space: nowrap;
   font-size:10px;
   font-weight:normal;
   width:180px;
   top: 18px; 
   left: 50px;
   background: white;
   padding: 3px;
   border: 1px solid #5D779A;
   border-top: 4px solid #5D779A;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

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

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

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

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

#masthead{
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 90px;
	border-bottom: 1px solid #333333;
}
#submastheadLeft{
	float:left;
	padding: 6px 0px 0px 6px;
	width: 36%;
}
#submastheadRight{
	float:right;
	padding: 0px 0px 0px 0px;
	width: 59%;
}
#lineTwo{
	padding: 0px 0px 0px 0px;
	width: 100%;
	border-bottom: 1px solid #333333;
}
#navBar{
	float: left;
	width: 21%;
	margin: 0px;
	padding: 0px;
	background-color: #5C743D;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

#headlines{
	float:right;
	width: 21%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 2px;
}

#content{
  float: left;
  width: 56%;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 26px 0px 0px 10px;
}


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


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

#pageName{
	margin: 0px;
	padding: 1px 10px 3px 10px;
	background-color: #99cc66;
}

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




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

.feature{
	padding: 10px 5px 0px 10px;
	font-size: 80%;
	font-family: Verdana;
	font: 120%;
	color: #333333;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.feature h2{
 font-family: Verdana;
 font-size: 114%;
 font-style: italic;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}
.feature a {
	font-size: 100%;
	color: #003366;	
	text-decoration: underline;
}
.feature a:hover {
	color: #5c743d;	
	text-decoration: none;
}
/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 5px 0px 10px;
	font-family: Verdana;
	font: 120%;
	font-size: 75%;
	color: #333333;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.story h3{
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-family: Verdana;
	font-size: 105%;
}
.story img{
	float: left;
	padding: 0px 10px 0px 0px;
}
.story p{
	padding: 0px 0px 10px 0px;
}
.story a {
	font-size: 100%;
	color: #003366;	
	text-decoration: underline;
}
.story a:hover {
	color: #5c743d;	
	text-decoration: none;
}
/************** .pagephotos styles *****************/

.pagephotos{
	clear: both;
	padding: 8px 5px 0px 15px;
	font-family: Verdana;
	font: 120%;
	font-size: 75%;
	color: #333333;
}
.pagephotos h3{
	padding: 0px 0px 0px 5px;
	text-align: left;
	font-family: Verdana;
	font-size: 105%;
}
.pagephotos img{
	float: left;
	padding: 0px 10px 0px 0px;
}
.pagephotos p{
	padding: 0px 0px 10px 0px;
}
.pagephotos a {
	font-size: 100%;
	color: #003366;	
	text-decoration: underline;
}
.pagephotos a:hover {
	color: #5c743d;	
	text-decoration: none;
}

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

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 70%;
	color: #333333;
	padding: 8px 8px 8px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}
#siteInfo a {
	color: #003366;	
}
#siteInfo a:hover {
	color: #5c743d;	
	text-decoration: underline;
}

/************* #search styles ***************/

#search{
	padding: 5px 0px 10px 10px;
	border-bottom: 1px solid #333333;
	font-size: 90%;
	color: #99cc66;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search 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;}
#ul ul{
 list-style-type: disc;
}

/* 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-bottom: 0px;
	border-bottom: 1px solid #f4ffe4;
	font-size: 85%;	
}

#sectionLinks h3{
	color: #99cc66;
	font-size: 108%;
	padding: 8px 0px 8px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #f4ffe4;
	padding: 3px 0px 3px 16px;
}

#sectionLinks a:hover{
	background-color: #99cc66;
}

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

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 2px 0px 2px 5px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 8px 6px;
	color: #99cc66;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}
.relatedLinks a:hover {
	display: block;
	color: #99cc66; 
	text-decoration: underline;
}
/************** #advert styles **************/

#advert{
	color: #003366;
	font-size: 96%;
	padding: 5px 1px 2px 5px;
	border-bottom: 1px dotted #cccccc;
	border-left: 1px dotted #cccccc;
	border-right: 1px dotted #cccccc;
}
#advert p{
	padding: 5px 0px 5px 0px;
}
#advert a {
	font-size: 97%;
	color: #5c743d;	
}
#advert a:hover {
	color: #003366;		
	text-decoration: underline;
}
#advert img{
	display: block;
}
#advert h2{
 font-family: Verdana;
 font-size: 110%;
 padding: 1px;
 }
 #advert h1{
 font-family: Arial;
 font-size: 105%;
 padding: 4px 0px 2px 0px;
 }
/************** #advert02 styles **************/

#advert02{
	color: #003366;
	font-size: 105%;
	padding: 2px 1px 3px 3px;
	margin: 6px 0px 0px 0px;
	
	background-color: #eef7e1;
	border: thin solid #DCDCDC;
}
#advert02 p{
	padding: 5px 0px 5px 0px;
}
#advert02 a{
	font-size: 100%;
	color: #5c743d;	
	text-decoration: none;
}
#advert02 a:hover {
	color: #003366;	
	text-decoration: underline;
}
#advert02 img{
	display: block;
}
#advert02 h2{
    font-family: Verdana;
    font-size: 108%;
    padding: 1px;
    margin: 1px 1px 4px 0px;
}
#advert02 h3{
    font-family: Verdana;
    font-size: 114%;
    padding: 1px;
    margin: 0px 1px 0px 0px;
}
/************** #advert03 styles **************/

#advert03{
	font-family: Verdana;
	color: #FFF8DC;
	font-size: 93%;
	padding: 4px 5px 5px 4px;
	border: 1px dotted #FFFACD;
	background-color: #5C743D;
	margin-top: 6px;
	margin-right: 6px;
}
#advert03 p{
	padding: 5px 0px 5px 0px;
}
#advert03 a{
	font-size: 100%;
	color: #99CC66;	
	text-decoration: none;
}
#advert03 a:hover {
	color: #FFF8DC;	
	text-decoration: underline;
}
#advert03 img{
	display: block;
}
#advert03 h1{
 font-family: Verdana;
 font-size: 107%;
 color: #FFF8DC;
 margin: 1px 1px 3px 0px;
 padding-top: 2px;
 padding-bottom: 2px;
}
#advert03 h2{
 font-family: Verdana;
 font-size: 115%;
 color: #99CC66;
 margin: 1px 1px 4px 0px;
}
#advert03 h3{
 font-family: Sans-serif;
 font-size: 125%;
 color: #003366;
 margin: 0px;
 padding: 1px;
}
/************** #advert04 styles **************/

#advert04{
	color: #5c743d;
	font-size: 105%;
	padding: 2px 1px 3px 3px;
	margin: 6px 0px 0px 0px;
	border: thin solid #DCDCDC;
}
#advert04 p{
	padding: 5px 0px 5px 0px;
}
#advert04 a{
	font-size: 100%;
	color: #5c743d;	
	text-decoration: none;
}
#advert04 a:hover {
	color: #003366;	
	text-decoration: underline;
}
#advert04 img{
	display: block;
}
#advert04 h2{
	font-family: Verdana;
	font-size: 108%;
	padding: 1px;
	margin: 1px 1px 4px 0px;
	text-decoration: none;
}
#advert04 h3{
    font-family: Verdana;
    font-size: 114%;
    padding: 1px;
    margin: 0px 1px 0px 0px;
}
/************** #advert05 styles **************/

#advert05{
	color: #5c743d;
	font-size: 105%;
	padding: 2px 1px 3px 3px;
	margin: 6px 0px 0px 0px;
	border: thin solid #DCDCDC;
}
#advert05 p{
	padding: 5px 0px 5px 0px;
}
#advert05 a{
	font-size: 100%;
	color: #5c743d;	
	text-decoration: none;
}
#advert05 a:hover {
	color: #003366;	
	text-decoration: underline;
}
#advert05 img{
	display: block;
}
#advert05 h2{
	font-family: Verdana;
	font-size: 108%;
	padding: 1px;
	margin: 1px 1px 4px 0px;
	text-decoration: underline;
}
#advert05 h3{
    color: #FF6600;
	font-family: Verdana;
    font-size: 114%;
    padding: 1px;
    margin: 1px 1px 3px 0px;
}
/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 1px 20px 5px;
	font-size: 80%;
	color: #5c743d;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
#headlines a {
	font-size: 93%;
	color: #5c743d;	
}
#headlines a:hover {
	color: #003366;
	text-decoration: underline;
}

/************** #thumbs styles *************/
img {border:0} 

.thumb {
	width:95px;
	padding: 6px 4px 0px 4px;
	height:71px; 
	margin:1px;
	float:left; 
	display:block;
	} 

.thumb a {
	display:block;
	}

.thumb a:hover {
	position:absolute;	
	}	 
	
/*hack pour permettre le rollover 
de gauche à droite avec mozilla*/

body>.thumb a:hover {	  
	position:relative;	 
	}	
	
.thumb a img { 
	margin:0;
	padding:0;
	width:95px;
	height:71px; 
	}

.thumb a:hover img {
	position:relative;
	left:0px;
	top:80px;
	width:400px;
	height:300px;  
	} 
