/* @group General Text Resets
=================================================== */

h1, h2, h3 {
	padding: 0px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
}
h1 {
	position: absolute;
}
h1 a {
	text-indent: -999em;
	width: 54px;
	height: 63px;
	display: block;
}

h4, h5 {
	padding: 0px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	margin: 0;
}
h2 {
	color: #525045;
	padding: 1px 0px 1px 0px;
	font-size: 250%;
}
h3 {
	color: #525045;
	padding: 6px 0px 10px 0px;
	font-size: 175%;
	font-weight: normal;
}

h4 {
	padding: 6px 0px 4px 0px;
	font-size: 160%;
	font-weight: bold;
	font-style:italic;
}
h5 {
	padding: 4px 0px 2px 0px;
	font-size: 100%;
	font-weight: bold;
}

a {
	color:#333;
	text-decoration:underline;
	}
a:hover {
	color: #666;
	}

hr {
	height: 1px;
	border-style: none;
	background-color: #C3A26C;
	clear:both;
	color:#C3A26C;
	width: auto;
			
	}

th {
	text-align: center}

th {
	border: #333 2px solid;
	}


#transferts #content td {
	border: #666 1px solid;
	}	
/* @end General Text Resets
---------------------------------------------- */

/* @group Content Text Resets
=================================================== */
#homepage h2.pageTitle {
	display: none;
}



h2.pageTitle {
	margin-bottom:20px;
	color:#C3A26C;
	}
#svGallery li {
width:212px !important;
float:left;
font-size:1.1em;
list-style:none outside none;
margin:0 10px 0 0;
padding:0 0 1.5em;
text-align:center;
}
/* @end Content Text Resets
---------------------------------------------- */


/* @group Layout
=================================================== */

#container {
	/*background: #fff;*/
	width: 990px;
}


/* @group Layout Header
=================================================== */

#header {
	width: 983px;
	padding: 0px 0px 0px 5px;
	background: transparent url("../images/bgheader14.jpg") no-repeat;
	background-position: top right; 
}
#header #headerLogo {
	float: left;
	padding: 0px;
	width: 260px;
	height: 33px;
}
#headerLogo #logo {
	padding: 0;
	margin: 5px;
	width: 220px;
	height: 150px;
	background: transparent url("../images/logo.png") no-repeat 1px 25px;
}
#headerLogo #logo a {
	width: 260px;
	height: 93px;
	display: block;
}
#header #headerNav {
	float: right;
	width: 700px;
	height: 155px;
	padding: 0 5px 0 0;
}
#headerNav #headerTop {
	width: 700px;
	height: 30px;
}
#headerTop #headerTopMenu {
	height: 30px;
	float: right;
}
#headerTop #headerSearch {
	height: 30px;
	float: right;
}
#headerSearch #txtKeywords {
	background: transparent url("../images/white30percent.png");
	width: 125px;
	text-align: right;
	font-size: 85%;
	padding: 3px 0;
	margin: 2px 0 0;
	border: 1px solid #999;
	color: #888;
}
#headerSearch #searchButton {
	background: transparent url("../images/loupe.png") 0 0 no-repeat;
	width: 25px;
	height: 23px;
	border: 0px;
	padding: 0 0 7px 0;
	margin: 0;
}
#headerNav #headerTagline {
	padding: 8px 0;
	margin: 0;
	width: 700px;
	text-align: right;
	height: 80px;
}
#headerTagline p {
	text-align: right;
	font-size: 200%;
	padding: 0;
}


/* @end Layout Header
--------------------------------------------------- */

/* @group Layout Content
=================================================== */

