html
{
	font-family: Arial;
	color: black;	/* #7D7D7D; */
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;
	height: 100%;
	width: 100%;
}
body
{
	font-size: 15px;
	font-smooth: always;
	height: 100%;
	width: 100%;
}
h1
{
	font-weight: bold;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 2.2em;
}
h2
{
	font-weight: bold;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 1.5em;
}
h3
{
	font-weight: bold;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 1.3em;
}
h4
{
	font-weight: bold;
	font-size: 1.1em;
}
p
{
	padding-bottom: 8px;
}
em
{
	font-style: italic;
}
ul
{
	margin-left: 20px;
}
li
{
	list-style: disc;
}
pre
{
	background-color: #000000;
	color: #FFFFFF;
	border: 1px #BBBBBB solid;
	font-weight: bold;
	font-size: small;
	overflow-x: scroll;
	white-space: normal;
}
strong
{
	font-weight: bold;
}
td
{
	padding-bottom: 20px;
	padding-right: 10px;
}
area
{
	cursor: pointer;
	cursor: hand;
}
.divMain
{
	width: 975px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}
.divHeader
{
	height: 175px;
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight: bold;
}
.divHeader a
{
	color: white;
	text-decoration: none;
	display: inline-block;
}
.divHeader a:visited
{
	color: white;
}
.divHeader a:hover
{
	color: white;
	text-decoration: underline;
}
.divHeader .divLeft
{
	float: left;
	padding: 20px 25px 0px 25px;
	width: 325px;
	overflow: hidden;
	text-align:center;
}
.divHeader .divRight
{
	float: right;
	padding: 145px 10px 10px 10px;
	width: 580px;
	height: 20px;
}
.divHeader .divRight input
{
	width: 100px;
}
.divHeader .divRight div
{
	float: right;
}
.divSpriteLeftShadow
{
	background-position: 0px 0px;
	width: 13px;
	height: 63px;
	background-image: url(/site/view/images/sprite-menu.jpg);
	float: left;
	display: none; /* Do not want! */
}
.divSpriteRightShadow
{
	background-position: -13px 0px;
	width: 13px;
	height: 63px;
	background-image: url(/site/view/images/sprite-menu.jpg);
	float: left;
	display: none; /* Do not want! */
}
.divMenu
{
	width: 975px;
	/* uncomment if shading is restored 
	width: 949px;
	float: left;  */
	background-image: url(/site/view/images/menu-background.jpg);
	text-align: center;
	font-size: 0.8em;
	height: 63px;
	overflow: hidden;
}
.divMenu a
{
	color: #7E7E7E;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	width: 187px;
	padding-top: 15px;
	height: 35px;
	background-image: url(/site/view/images/sprite-menu.jpg);
	background-repeat: no-repeat;
	background-position: -26px -13px;
	vertical-align: top;
	clear: both;
}
.divMenu a:hover
{
	font-weight: bold;
}
/*
.divMenu a:visited
{
	color: #7E7E7E;
}
*/
.divMenuTop
{
	height: 10px;
	display: block;
	clear: both;
}
.divMenu img
{
	display: inline-block;
	margin-top: 10px;
}
.divContentColumn
{
	float: left;
	vertical-align: top;
	padding: 4px 0px 0px 5px;
	width: 705px;
}
.divNews
{
	padding-top: 15px;
	float: left;
	width: 214px;
	margin: 0px 10px 15px 0px;
	overflow: hidden;
}
.divNews div
{
	display: block;
}
.divNewsInner
{
	min-height: 240px;
	padding: 0px 15px 0px 15px;
	font-size: 0.9em;
	background-image: url(/site/view/images/news-background.jpg);
}
.divNewsInner a
{
	font-weight: bold;
}
.divNewsInner p
{
	text-align: right;
}
.divNewsHeader
{
	background-image: url(/site/view/images/sprite-news.jpg);
	height: 10px;
	width: 215px;
}
.divNewsFooter
{
	background-image: url(/site/view/images/sprite-news.jpg);
	height: 10px;
	background-position: 0px -10px;
	width: 215px;
}
.spanNewsTitle
{
	font-size: 1.8em;
	font-weight: bold;
	display: block;
}
.spanNewsDate
{
	font-style: italic;
	margin-top: 10px;
	display: block;
}
.divCalendarSeparator
{
	background-image: url(/site/view/images/sprite-news.jpg);
	height: 1px;
	width: 135px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	background-position: 0px -20px;
}
.divCalendar
{
	margin-top: 15px;
	font-size: 1.2em;
}
.divCalendar li
{
	margin-top: 2px;
}
.divCalendar span
{
	font-weight: bold;
	cursor: s-resize;
}
#divCalendars
{
	display: none;
}
.divCalendar a
{
	text-decoration: none;
	font-weight: normal;
}
.divCalendar a:hover
{
	text-decoration: underline;
}
.divFeaturedWrap
{
	float: right;
}
.divFeatured
{
	float: left;
	width: 223px;
	/*
	padding: 5px;
	border: 1px solid #D9D9D9;
	*/
	margin-top: 67px;
}
.divFeaturedInner
{
	min-height: 175px;
}
.divFeatured span
{
	display: block;
	padding: 4px 10px 0px 10px;
	font-size: 0.9em;
}
.divFeatured a
{
	display: inline-block;
	padding-left: 10px;
}
.divFeaturedTop
{
	background-image: url(/site/view/images/box-sprite.gif);
	height: 9px;
	margin-top: -10px;
}
.divFeaturedBottom
{
	background-image: url(/site/view/images/box-sprite.gif);
	background-position: 0px -9px;
	height: 19px;
}
.divFeatureHeader
{
	display: block;
	text-align: center;
}
.divFeatureHeader a
{
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	min-height: 30px;
	padding-top: 4px;
	color: white;
}
.divFeaturedImageWrapper 
{
	margin-top:-130px;
	padding-top:10px;
	position:absolute;
	text-align:center;
	width:210px;
}
.divFeaturedImageWrapper img
{
	display: inline-block;
	max-width:210px;
	/* margin-top: -67px;*/
}

