/**
 * TYPOGRAPHY
 */
 
/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body  { 
  font: 75%/1.5 Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #004e86;
}

@font-face { 
    font-family : 'Dax';
    src:
        local('Dax-Bold'),
        url('Dax-Bold.ttf') format('truetype'),
        url('/css/Dax-Bold.ttf') format('truetype'); 
}

sup { vertical-align:super; line-height:0; }
sub { vertical-align:sub; line-height:0; }
a {
	color: #004e86;
	text-decoration: none;
}
a:hover, a:link, a:visited {
	color: #004e86;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input {
	color: #4194b8;
}
h1 {
	font-size: 180%;
	line-height: 1;
	font-weight: bold;
}

h2 {
	font-weight: bold;
	position: absolute;
	margin-left: -9999px;
}
address { font-style: normal; }

#content h2, #sidebar h2, #footer h2 {
	position: static;
	margin-left: 0;
}

#search label, #nav, #sidebar h2, #sidebar p.back_home a, #footer h2 {
	/* 133.33% * 12px = 16px */
	/*font: 133.3%/1 "Dax", sans-serif;*/ /* for tests */
    font: 133.3%/1 "Dax", "Myriad Pro", "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
}
#sidebar p.back_home {
	margin-bottom: 1em;
	text-align: center;
	}
#search, #nav a {
	font-weight: normal;
	color: #fff;
}
#search label {
	font-weight: normal;
}

#content h2 {
	/* 116.6% * 12px = 14px */
	font-size: 116.6%;
}





#breadcrumb {
	font-weight: bold;
	color:  #fff;
	}
	#breadcrumb a, #breadcrumb span {
		font-weight:normal;
	}
	#breadcrumb a {
		text-decoration: underline;
		color:  #fff;
	}
	#breadcrumb a:hover {
		text-decoration: none;
		}
#breadcrumb-m {
	font-weight: bold;
	color:  #fff;
	}
	#breadcrumb-m a, #breadcrumb span {
		font-weight:normal;
	}
	#breadcrumb-m a {
		text-decoration: underline;
		color:  #fff;
	}
	#breadcrumb-m a:hover {
		text-decoration: none;
		}

a.rss {
	color: #e6762f;
	border-bottom:  1px dotted #e6762f;
}
a.rss:hover {
	text-decoration:none;
	border-bottom-width: 0;
	}


#access-nav, #search, #nav, #nav2, #sidebar, div.header, #header img, .bt {
	display: none;
	}
body {
	padding: 0cm 0.5cm;
	}
#page {
	position: static;
	
	}

#breadcrumb  {
	position: static;
	color: #004e86;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 3em;
	}
	#breadcrumb a {
		color: #004e86;
		}
	#breadcrumb li {
	margin-left: 0;
		display: inline;
		}

#breadcrumb-m  {
	position: static;
	color: #004e86;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 3em;
	}
	#breadcrumb-m a {
		color: #004e86;
		}
	#breadcrumb-m li {
	margin-left: 0;
		display: inline;
		}

#content {
	margin: 0;
	width: auto;
	}
	#content .section {
		overflow: hidden;
		}
		#content img {
			margin-right:10px
			}
#carrousel {}
    #carrousel dl {
		display: block;
		overflow: hidden;
		clear: left;
		margin-top:1cm;
		}
		#carrousel dt {
			float: left;
			}
		#carrousel dd {
			margin-left: 150px;
			}
#page_bottom {
	font-size: 80%;
	clear: both;
	margin-top: 2cm;
	line-height: 1;
	border-top: 1px solid #5a8eb3;
	}
	#page_bottom .shortcuts, 
	#page_bottom .activities,
	#page_bottom .contact .rss,
	#page_bottom .contact ul,
	#page_bottom .contact dt {
		display: none;
		}
	#page_bottom .contact {
		margin-top: 5px;
		}
		#page_bottom .contact h2 {
			float: left;
			/*width: 25%;*/
			margin: 0;
			}
		#page_bottom .contact .vcard, #page_bottom .contact dl, #page_bottom .contact dd {
			display: inline;
			}
		#page_bottom .contact .vcard {
			display: block;
			float: left;
			width: 30%;
			margin:0;
			}
			#page_bottom .contact .vcard dd{
				float: left;
				width: 100%;
				}
		#page_bottom .contact p {
			margin-left: 30%;
			text-align: right;
			margin: 0;
			}