#container #main {
	padding: 0;
	margin: 0;
}
#main #contentTop {
	padding: 0;
	margin: 0;
	height: 33px;
	width: 990px;
	text-align: right;
	background: url("../images/bg_content_top_brown.png") 0px 0px no-repeat;
}
#main #contentBody {
	z-index: 1;
	padding: 0 8px;
	margin: 0;
	width: 970px;
	background: url("../images/bg_content_mid_brown.png") 0px 0px repeat-y;
}
#footer #bottomBox,#footer_extra #bottomBox {
}
#contentBody #contentBox {
	width: 950px;
	padding: 0 10px;
	background: url("../images/bg_content_top_cap_brown.png") 0px 0px no-repeat;
}
#contentBox #mast {
	width: 910px;
	padding: 20px 20px 0px 20px;
	height: 250px;
}
#contentBox #content {
	padding: 20px 20px 10px 20px;
	margin: 0 0 0px 0;
}
#content #contentFull {
	background-color: #fff;
	margin-left:30px;
	margin-right:30px;
}
#contentFull p{
	line-height:160%;
}
#content #contentLeft {
	float: left;
	width: 200px;
	padding: 0;
	margin: 0 20px 0 0;
	background: url(../images/black20percent.png);
	background-color: #fff;
}
#content #contentMid {
	float: left;
	width: 450px;
	padding: 0;
	margin: 0 20px 0 0;
	background-color: #fff;
}
#content #contentMidLeft {
	float: left;
	width: 700px;
	padding: 0;
	margin: 0 20px 0 0;
	background-color: #fff;
}
#content #contentMidRight {
	float: left;
	width: 600px;
	padding: 0;
	background-color: #fff;
	margin-left:30px;
	margin-right:30px;
}
#content #contentRight {
	float: left;
	width: 250px;
	padding: 0;
	/*background: url("../images/fondcontentright.png") top left no-repeat;*/
	background-color: #fff;
}
#contentBox #extra {
	padding: 15px;
	background: #1a1a14 url("../images/bg_content_extra.gif") 0 0 repeat-x;
	color: #fff;	
}


/* @end Layout Content
--------------------------------------------------- */

/* @group Layout Footer
=================================================== */

#container #footer {
	position: relative;
	padding: 0 0 5px 0;
	margin: 0;
	width: 990px;
	height: 50px;
	background: url("../images/bg_content_bottom_brown.png") 0px 0px no-repeat;
}

#container #credit {
	padding: 0px 10px;
	margin: 0;
	width: 960px;
	font-size: 0.8em;
	letter-spacing:0.32em;
	
}


/* @end Layout Footer
--------------------------------------------------- */

/* @end Layout
--------------------------------------------------- */




/* @group Content
=================================================== */
#featureBoxes {
	padding: 10px 0px 10px 0px;
}
#featureBoxes h3 {
	padding: 6px 0 6px 0;
	margin: 0;
}
#featureBoxes p {
	margin: 0;
	padding: 2px 0px 4px; 
}

#miniCaseList {
	width: 150px;
	padding: 0;
}
#miniCaseList a {
	display: block;
	padding: 2px 2px 1px 2px;
	margin: 0 10px 4px 10px;
	width: 125px;
}
#miniCaseList a.current {
	background: #e2541c;
}

/* @end Content
--------------------------------------------------- */


/* @group Breadcrumb Nav
=================================================== */
#breadcrumb {
	margin: 0;
	padding: 12px 30px 0px 15px;
	height: 16px;
	font-weight: normal;
	font-size: 90%;
	float: none;
}
#breadcrumb #here {
	float: left;
	color: #333;
	line-height: 1em;
}
#breadcrumb #crumbs {
	float: none;
	color: #333;
	padding: 0px 0px 0px 5px;
}
#crumbList {
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	color: #333;
	/*text-transform: lowercase;*/
	list-style: none;
}
#crumbList li {
	font-size: 100%;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	float: left;
}
#crumbList li.first {
	margin: 0px;
	padding: 0px;
}
#crumbList li a {
	color: #fff;
	text-decoration: none;
}
#crumbList li a:hover {
	color: #000;
	text-decoration: underline;
}

/* @end Breadcrumb Nav
--------------------------------------------------- */


/* @group Main Menu Nav
=================================================== */

#header #headerMainMenu {
	float: right;
	z-index: 100;
	height: 31px;
	
}
#headerMainMenu #menuLeft {
	float: left;
	width: 10px;
	height: 31px;
	background: url("../images/menubarleft.png") 0px 0px no-repeat;
}
#headerMainMenu #menu {
	float: left;
	height: 31px;
	padding: 0 0 0 10px;
	background: url("../images/menubarmid.png") 0px 0px repeat-x;
	width: 650px;
	text-align: center;
}
#headerMainMenu #menuRight {
	float: left;
	width: 10px;
	height: 31px;
	background: url("../images/menubarright.png") 0px 0px no-repeat;
}

/* @end Main Menu Nav
--------------------------------------------------- */

/* @group Primary Nav
=================================================== */

