/* CSS Document */

p, p a:link, p a:visited { 
	font-size: 11px; 
	margin: 0;
	padding:0;
	line-height:12px;

}

h1, h1 a:link, h1 a:visited  { 
	color: #666; 
	font-size: 16px; 
	margin: 0;
	padding:1px 0 15px 20px;
	line-height:12px;

	}

h2, h2 a:link, h2 a:visited  { 
	color: #000; 
	font-size: 13px; 
	font-weight: bold; 
	margin: 0;
	padding:0 0 0 10px;
	line-height:30px;
	background-image:url(images/under_line.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	}

h3, h3 a:link, h3 a:visited  { 
	color: #000; 
	font-size: 12px; 
	font-weight: bold; 
	margin: 0;
	padding:0;
	line-height:20px;
	}

h4, h4 a:link, h4 a:visited  { 
	color: #FF7C00; 
	font-size: 13px; 
	font-weight: bold; 
	margin: 0;
	padding:0;
	line-height:20px;
	}

h5, h5 a:link, h5 a:visited  { 
	color: #000; 
	font-size: 12px; 
	font-weight: bold; 
	margin: 0;
	padding:0;
	line-height:16px;
	vertical-align:middle;
	text-align:left;
	}


.link-liste{
	padding:0;
	border:0;
	margin:0;
	line-height:16px;
}

.link-btn{
	padding:0;
	border:0;
	margin:0;
	line-height:16px;
}


a.btext:link,a.btext:active, a.btext:visited { 
	color:#0B4E9A;
	text-decoration:underline;
}

a.btext:hover { 
	color:#0B4E9A;
	text-decoration:none;
	border-bottom:2px dotted #12416B;
}

a.btitle:link,a.btitle:active, a.btitle:visited { 
	font-size: 12px;
	font-weight:bold;
	color:#0B4E9A;
	text-decoration:underline;
}

a.btitle:hover { 
	font-size: 12px; 
	font-weight:bold;
	 color:#0B4E9A;
	text-decoration:none;
	border-bottom:2px dotted #12416B;
}

a.ltitle:link,a.ltitle:active, a.ltitle:visited { 
	font-weight:bold;
	color:#0B4E9A;
	text-decoration:underline;
}

a.ltitle:hover { 
	font-weight:bold;
	color:#0B4E9A;
	text-decoration:none;
	border-bottom:2px dotted #12416B;
}

a.btitle-icone-bold:link,a.btitle-icone-bold:active, a.btitle-icone-bold:visited { 
	font-size: 12px;
	font-weight:bold;
	color:#0B4E9A;
	text-decoration:underline;
	padding-left:10px;
	background-image:url(images/arrow_left.gif);
	background-position:left;
	background-repeat:no-repeat;
	line-height:17px;
}

a.btitle-icone-bold:hover { 
	font-size: 12px; 
	font-weight:bold;
	 color:#0B4E9A;
	text-decoration:none;
	padding-left:10px;
	border-bottom:2px dotted #12416B;
	background-image:url(images/arrow_down.gif);
	background-position:left;
	background-repeat:no-repeat;
	line-height:17px;
}


a.btitle-icone-bold-open:link,a.btitle-icone-bold-open:active, a.btitle-icone-bold-open:visited{
         font-size: 12px;
         font-weight:bold;
         color:#0B4E9A;
         text-decoration:underline;
         padding-left:10px;
         background-image:url(images/arrow_down.gif);
         background-position:left;
         background-repeat:no-repeat;
         line-height:17px;
}

a.btitle-icone:link,a.btitle-icone:active, a.btitle-icone:visited { 
	color:#0B4E9A;
	text-decoration:underline;
	padding-left:10px;
	background-image:url(images/arrow_left.gif);
	background-position:left;
	background-repeat:no-repeat;
	line-height:17px;
}

a.btitle-icone:hover { 
	 color:#0B4E9A;
	text-decoration:none;
	padding-left:10px;
	border-bottom:2px dotted #12416B;
	background-image:url(images/arrow_down.gif);
	background-position:left;
	background-repeat:no-repeat;
	line-height:17px;
}

 
a.btitle-icone-open:link, a.btitle-icone-open:active, a.btitle-icone-open:visited{
         color:#0B4E9A;
         text-decoration:underline;
         padding-left:10px;
         background-image:url(images/arrow_down.gif);
         background-position:left;
         background-repeat:no-repeat;
         line-height:17px;
}

/* nav horizontal */
.nav-h ul {
	position: relative;
	margin: 0;
	padding: 0;
	border:0;
	}

.nav-h li, .nav-h li a {
	display:inline;
	padding: 7px 5px 8px 5px;
	margin: 0;
	border:0;
	text-decoration: none;
	list-style: none;
	color: #000;
	font-size: 12px; 
	font-weight: bold;
	}

.nav-h li a .nav-h-on{
	text-decoration: none;
	color: #fff;
	background-image:url(images/nav-bg-on.gif);
	border-bottom:0px dotted #12416B;
	}


.nav-h li a:hover{
	text-decoration: none;
	color: #fff;
	background-image:url(images/nav-bg-on.gif);
	border-bottom:0px dotted #12416B;
}

.nav-h-active{
	text-decoration: none;
	color: #ffffff;
	background-image:url(images/nav-bg-on.gif);
	border-bottom:0px dotted #12416B;
}

/* nav 2niveau */
.nav-2n ul {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0px solid gray;
	background-color:#FFCA00;
	}

.nav-2n li, .nav-2n li a {
	display: block;
	padding: 0px 0 1px 0;
	margin: 0;
	text-decoration: none;
	list-style: none;
	
	}

.nav-2n li a .navtext-2n{
	margin: 0 0 0 10px;
	padding-left: 10px;
	color: #0B4E9A;
	font-size: 12px; 
	font-weight: bold;
	text-decoration: none;
	list-style: none;
	}


.nav-2n li a:hover{
	text-decoration: none;
	background-color:#FFE78D;
	border-bottom:0px dotted #12416B;
}

.bold {
	font-weight: bold;
}