.divFeeds
{
	width: 86px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	text-align: center;
}
.divFeeds span
{
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 3px;
}
.divLogin
{
	/* main site only */
	background-image: url(/site/view/images/login-background.jpg);
	width: 200px;
	height: 83px;
	padding: 5px 15px 5px 10px;
	margin-top: 10px;
	color: white;
	/* font-weight: bold; */
	font-size: 1.6em;
}
.divLoginLeft
{
	padding-top: 12px;
	float: left;
}
.divLoginLeft span
{
	display: block;
	padding-top: 10px;
	height: 9px;
}
.divLoginRight
{
	padding-left: 10px;
	float: left;
}
.divLoginRight span
{
	display: block;
	height: 12px;
}
.divLogin input
{
	height: 15px;
	width: 115px;
	margin-top: 4px;
}
.divLoginRight a
{
	font-weight: normal;
	display: inline-block;
	padding-top: 4px;
}
.divMenuBottom
{
	height: 60px;
	font-size: 0.8em;
	color: white;
	padding-bottom: 45px 5px 20px 5px;
	clear: both;
	background-color: white;
}
.divMenuBottom div
{
	text-align: center;
	width: 720px;
	float: right;
	margin-right: 3px;
}
.divMenuBottom a
{
	color: white;
	font-weight: bold;
	display: inline-block;
	margin: 5px;
}
.divMenuBottom a:hover
{
	color: white;
}
.divMenuBottom a:visited
{
	color: white;
}
.divWidgetBottom
{
	width: 245px;
	height: 50px;
	margin: -75px 0px 0px 3px;
	float: left;
}
.divMenuBottom img
{
	position: absolute;
	margin-top: 32px;
	margin-left: 958px;
}
.spanPdf
{
	font-style: italic;
}
.divContent
{
	/* display: table; FF does not like this */
	display: block;
	clear: both;
	padding: 0px 20px 45px 20px;
	font-size: 0.8em;
	float: left;
	width: 934px;
    min-height: 340px;
}
.divTopMenu
{
	display: inline-block;
	padding-bottom: 20px;
	width: 187px;
	*float: left;
}
.divSubMenu
{
	display: none;
	position: absolute;
/*
	opacity: 0.9;
	filter: alpha(opacity=90);
*/
	*margin-left: -94px;
	*margin-top: -15px;
}
.divSubMenu a
{
	color: white;
	font-weight: bold;
}
.divSubMenu a:visited
{
	/* color: #F2F2F2; */
	color: white;
}
.divSubMenu a:hover
{
	color: white;
}
.ulTopic
{
	margin-top: 15px;
}
.ulTopic li
{
	margin-top: 4px;
}
.ulTopic a
{
	font-size: 1.1em;
	font-weight: normal;
}
#divFlash
{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

/******* OLD STYLES (TO MAKE DATA ENTRY EASIER *******/
#ContenuTableau {
	margin: 0px 0px 15px 0px;
	background: #F2F2F2;
	border-top: 1px solid #005596;
	border-right: 0px #005596;
	border-bottom: 0px #005596;
	border-left: 1px solid #005596;
}