#navPrimary {
	padding: 0px 6px;
	margin: 0px;
	height: 31px;
	font-size: 80%;
	width: 610px;
	left: -50px;
}

#navPrimary li {
	margin: 0;
}

#navPrimary li a {
	display: block; 
	padding: 6px 20px 4px 20px;
	text-decoration: none; 
	color: #fff;
	font-size:100%;
	font-weight:bold;
	text-align: left;
	text-transform: uppercase;
	/*font-weight: normal;*/
}
#navPrimary li a:hover,
#navPrimary li:hover,
#navPrimary li.sfhover {
	color: #ddd;
	font-weight:bold;
	text-decoration: none;
	background: url("../images/menubar_mid_hover.png") 0px 0px repeat-x;
}

#navPrimary li.current a {
	color: #fff;
	background: url("../images/menubar_mid_current.png") 0px 0px repeat-x;
}

#navPrimary li.current li a {
}

#navPrimary li ul {
	margin-left: -1px;
	color: #fff;
} /* second-level lists */

#navPrimary li li {
	margin: 0 0 0 1px;
	width: 250px;
	background-color: #3a3627;
	border-top: 1px solid #23180d;
}
#navPrimary li li.first {
}
#navPrimary li li.last {
	border-bottom: 1px solid #23180d;
}
#navPrimary li li a {
	margin: 0px;
	padding: 6px 0px 5px 22px;
	background: url("../images/menubar_mid_current.png");
}

#navPrimary li:hover li a {
	color: #fff;
	background: url("../images/menubar_mid_current.png");
}

#navPrimary li:hover li a:hover,
#navPrimary li.sfhover li a:hover {
	color: #fff;
	background: #C3A26C url("../images/menubar_mid_current2.png");
	}

#navPrimary li li ul {
} /* third-level lists */


/* @end Primary Nav
--------------------------------------------------- */

/* @group Secondary Nav
=================================================== */

.navSecondary { 
	color: #000;
	margin: 0;
	padding: 0px;
	list-style: none;
	font-size: 95%;
	border: 0px;
	text-align: left;
	width: 170px; /* play nice in IE6 */
}
.navSecondary ul {
}
.navSecondary li {
	line-height: 1.2em;
	padding: 0;
	margin: 0;
}
.navSecondary .first {
}
.navSecondary li a { 
	display: block;
	width: 165px;
	padding: 10px 0px 10px 5px;
	text-decoration: none; /* IE6 Bug */
	color: #000 !important;
	border-bottom: 1px solid #ccc;
}
.navSecondary li a:hover {
	color: #e2541c;
}
.navSecondary li.first a {
	padding: 2px 0px 10px 5px;
}
.navSecondary li.current {
	background-color: #fff;
	color: #e2541c;
}
.navSecondary li.current a {
	color: #e2541c;
}

/* @group Second Level
=================================================== */
.navSecondary li ul {
	width: 150px; /* play nice in IE6 */
	background-color: #fff;
}
.navSecondary li ul li {
	font-size: 90% !important;
}
.navSecondary li.current ul {
	margin: 0;
	list-style: none;
	padding: 0 0 0 10px;
}
.navSecondary li.current ul li  {
	position: relative;
	margin: 0px;
	font-weight: normal;
	border: 0px;
}
.navSecondary li ul li.last  {
	border: 0px;
}
.navSecondary li ul li.last  {
	position: relative;
	border: 0px;
}
.navSecondary li.current ul li.last a {
/*	border: 0px; */
}
.navSecondary li.current ul li a {
	color: #000;
	display: block;
	width: 155px;
	padding: 8px 0px 8px 5px;
	font-weight: normal;
	text-decoration: none; /* IE6 Bug */
	border-bottom: 1px solid #ccc;
}
.navSecondary li.current ul li a:hover {
	color: #e2541c;
}

.navSecondary li.current li.current {
}
.navSecondary li.current li.current a {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	color: #e2541c;
}

/* @end Second Level
---------------------------------------------- */


/* @end Secondary Nav
---------------------------------------------- */



/* @group Header Nav
=================================================== */

.navHeader { 
	color: #e1ded3;
	margin: 0;
	list-style: none;
	font-size: 90%;
	font-weight: normal;
	border: 0px;
	position: relative;
	float: left;
	padding: 2px 2px 0 0;
}
.navHeader li ul {
	margin-left: 0;
	list-style: none;
}

.navHeader li {
	display: inline;
	margin: 0px;
	float: left;
	border: 0px;
	padding: 0 0 0 8px;
	height: 22px;
	margin: 0 10px 0 0;
	/*background: url("../images/headermenu.png") top left no-repeat;*/
}

.navHeader li a { 
	display: block;
	padding: 3px 10px 0 5px;
	height: 21px;
	text-decoration: none; /* IE6 Bug */
	color: #666;
	/*background: url("../images/headermenu.png") top right no-repeat;*/
	}

.navHeader li a:hover {
	color: #999;
	text-decoration: underline;
	}

.navHeader li.current a {
	color: #666;
	}
	
/* @end Header Nav
---------------------------------------------- */

/* @group Footer Nav
=================================================== */

.navFooter { 
	color: #000;
	margin: 0px;
	font-weight: normal;
	float: right;
	padding: 18px 24px 0 0;
	font-size: 90%;
}

.navFooter ul {
	margin-left: 0;
	list-style: none;
}

.navFooter li {
	font-size: 100%;
	float: left;
	display: block;
	margin: 0px;
}

.navFooter li a { 
	display: block;
	padding: 6px 8px;
	text-decoration: none; /* IE6 Bug */
	color: #fff;
	}

.navFooter li a:hover {
	color: #000;
	text-decoration: underline;
	}

.navFooter li.current a {
	color: #fff;
	font-weight: bold;
	}
	
/* @end Footer Nav
---------------------------------------------- */
#svSyndLocal, #svFeed, #svIndex, {
	margin: 0;
	padding: 0;
}


#contactForm {
	font-weight: normal;
}
#contactForm fieldset {
	margin: 5px;
	padding: 5px;
}
#contactForm legend {
	margin: 0px 4px;
	padding: 0px 4px;
	font-weight: normal;
}

#contactForm label {
	margin: 3px 0;
	clear: left;
}
#contactForm input {
	margin: 5px 0px;
	float: none;
	display: block;
}
#checkboxes label {
	margin: 0px 0 0 0;
	width: 400px;
	text-align: left;
	float: left;
}
#checkboxes input {
	padding: 0;
	margin: -3px 0 0 0;
	text-align: left;
	float: left;
	margin: 5px;
}
#catSummary .navSecondary {
	width: 150px;
	margin: 0 0 20px 0;
}
#catSummary .navSecondary a {
	width: 150px;
}
#catSummary h4 {
	display: none;
}
#svCalendarNav a {
	color: #e2541c;
}
#svCalendarNav th a {
	color: #fff;
}

#svPortal {
	margin: 0;
	padding:0;
	border: 0px;
}
#svPortal {
	font-weight: normal;
}
#svPortal h4 {
	margin: 3px 0px;
	clear: both;
}
#svPortal h4 a {
	text-decoration: none;
}
#svPortal dl {
	background: url("../images/ltopleft.png") top left no-repeat;
	padding-top: 13px;
	float: none;
	clear: both;
	display: block;
	margin: 0px 0 30px 100px;
	min-height:150px;
	width:450px;
}
#svPortal dl.first {
	border: 0;
}

#svPortal dt.releaseDate,.releaseDate {
	color: #aaa;
	margin: 5px 0px;
}
#svPortal dt.linkTitle {
	padding: 5px 0 0 0;
	font-size: 150%;
}
#svPortal dl dt a {
	font-size: 24px;
	color:#C3A26C;
}
#svPortal dl dt a:hover {
	color:#D2BA91;
}
#svComments {
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px dotted #ccc;
}
#svComments legend {
	color: #525045;
	font-size: 175%;
	font-weight: bold;
}


/* toolbar
=================================================== */
#utilities {
    float:right;
	width:350;

}

#utilities ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#utilities li { 
	float: left;
	background-repeat: repeat-y;
	background-position: right;
}

#utilities li a {
	color: #fff;
	font-size: 9px;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 3px 1px 3px 16px;
	margin-right: 4px;
	text-decoration:none;
}

#utilities li.last {
	border: 0;
	background: none;
}

a#print {
	background-image: url(../images/icon_print.gif);
}

a#share {
	background-image: url(../images/icon_addfavorite.gif);
	margin-left: 8px;
}

a:hover#print {
	color:#333;
	background-image: url(../images/icon_print_black.gif);
}