#ContenuTableau td {
	padding: 5px;
	background: #F2F2F2;
	border-top: 0px #005596;
	border-right: 1px solid #005596;
	border-bottom: 1px solid #005596;
	border-left: 0px #005596;
}

#ContenuTableau td.titrecolonne {
	padding: 2px 5px 2px 5px;
	background: #005596;
	font-weight: bold;
	font-size: 15px;
	color: #FFFFFF;
}

#ContenuTableau td.soustitrecolonne {
	padding: 2px 5px 2px 5px;
	background: #5084AA;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

#ContenuTableau td.cellule {
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}

#ContenuTableauFull {
	margin: 0px 15px 0px 15px;
	background: #F2F2F2;
	border-top: 1px solid #005596;
	border-right: 0px #005596;
	border-bottom: 0px #005596;
	border-left: 1px solid #005596;
}

#ContenuTableauFull td {
	padding: 5px;
	background: #F2F2F2;
	border-top: 0px #005596;
	border-right: 1px solid #005596;
	border-bottom: 1px solid #005596;
	border-left: 0px #005596;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
}

#ContenuTableauFull td.titrecolonne {
	padding: 2px 5px 2px 5px;
	background: #005596;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
#ContenuTableauFull td.soustitrecolonne {
	padding: 2px 5px 2px 5px;
	background: #5084AA;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

/******* END OLD  (TO MAKE DATA ENTRY EASIER *******/

.divGallery
{
	border: 1px solid #8F8F8F;
	padding: 10px;
	display: table;
	width: 665px;
}
.divGalleryImage
{
	float: right;
	width: 150px;
}
.divGalleryImage * 
{
	float: right;
}
.imgMagnifier
{
	margin-top: -30px;
	/* margin-right: 120px; If you prefer the left */
}
.divGallerySeparator
{
	margin: 10px;
	border-bottom: 1px solid #CBCBCB;
}
div.wrapperImg div#nyroModalContent div {
	opacity: 0.5;
	font-weight: bold;
}
.divDocuments
{
	border: 1px solid #8F8F8F;
	padding: 10px;
	display: table;
	width: 665px;
	background-color: white;
	margin-top: 20px;
}
.divDocuments div
{
	font-weight: bold;
	color: white;
	display: block;
	padding: 6px;
	margin-bottom: 10px;
	font-size: 1.4em;
}
.divDocuments a
{
	margin-left: 20px;
	font-size: 1.3em;
}
.divDocuments h3
{
	margin-top: 20px;
}
.divDocuments span
{
	color: #777777;
}
.divContact
{
	float: left;
	margin: 0px 30px 0px 30px;
	padding: 30px;
	border: 1px dashed #7D7D7D;
}
.divContact span
{
	display: inline-block;
	width: 120px;
}
.lnkNewsArchive
{
	float: right;
}

.divContentRight
{
	float: right;
	margin: 15px 0px 15px 30px;
}
.imgContentRight
{
	float: right;
	margin: 0px 0px 15px 30px;
	padding: 4px;
	background-color: #DFDFDF;
}
.imgContentPanoramic
{
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
	background-color: #DFDFDF;
	clear: both;
}
.divBreadcrumb
{
	display: block;
}
.divBreadcrumb *
{
	margin-top: 8px;
	display: inline-block;
}
#spanSmsMsg
{
	display: block;
	clear: both;
	color: red;
	font-weight: bold;
	width: auto;
}
.divLanguageChoice
{
	display: none;
}
#divRssInfo
{
	background-color: white;
	position: absolute;
	width: 220px;
	min-height: 100px;
	margin-left: -66px;
	padding: 5px;
	display: none;
	border: 1px solid black;
}
.divMenuBottom .divAddress
{
	display: none;
	padding: 3px 0px 3px 0px;
}
.divMenuBottom .divAddress a
{
	margin: 0px;
}
.divMenu .lnkEtsb img
{
	margin-top: -5px;
}