a:hover#share {
	color:#333;
	background-image: url(../images/icon_addfavorite_black.gif);
	margin-left: 8px;
}
a#news {
	background-image: url(../images/icon_emailarticle.gif);
	margin-left: 8px;
}

a:hover#news {
	color:#333;
	background-image: url(../images/icon_emailarticle_black.gif);
}
/* end toolbar
=================================================== */

/* @group Indexes
===================================== */

.svIndex {
	margin:1em 0;
}
.svIndex dl {
	padding-bottom: 1em;/*border-bottom: 1px dotted #ccc;*/
	}
.sidebar .svIndex dl {
	margin: .5em 0;
	padding: .5em 0 .5em;
}
.svIndex dl.hasImage {
	padding: 0px 0px 0px 235px;
	position: relative;
	width:auto;
	min-height:90px;
}

.svIndex dl.hasImage .image {
	float: none;
}
.sidebar .svIndex dl.hasImage .image {
	display: none;
}
.content .svIndex {
	margin-top: 1em;
	padding:0;
	border:none;
}
.content .svIndex dt {
	font-size: 1.6em;
	margin-bottom: .5em;
}
.svIndex dt.releaseDate {
	text-transform: uppercase;
	color: #777;
	margin-bottom: .5em;
	font-size: 1em !important;
	display:none;
}
.svIndex dd {
	line-height: 1.2;
}
.svIndex dd.image {
	position: absolute;
	top: 15px;
	left: 15px;
}





/* @group Indexes
===================================== */

/* @group sysSelectionAccueil
===================================== */

div#sysSelectionAccueil { margin:auto;
margin-bottom:35px;
}

#sysSelectionAccueil dl{
	overflow:hidden;
	float: left;
	clear: none;
	padding: 165px 0px 0px 19px;
	width: 230px;
	margin:10px 15px 0 15px;
}

#contentRight #sysSelectionAccueil dl{
	margin:0;
}
#sysSelectionAccueil dl.hasimage{
	min-height:90px;
	padding:10px;
}
#sysSelectionAccueil dl.first {
	background: url("../images/fondselectionaccueil.png") top left no-repeat;
	
}
#sysSelectionAccueil dl {
	background: url("../images/fondselectionaccueil.png") top left no-repeat;
}
#sysSelectionAccueil dl.last {
	background: url("../images/fondselectionaccueil.png") top left no-repeat;
	
}
#sysSelectionAccueil dd {
	color:#FFF;

}



#sysSelectionAccueil dt {
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: normal;
	width:222px;
	margin:0;
	padding:0;
}


#sysSelectionAccueil dt a {
	color: #fff;
}

#sysSelectionAccueil dt a:hover {
	color: #ccc;
	text-decoration: none;
}

#sysSelectionAccueil dd {

	font-size: 1.1em;
	width:230px;
	padding:0;
	margin:auto;
}
#sysSelectionAccueil dd a{
	display:block;
	height:220px;

}
#sysSelectionAccueil dd.image img {
	float:none;
	width: 212px;
	height: 141px;
	margin:4px;
	}



/* @end sysSelectionAccueil
-------------------------------- */

/* @group Slideshow
===================================== */

.svSlides {
	overflow: hidden;
	width:900px;
	float:left;

}

.svSlides dl {

	float: left;
	clear: none;
	width: 360px;
	min-height:238px;
	margin: 0;
	padding: 0;
	border:0;
}
.svSlides dl.hasImage { /* Optimized for 180px wide images. Edit image size in "site settings." Adjust here as necessary*/
	position: relative;
	padding: 15px 0 0 380px;
	width:440px;
	min-height: 233px;
	margin:10px 1px 1px 1px;
}

.svSlideshow {
	position: relative;
	height: 270px;
	overflow: hidden;
	margin: 0 ;
	/*color: #b4dffa;*/
	/*background: #EEEEEE url(../images/bg-hero.png) no-repeat !important;*/
	border: 0;
}

.svSlideshow {
	width:900px;
	float:left;
}

.svSlides {
	position: relative;
	border: 0;
	z-index: 1;
	padding: 0;
	margin: 0 !important;
	min-height: 15px;
	height:238px;
	overflow:hidden;
}

.svSlides dl {
	width: 840px;
	height: 200px;
	padding:0;
	margin-right: 0;
	border: 0;
	font-size: 1em;
	background: transparent url("../images/ltopleft.png") top left no-repeat;
}
.svSlides dt {
	margin-bottom: .85em !important;
	font-size: 2em !important;
	font-weight: bold;
	letter-spacing: -0.025em;
	line-height: 1;
	color: #ccc;
}
.svSlides dt a {
	text-decoration:none;
	color: #C3A26C;
	margin:0;
	padding:0;
}
.svSlides dt a:hover {
	text-decoration:none;
	color: #D2BA91;
}
.svSlides dt.releaseDate {
	color: #D2BA91;
	font-size: 11px !important;
	font-weight: normal;
	margin-bottom: .5em !important;
}
.svSlides dd {
	margin-bottom: auto;
	letter-spacing: normal;
	font-size: 1.2em !important;
	line-height: normal;
	padding: 0;
}


.svSlides dd.image { /* Optimized for 180px wide "medium" images - edit image size in "site settings." Adjust here as necessary */
	position: absolute;
	display: block;
	width: 350px;
	height: 233px;
	float: none;
	padding: 0;
	margin:auto;
}

.svSlides dd.image img {
	display: block;
	margin:auto;
	}
 
  
.svSlides .readMore {
	float: right;
	position: relative;
}


.svPager {
	text-align: center;
	line-height: 2;
}
ol.svPager {
	position: relative;
	z-index: 2;
	width: 540px;
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.sysAccueil ol.svPager {
	display:none;
	visibility:hidden;
}
ol.svPager li {
}
ol.svPager a {
	color: #fff;
	background: #333;
	outline: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
ol.svPager li.activeLI a, ol.svPager a:hover {
	background: #666;
	text-decoration: none;
}
/* @end Slideshow
-------------------------------- */

/* here's the sitemap stuff: */

#svSiteMap {
	font:normal 12px Arial, sans-serif;
	overflow:hidden;
	text-align:center;
}
#svSiteMap a {
	color:#666;
}
#svSiteMap ul {
	list-style:none;
	margin:0;
	padding:0;
}
#svSiteMap li {
	background: url(../images/black10percent.png);
	border-top:0.1em solid #ddd !important;
	border-left:0.1em solid #ccc;
	float:left;
	margin:1em 0 1em 3em;
	min-height:1em;
	padding:0 .4em 0 .4em;
	position:relative;
	width:18em;
}

#svSiteMap li li {
	background: url(../images/black30percent.png);
	font-weight: normal;
	margin:1em 1em 1em 5em;
}
ul#svSiteMap {
	margin: 0;
}
#svSiteMap ul ul {
	font-size:90%;
	margin-top:-1.4em;
}
#svSiteMap ul ul li {
	background: url(../images/black30percent.png);
	border-top:0.1em solid #fff !important;
	border-left:0.1em solid #66c;
	left:12em;
}

#svSiteMap ul ul ul li {
	background: url(../images/black30percent.png);
	border-color:#9c3;
}

#svSiteMap ul ul ul ul li {
	background: url(../images/black40percent.png);
	border-color:#c93;
}

#svSiteMap ul ul ul ul ul li {
	background: url(../images/black50percent.png);
	border-color:#c33;
	color:#999;
}


/* @end sitemap */

span.readMore {
	display:none;
	padding:0;
	float:right;
	vertical-align:bottom;
	position:relative;
	text-align:center;
	margin:0px;
}
.svSlides span.readMore,#svPortal span.readMore  {
	display:block;
	}


.readMore a {
	color:#FFF;
	background: url("../images/btnreadmore2.png") top left no-repeat;
	padding-top:0px;
	display:block;
	width: 80px;
	height:20px;
	text-decoration:none;
}
.readMore a:hover {
	background: url("../images/btnreadmorehover2.png") top left no-repeat;
}

/* fiche excursions */


img.left {
	clear:both;
	position:relative;
}

#offresspeciales h2.pageTitle,
#excursions h2.pageTitle {
	position:relative;
	margin-left:390px;
	width:470px;
	height:35px;
	margin-top:25px;
	border-bottom: 1px solid #C3A26C;
	display:block;
	background:none;
	}
#offresspeciales #contentFull img, 	
#excursions #contentFull img {
	/*margin-left:10px;*/
}
#offresspeciales #contentFull img.imgMed,
#excursions #contentFull img.imgMed {
	margin-left:0px;
}
#offresspeciales #contentFull .image img,
#excursions #contentFull .image img {
	margin-left:0px;
}

#offresspeciales  .imgMed,
#excursions .imgMed {
	background: #FFF url("../images/topleft.png") top left no-repeat;
	padding:15px;
	margin-left:0px;
	margin-right:10px;
	margin-top:-60px;
	float:left;
	}

#offresspeciales hr,
#excursions hr {
	height: 1px;
	border-style: none;
	background-color: #C3A26C;
	clear:both;
	color:#C3A26C;
	width:470px;
	margin-left:390px;
		
	}
	
/*#excursions p {

	margin:10px;
}*/

#excursions #contentFull DIV {
	clear:both;
}



#excursions .sysExcursions h2.pageTitle {
	position: relative;
	margin-left: auto;
	width: auto;
	height: auto;
	margin-top: auto;
	margin-bottom:20px;
	border: none;	
	display:block;
	background:none;
	}

#excursions .sysExcursions dl.first{
	display:none;
	}
.informations {
	font-size:large;
	list-style-position:inside;
	list-style-type:circle;
	}

.or {
color:#C3A26C;
}

.ville {
color:#C3A26C;
font-weight:bold;
}
	
.prix {
color:#C3A26C;
font-weight:bold;
font-size:x-large;
}

.carte {
	clear:both;

}
/* end fiche excursions */

/* navPeer */

#excursions div#navPeer {
	
	background: #FFF url("../images/top.png") top left no-repeat;
	width:850px;
	text-align: center;
	padding-left: 10px;
	padding-top: 10px;
	margin-top:30px;
	}
	
#excursions #navPeer .navSecondary {
width:auto;
text-align:center;
	}
#excursions #navPeer .navSecondary ul {
	text-align:center;
	}
	
#excursions #navPeer .navSecondary li {
line-height : 1em;
width:auto;
display: inline;
/*margin:1.2em;
padding: 5px;
margin: 5px;*/
	}
#excursions #navPeer .navSecondary li a {
width:auto;
border-bottom: none;
display: inline-block;
text-decoration: none;
padding:5px;
font-size:x-small;
	}
#excursions #navPeer .navSecondary li a:hover {
	text-decoration:underline;
	color:#C90;
	}
#excursions #navPeer .navSecondary li.first a {
	padding:5px;
}
	

/* Googlemaps */

div#idmuramaps {
	background: #FFF url("../images/topleft.png") top left no-repeat;
	padding:15px;
	margin:0 -10px 10px 10px;
	float:right;
	position:relative;
	float:none;
	width:850px;
	height:320px;
	margin:auto;
	}


/* Formulaire de reservation */
div#reservation {
	background: #FFF url("../images/topleft.png") top left no-repeat;
	padding:15px;
	margin:0 -10px 10px 10px;
	float:right;
	position:relative;
	float:none;
	width:850px;
	height:auto;
	margin:auto;
	}


/* Toolbarlink */
#toolbarlink {
	text-align:center;
	margin:0;
	
	}
#toolbarlink li{
	display: inline-block;
	text-decoration:none;
	width:150px;
	height:40px;
	margin:0;
	}
#toolbarlink a{
	background-color:transparent;
	background-position:center top;
	background-repeat:no-repeat;
	color:#fff;
	display:inline-block;
	width:85px;
	height:30px;
	padding-top:5px;
	text-align:center;
	text-decoration:none;
	}
#toolbarlink a:hover{
	color:#999;
	}
#toolbarlink a.carte{
	
background-image:url(/livenupgreattours/assets/Image/btn.gif);
}	
#toolbarlink a.reservation{
	
background-image:url(/livenupgreattours/assets/Image/btn.gif);
}

/** image caption */
.legende span.caption {
	float:left;
	margin: 0 3px 3px 3px;
	border: 1px solid #ccc;
	padding: 2px;

}


.legende span.caption img {
	margin: 0;
	padding:0;
}

.legende span.caption p {
	margin: 2px 0 0 0;
	padding: 2px;
	border-top: 1px #ddd dotted;
	font-size: .9em;
}

/** image caption end */

/** btn traduction */
div#svLTM {
	position: relative;
	/*float:right;*/
	margin-top:6px;
	padding:0;
	}

#svLTM img {
	margin-left:-15px;
	}
	
/** btn traduction */

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }