
.par h1, .par h2, .par h3, .par h4, .par h5, .par h6, .par h7 {
	margin-top: 0px;	
}

/* Google Map overlay */
#pageCenter .googleMap{
	width: 100%;
	height: 300px;
	/* Rounded corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/* Shadow */
	-moz-box-shadow: 1px 1px 3px 1px #333;
	-webkit-box-shadow: 1px 1px 3px 1px #333;
	box-shadow: 0px 0px 2px #111;
	background:#000;
	color:#000;
	font-weight:normal;
	font-family:Arial;
}

#pageCenter .par {
	margin-bottom: 12px;
	width: 512px;
	display: block;
	/*float:left;*/ 
}

.pageContent1col #pageCenter .par{
	width:970px;
}

.pageContent2col #pageCenter .par{
	width:788px;
}

#pageCenter .par .par {
	width: 100%;
}

#pageCenter .par.stacked {
	margin-bottom: 0px;
}

#pageCenter .par.fullWidth {
	width: 562px;

	/* need to move left */
	position: relative;
    left: -25px;
	
	padding-left: 0px;
	padding-right: 0px;
	
	z-index: 1;
}

/* Text */
#pageCenter div.lead p{
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
}
#pageCenter p.indented {
	padding-left: 14px;
}
#pageCenter dl dd {
	padding-left: 14px;
	/** padding-bottom: 6px; **/
}
#pageCenter strong { font-weight: bold; }
#pageCenter i { font-style: italic; }

#pageCenter .fileAttributes {
	font-style: italic;
	color: #666;	
}
#pageCenter p.dateCreation {
	text-align: right;
	color: #666;
}

/* Tab title */
#pageCenter .tabTitle {
	border-bottom: 1px solid #999;
	margin-bottom: 12px;
	/* Shadow */
	-moz-box-shadow: 0px 3px 10px -12px #333;
	-webkit-box-shadow: 0px 3px 10px -12px #333;
	box-shadow: 0px 3px 10px -7px #999;
}
#pageCenter .tabTitle span {
	font-weight: bold;
	font-size: 13px;
	color: #333;
	margin-left: 15px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	background-color: #f7f7f7;
	height: 14px;
	display: inline-block;
	
	/* Rounded corners */
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;

	/* Gradient */
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#dadada)); /* for Webkit browsers */
	background: -moz-linear-gradient(top,  #f7f7f7,  #dadada); /* for Firefox 3.6+ */
	background-image: -o-linear-gradient(top,rgb(247,247,247),rgb(218,218,218)); /* for Opera */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff7f7f7, endColorstr=#ffdadada, gradientType=0); /* for IE*/  				

	/* Shadow */
	-moz-box-shadow: 1px 0px 1px #ccc;
	-webkit-box-shadow: 1px 0px 1px #ccc;
	box-shadow: 1px 0x 1px #ccc;
}


/* Hyperlinks */

#pageCenter a.ordinaryLink {
	color: #005b8b;
	border-bottom: 1px dotted #666666;
	text-decoration: none;
}
#pageCenter a.ordinaryLink:hover {
	border-bottom: 1px solid #b70000;
	color: #b70000;
}
#pageCenter a.ordinaryLink:visited {
	color: #0081C7;
}
#pageCenter a.ordinaryLink:visited:hover {
	border-bottom: 1px solid #b70000;
	color: #b70000;
}
/*#pageCenter .boxLinks a, 
#pageCenter a.teaserLink,
#pageCenter .teaserBoxLinks a{
	background: url("../images/pictos/picto_link_self.png") no-repeat scroll 0 1px transparent;
	color: #005b8b;
	padding-left: 14px;
	border-bottom: none;
	text-decoration: none;
	display: inline-block;
}*/
#pageCenter .boxLinks a:hover,
#pageCenter .boxLinks a:visited:hover,
#pageCenter a.teaserLink:hover,
#pageCenter a.teaserLink:visited:hover,
#pageCenter .teaserBoxLinks a:hover,
#pageCenter .teaserBoxLinks a:visited:hover{
	text-decoration: underline;
	color: #b70000;
}

#pageCenter a.teaserLink {
	margin-top: 8px;	
}

/** reset typo **/
#pageContext ul.linkContainer {
	padding-bottom: 0px;
    padding-left: 0px;
}

#pageContext ul.linkContainer li {
	list-style-image: none;
	display: block;
}

#pageCenter .linkContainer {
	padding-bottom: 6px;	
}

#pageCenter .boxLinks a.downloadLink, 
#pageCenter .linkContainer a.downloadLink{
	/*background-image: url("../images/pictos/picto_link_download.png");*/
	background-image: none;
	padding-left: 0px;
	display: inline;
}

#pageCenter .lausanne-download-link dt{
	background-image: url("../images/pictos/picto_link_download.png");
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 14px;
	/*background-image: none;*/
}
/*#pageCenter .boxLinks a.externalLink, 
#pageCenter .linkContainer a.externalLink{
	background-image: url("../images/pictos/picto_link_blank.png");
}*/
/*#pageCenter .boxLinks a.anchorLink, 
#pageCenter .linkContainer a.anchorLink{
	background-image: url("../images/pictos/picto_link_anchor.png");
	background-position: 0px center; 
}*/


#pageCenter .lausanne-link-list.fullWidth .boxLinks, 
#pageCenter .lausanne-text-fullwidth.fullWidth .boxEnquiries {
	background-image: url("../images/backgrounds/shadow_edge.png");
}

#pageCenter .par .lausanne-link-list.fullWidth .boxLinks {
	background-image: none;
}

#pageCenter .lausanne-accordion-link-list .boxLinks {
	padding-left: 0px;
	padding-right: 0px;
}

/* Inline menu */

#pageCenter ul.inlineMenu {
	padding-left: 0px;
	padding-bottom: 6px;
}
#pageCenter ul.inlineMenu li {
	display: list-item;
	list-style-image: none;
}

/* Images  */

#pageCenter .imageBox {
	margin-bottom: 6px;
}

#pageCenter .imageBox .imageCaption, #pageCenter p.imageCaption {
	margin-top: 3px;
	padding-left: 6px;
	padding-right: 0px;
	border-left: #b70000 solid 2px;
	color: #666;
}

#pageCenter .lausanne-video .imageCaption,
#pageCenter .lausanne-youtube .imageCaption {
	margin-top: 3px;
	padding-left: 6px;
	padding-right: 0px;
	border-left: #b70000 solid 2px;
	color: #666; 
}

#pageCenter .fullWidth .imageBox .imageCaption {
	margin-left: 25px;
	margin-right: 25px;
}
#pageCenter .imageBox .imageTools {
	margin-left: 6px;
	margin-bottom: 6px;
	float: right;
}
#pageCenter .imageBox a.zoomButton {
	background: url("../images/buttons/btn_zoomImage.png") no-repeat 0 0;
	width: 17px;
	height: 12px;
	display: block;
	text-indent: -9999px;
	border: none;
	cursor: hand;
}
#pageCenter .imageBox a.zoomButton:hover {
	background-position: 0 -12px;
	cursor: hand;
}


/* Videos */

#pageCenter .youtubeVideo {
}


/* Tables */
#pageCenter * + html table caption {  /* Hack to target IE 7 only */
	display: none;
}

table caption {
	caption-side: bottom;
	text-align: left;
	padding-top: 6px;
	color: #666;
}

/* Flat table */
#pageCenter .tableFlat {
	width: 100%;
	margin-bottom: 6px;
	line-height: 13px;
	border-top: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}
#pageCenter .tableFlat td {
	border: 1px solid #999999;
	text-align: left;
	padding: 2px;
	padding-left: 4px;
}

#pageCenter .tableFlat tr {
	background-color: #ffffff;
}


/* Table with header and footer and alternate background */
#pageCenter .tableAltBkgndHeaderFooter {
	width: 100%;
	margin-bottom: 6px;
	line-height: 13px;
	border-top: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}
#pageCenter .tableAltBkgndHeaderFooter thead, #pageCenter .tableAltBkgndHeaderFooter tfoot {
	font-weight: bold;		
	background-color: #ededed;
}
#pageCenter .tableAltBkgndHeaderFooter thead td {
	border: 1px solid #999999;
	text-align: left;
	padding: 2px;
	padding-left: 4px;		
	background-color: #ededed;
}
#pageCenter .tableAltBkgndHeaderFooter td {
	border: 1px solid #999999;
	text-align: left;
	padding: 2px;
	padding-left: 4px;
}

#pageCenter .tableAltBkgndHeaderFooter tr {
	background-color: #ffffff;
}

#pageCenter .tableAltBkgndHeaderFooter thead tr, 
#pageCenter .tableAltBkgndHeaderFooter tfoot tr, 
#pageCenter .tableAltBkgndHeaderFooter tbody tr:nth-child(even) {
	background-color: #f9f9f9;
}

/* Table with header displayed vertically on the left */
#pageCenter .tableHeaderLeft {
	width: 100%;
	margin-bottom: 6px;
	line-height: 13px;
	border-top: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}
#pageCenter .tableHeaderLeft tr td:first-child {
	font-weight: bold;
	background-color: #ededed;
	text-align: left;
}
#pageCenter .tableHeaderLeft th, #pageCenter .tableHeaderLeft td {
	border: 1px solid #999999;				
	padding: 2px;
	padding-left: 4px;
}

#pageCenter .tableHeaderLeft thead tr, 
#pageCenter .tableHeaderLeft tfoot tr, 
#pageCenter .tableHeaderLeft tbody tr:nth-child(even) {
	background-color: #f9f9f9;
}

/* Table with header displayed vertically on the left and on top */
#pageCenter .tableHeaderLeftAndTop {
	width: 100%;
	margin-bottom: 6px;
	line-height: 13px;
	border-top: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}
#pageCenter .tableHeaderLeftAndTop tr td:first-child, 
#pageCenter .tableHeaderLeftAndTop thead td {
	font-weight: bold;
	background-color: #ededed;
	text-align: left;
}
#pageCenter .tableHeaderLeftAndTop th, #pageCenter .tableHeaderLeftAndTop td {
	border: 1px solid #999999;				
	padding: 2px;
	padding-left: 4px;
}

#pageCenter .tableHeaderLeftAndTop thead tr, 
#pageCenter .tableHeaderLeftAndTop tfoot tr, 
#pageCenter .tableHeaderLeftAndTop tbody tr:nth-child(even) {
	background-color: #f9f9f9;
}

/* Table without cell borders, only structured data */
#pageCenter .tableNoCells {
	width: 100%;
	margin-bottom: 6px;
	line-height: 13px;
	
}
#pageCenter .tableNoCells thead, #pageCenter .tableNoCells tfoot {
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
}
#pageCenter .tableNoCells th {
	text-align: left;
}
#pageCenter .tableNoCells thead {
	border-bottom: 1px #333 solid;
}
#pageCenter .tableNoCells tbody tr {
	border-bottom: 1px #ccc solid;
}
#pageCenter .tableNoCells tbody td {
	border-bottom: 1px #ccc solid;
}
#pageCenter .tableNoCells tfoot {
	border-top: 1px #333 solid;
}


/* Boxes */

/* Box with shadow, rounded corners and gray shading */
#pageCenter .boxGrayGradient {
	height: 100%;
	padding: 6px;
	margin-bottom: 6px;
					
	/* Gradient */
	/* background-color: #e4e4e4; */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe4e4e4, endColorstr=#ffffffff, gradientType=0); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#ffffff)); /* for Webkit browsers */
	background: -moz-linear-gradient(center top , #F4F4F4,  #ffffff); /* for Firefox 3.6+ */
	background-image: -o-linear-gradient(top,rgb(228,228,228),rgb(255,255,255)); /* for Opera */

	/* Shadow */
	-moz-box-shadow: 1px 1px 3px 1px #333;
	-webkit-box-shadow: 1px 1px 3px 1px #333;
	box-shadow: 0px 0px 2px #999999;
	
	/* 3D effect */
	border: 1px #ccc solid; /* for IE 7 & 8 */
    border-color: rgba(255, 255, 255, 0.8) #7F7F7F #7F7F7F rgba(255, 255, 255, 0.8);
    border-image: none;
    border-style: solid;
    border-width: 1px;
}

.boxGrayGradientForm{
	min-height: 50px;
}

/* Embossed box with rounded corners and white background */
#pageCenter .boxEmbossed {
	height: 100%;
	padding: 6px;
	margin-bottom: 6px;
	background-color: #f2f4f5;

	/* Rounded corners */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	/* Emboss effect */
	border: 1px #ccc solid; /* for IE 7 & 8 */
	border-top: 1px solid rgba(0, 0, 0, 0.5);
	border-left: 1px solid rgba(0, 0, 0, 0.5);
	border-bottom: 1px solid rgba(210, 210, 210, 1.0);
	border-right: 1px solid rgba(210, 210, 210, 1.0);
}

/* Piled box with bottom2top shade */
#pageCenter .boxStackedLayers {
	height: 100%;
	/* padding: 6px; */
	padding: 0px 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #999;
	background: -moz-linear-gradient(top,  #ffffff 1%, #f0f0f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 1%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 1%,#f0f0f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 1%,#f0f0f0 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 1%,#f0f0f0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffFF, endColorstr=#fff0f0f0, gradientType=0); /* for IE */
}

/* PostIt-like box with two shadows at the bottom */
#pageCenter .boxPostIt { }
#pageCenter .boxPostIt .paper {
	background: #ffffcc; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffcc 1%, #ffffe9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffcc), color-stop(100%,#ffffe9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffcc 1%,#ffffe9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffcc 1%,#ffffe9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffcc 1%,#ffffe9 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffcc 1%,#ffffe9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffcc, endColorstr=#ffffffe9, gradientType=0); /* for IE */
	/* display: inline-block; */
	padding: 6px 6px 6px 12px;
	text-align: left;
}
#pageCenter .boxPostIt .shadow_l {
	background: url("../images/box_PostIt/shadow_l.png") no-repeat scroll left top transparent;
	float: left;
	width: 50%;
	height: 11px;
}
#pageCenter .boxPostIt .shadow_r {
	background: url("../images/box_PostIt/shadow_r.png") no-repeat scroll right top transparent;
	float: left;
	width: 49%;
	height: 11px;
}

/* Sustainable box with two shadows at the bottom */
#pageCenter .boxSustainable {
	background: url(../images/box_Sustainable/fabric.jpg) repeat; 
}
#pageCenter .boxSustainable h3 {
	color: #48952c;
}
#pageCenter .boxSustainable .pattern {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-top: 8px;
	text-align: left;
}
#pageCenter .boxSustainable .icon {
	background: url(../images/box_Sustainable/leaves.png) no-repeat;
	width: 23px;
	height: 24px;
	margin-top: 8px;
	margin-right: 5px;
	float: right;
}
#pageCenter .boxSustainable .shadow_l {
	background: url("../images/box_Sustainable/shadow_l.png") no-repeat scroll left top transparent;
	float: left;
	width: 50%;
	height: 11px;
}
#pageCenter .boxSustainable .shadow_r {
	background: url("../images/box_Sustainable/shadow_r.png") no-repeat scroll right top transparent;
	float: left;
	width: 49%;
	height: 11px;
}
#pageCenter .boxSustainable .shadow_r_only {
	background: url("../images/box_Sustainable/shadow_r.png") no-repeat scroll right top transparent;
	float: right;
	width: 100%;
	height: 11px;
}

#pageCenter .boxLinks {
	background-color: #f7f7f7;
	padding: 6px 25px;
}

#pageCenter .par .par .boxLinks {
	background-color: inherit;
}

#pageCenter .boxEnquiries {
    background-color: #F7F7F7;
    padding: 6px 25px;
}

/* Layouts */

/* 2 columns full width */
#pageCenter .layoutTwoColFull,
#pageCenter .layoutTwoColNested {
	display: table; 
	width: 100%;
}

#pageCenter .layoutTwoColFull .col50,
#pageCenter .layoutTwoColNested .col50, 
#pageCenter .layoutTwoColFull .col33, 
#pageCenter .layoutTwoColNested .col33, 
#pageCenter .layoutTwoColFull .col67, 
#pageCenter .layoutTwoColNested .col67,
#pageCenter .layoutTwoColFull .col25, 
#pageCenter .layoutTwoColNested .col25,
#pageCenter .layoutTwoColFull .col75, 
#pageCenter .layoutTwoColNested .col75,
#pageCenter .layoutTwoColFull .columnDivider, 
#pageCenter .layoutTwoColNested .columnDivider {
	float: left;
	display: table-cell;
}

#pageCenter .layoutTwoColFull .columnDivider, 
#pageCenter .layoutTwoColNested .columnDivider{
	width: 14px;
}

#pageCenter .layoutTwoColFull .prop3367 .columnDivider,
#pageCenter .layoutTwoColFull .prop6733 .columnDivider {
	width: 13px;
}

#pageCenter .layoutTwoColFull .withSep,
#pageCenter .layoutTwoColNested .withSep{
	background-repeat: repeat-y;
	background-image: url("../images/backgrounds/bkgnd_columnSeparator.png");
	display: inline-block;
	float: left;
}

#pageCenter .layoutTwoColFull .prop5050.withSep {
	background-position: 257px 0px;
}
#pageCenter .layoutTwoColFull .prop3367.withSep {
	background-position: 169px 0px;
}
#pageCenter .layoutTwoColFull .prop6733.withSep {
	background-position: 343px 0px;
}
#pageCenter .layoutTwoColNested .prop5050.withSep {
	background-position: 250px 0px;
}
#pageCenter .layoutTwoColNested .prop3367.withSep {
	background-position: 162px 0px;
}
#pageCenter .layoutTwoColNested .prop6733.withSep {
	background-position: 336px 0px;
}
#pageCenter .layoutTwoColFull .prop2575.withSep {
	background-position: 128px 0px;
}
#pageCenter .layoutTwoColNested .prop2575.withSep {
	background-position: 120px 0px;
}

#pageCenter .layoutTwoColFull .prop5050 .col50 {
	width: 249px;
}
#pageCenter .layoutTwoColFull .col33 {
	width: 162px;
}
#pageCenter .layoutTwoColFull .col67 {
	width: 337px;
}
#pageCenter .layoutTwoColFull .col512px {
	width: 512px;
}

#pageCenter .layoutTwoColFull .col25 {
	width: 121px;
}
#pageCenter .layoutTwoColFull .col75 {
	width: 377px;
}

#pageCenter .layoutTwoColNested .prop5050 .col50 {
	width: 242px;
}
#pageCenter .layoutTwoColNested .col33 {
	width: 154px;
}
#pageCenter .layoutTwoColNested .col67 {
	width: 330px;
}
#pageCenter .layoutTwoColNested .col25 {
	width: 113px;
}
#pageCenter .layoutTwoColNested .col75 {
	width: 369px;
}


/* 3 columns full width - 33%/33%/33% */
#pageCenter .layoutThreeColFull .layoutRow.withSep {
	/* display: inline-block; */
	float: left;
	width: 100%;
	background: url("../images/backgrounds/bkgnd_layoutDividerThreeColFull.png") repeat-y;
}
#pageCenter .layoutThreeColFull .column {
	width: 162px;
	float: left;
}

#pageCenter .layoutThreeColFull .columnDivider {
	width: 13px;
	float: left;
}

/* 2 columns nested within tabbed accordion */
#pageCenter .lausanne-tabbed-container .layoutTwoColFull {
	display: table;
}


#pageCenter .lausanne-tabbed-container .layoutTwoColFull .prop5050 .col50 {
	width: 237px;
}

#pageCenter .lausanne-tabbed-container .layoutTwoColNested .prop5050 .col50 {
	width: 229px;
}

#pageCenter .lausanne-tabbed-container .layoutTwoColFull .columnDivider {
	width: 12px;
}
#pageCenter .lausanne-tabbed-container .layoutTwoColFull .col33 {
	width: 146px;
}
#pageCenter .lausanne-tabbed-container .layoutTwoColFull .col67 {
	width: 323px;
}
#pageCenter .lausanne-tabbed-container .layoutTwoColNested .col33 {
	width: 137px;
}
#pageCenter .lausanne-tabbed-container .layoutTwoColNested .col67 {
	width: 314px;
}

#pageCenter .lausanne-tabbed-container .layoutTwoColFull .prop5050.withSep {
    background-position: 242px 0;
}

#pageCenter .lausanne-tabbed-container .layoutTwoColNested .prop5050.withSep {
    background-position: 235px 0;
}

#pageCenter .lausanne-tabbed-container .layoutTwoColFull .prop3367.withSep {
    background-position: 152px 0;
}

#pageCenter .lausanne-tabbed-container .layoutTwoColNested .prop3367.withSep {
   background-position: 145px 0;
}	

#pageCenter .lausanne-tabbed-container .layoutTwoColFull .prop6733.withSep {
    background-position: 328px 0;
}

#pageCenter .lausanne-tabbed-container .layoutTwoColNested .prop6733.withSep {
   background-position: 321px 0;
}



/* 3 columns nested within box - 33%/33%/33% */
#pageCenter .layoutThreeColNested .layoutRow.withSep {
	float: left;
	width: 100%;
	background: url("../images/backgrounds/bkgnd_layoutDividerThreeColNested.png") repeat-y;
}
#pageCenter .layoutThreeColNested .column {
	width: 158px; /* was width: 162px; */
	float: left;
}
#pageCenter .layoutThreeColNested .columnDivider {
	width: 12px; /* was width: 13px; */
	float: left;
}

/*  FAQ accordion 100% */
#pageCenter .accordionGlobalContainer {
	display: block;
}
#pageCenter .accordionTrigger {
	width: 512px;
	height:auto;
	background: #dee2e4 url(../images/pictos/picto_accordion_close.png) no-repeat left top;
	border-top: 1px dotted #666;
	float: left;
	display: block;
}

body.editMode #pageCenter .accordionTrigger {
	height:auto;
	background-position: 0 19px; 
}	
#pageCenter .accordionTrigger a.ordinaryLink {
	text-decoration: none;
	padding: 4px 0 4px 25px;
	display: block;
	border-bottom:0px !important;
	height:auto;
}

#pageCenter .accordionGlobalContainer .accordionContainer{
	border-top: 1px dotted #666;
}

#pageCenter .accordionGlobalContainer{
	border-bottom: 1px dotted #666;
}
/*
#pageCenter .accordionGlobalContainer .active{
	border-top: 0px !important;
}
*/
#pageCenter .accordionTrigger a.ordinaryLink:hover {
	text-decoration: none;
	/*border-bottom: 1px dotted #666;*/
	background: #dee2e4 url(../images/pictos/picto_accordion_open.png) no-repeat left top;
}
#pageCenter .active {
	background: #dee2e4 url(../images/pictos/picto_accordion_open.png) no-repeat left top;
}
#pageCenter .accordionContainer {
	width: 512px;
	overflow: hidden;
	clear: both;
}
#pageCenter .accordionContainer .accordionBlock {
	padding: 6px 0px 6px 25px;
	margin-top: 10px;
}



/* Form objects */

#pageCenter .formStandard {
	margin-bottom: 60px;
}
#pageCenter .formStandard .boxGrayGradient {
	margin-bottom: 12px;
}
#pageCenter .formStandard fieldset legend {
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #333;
	margin: 10px 0 0px;
}
#pageCenter .formStandard .formObjectLine {
	position:relative;
	float:left;
	padding-bottom: 15px;
}
#pageCenter .formStandard .formObjectLine.lausanne-formHidden {
	padding-bottom: 0px;
}
#pageCenter .formStandard .formLabel {
	display: inline-block;
	padding-top: 6px;
	height: 15px;
	width: 200px;
	float: left;
}
#pageCenter .formStandard .formObject {
	display: block;
	float: left;
}
#pageCenter .formStandard label {
	color: #333;
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	display:block;	

}
#pageCenter .formStandard label.mandatoryField {
	border-left: #b70000 2px solid; 
}
#pageCenter .formStandard p.mandatoryField {
	border-left: #b70000 2px solid; 
	padding-bottom: 3px;
    padding-left: 8px;
    padding-top: 3px;
}
#pageCenter .formStandard label.optionalField {
	border-left: #007AB8 2px solid; 
}
#pageCenter .formStandard input[type='text'] {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	width: 260px;
	height: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
	padding-top: 4px;
	padding-left: 5px;
	padding-bottom: 2px;
}
#pageCenter .formStandard textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	width: 260px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
	padding-top: 4px;
	padding-left: 5px;
	padding-bottom: 2px;
}
/* Alert icon */
#pageCenter .formStandard .formInputAlertIcon {
	padding-top: 3px;
	padding-left: 3px;
	display: block;
	float: left;
}
/* Input description */
#pageCenter .formStandard .formInputCaption {
	padding-top: 3px;
	display: inline-block;
	padding-left: 203px;
}
/* Buttons */
#pageCenter .formStandard .formButtons a {
	text-decoration: none;
	color: #fff;
}
#pageCenter .formStandard .formButtons a:active {
	text-shadow: 0px -1px -1px #333;
}
#pageCenter .formStandard .formButtons a:visited {
	cursor: hand;
}
#pageCenter .formStandard .formButtons {
	margin-top: 0;
    padding-left: 209px;
    text-align: left;
}
#pageCenter .formStandard .formButtonBlue input, #pageCenter .formStandard div.formButtonBlue {
	border: none;
	cursor: pointer;
	display: inline-block;
	padding: 5px;
	min-width: 30px;
	position: relative;
	top: -1px;
	
	/* Label text */
	text-shadow: 0px 1px 1px #666;
	font-weight: bold;
	color: #ffffff;

	/* Gradient */
	background-color: #0971b0;
	background: -webkit-gradient(linear, left top, left bottom, from(#089fd4), to(#0971b0)); /* for Webkit browsers */
	background: -moz-linear-gradient(top, #089fd4, #0971b0); /* for Firefox 3.6+ */
	background: -o-linear-gradient(top,rgb(8,159,212),rgb(9,113,176)); /* for Opera */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff089fd4, endColorstr=#ff0971b0, gradientType=0); /* for IE */

	/* Rounded corners */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	/* 3D effect */
	box-shadow: 0pt 1px 0pt rgba(255, 255, 255, 0.75) inset;
	border: 1px solid rgb(8, 88, 137);
	
	min-width:73px;
	text-align: center;
}

#pageCenter .formStandard .formButtonBlue input:hover {
	box-shadow: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#0971b0), to(#089fd4)); /* for Webkit browsers */
	background: -moz-linear-gradient(top, #0971b0, #089fd4); /* for Firefox 3.6+ */
	background: -o-linear-gradient(top,rgb(9,113,176),rgb(8,159,212)); /* for Opera */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff0971b0, endColorstr=#ff089fd4, gradientType=0); /* for IE */
}

#pageCenter .formStandard .formButtonRed input, #pageCenter .formStandard a.formButtonRed {
	border: none;
	cursor: pointer;
	display: inline-block;
	padding: 5px;
	min-width: 30px;
	position: relative;
	top: -1px;

	/* Label text */
	text-shadow: 0px 1px 1px #666;
	font-weight: bold;
	color: #ffffff;

	/* Gradient */
	background-color: #a7312f;
	background: -webkit-gradient(linear, left top, left bottom, from(#d56362), to(#a7312f)); /* for Webkit browsers */
	background: -moz-linear-gradient(top, #d56362, #a7312f); /* for Firefox 3.6+ */
	background: -o-linear-gradient(top,rgb(213,99,98),rgb(167,49,47)); /* for Opera */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffd56362, endColorstr=#ffa7312f, gradientType=0); /* for IE */

	/* Rounded corners */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	/* 3D effect */
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75) inset;
	border: 1px solid rgb(138, 0, 0);
	
	min-width:73px;
}


#pageCenter .formStandard .formButtonRed input:hover,#pageCenter .formStandard a.formButtonRed:hover {
	box-shadow: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#a7312f), to(#d56362)); /* for Webkit browsers */
	background: -moz-linear-gradient(top, #a7312f, #d56362); /* for Firefox 3.6+ */
	background: -o-linear-gradient(top,rgb(167,49,47),rgb(213,99,98)); /* for Opera */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffa7312f, endColorstr=#ffd56362, gradientType=0); /* for IE */
}
.captchaImage{
	border: 1px solid #BBBBBB;
    height: 70px;
    width: 160px;
}

.teaserBoxLinks .5, 
.two-columns-teaser .text {
	margin-top: 8px;
}

.two-columns-teaser h6,
.two-columns-teaser h4 {
	display: block;
}
.two-columns-teaser h6 span,
.two-columns-teaser h4 span {
	display: block;
}

.two-columns-teaser h6 span.kicker,
.two-columns-teaser h4 span.kicker  {
	float:left;	
	width: auto;
} 

.two-columns-teaser h6 span.date,
.two-columns-teaser h4 span.date  {
	float:right;
	width: 50px;
	margin-right: 6px;
	color: #666;
	font-size: 11px;
	font-weight: normal;
}

.teaserBoxLinks {
	margin-top: 12px;
}
.col25 .teaserBoxLinks {
	margin-top: 0px !important;
}
.lausanne-two-columns-container .teaserBoxLinks,
.lausanne-two-columns-container .teaserBoxLinks {
	margin-top: 0px;
}

.teaserBoxLinks .linkListTitle {
	margin-top: 12px;
	margin-bottom: 6px;	
}

.lausanne-container-teaser h6 {
	margin-bottom: 0px;
}

/********************** Coordonnees *************/
#pageContext .marginParagraphIsBoxed{
	margin-bottom: 25px !important;
}
#pageContext .box, #pageContext .accordionBox {                  
      margin-bottom: 14px;
      width: 210px;
}
#pageContext .box{                 
      border-bottom: solid 1px #999;
}
#pageContext .box.notFramed {
      border: none;
}
#pageContext .box .headerBar .headerBarTitle, #pageContext .box .headerBar a.headerBarTitle:visited, #pageContext .box .headerBar a.headerBarTitle:hover {
      color: #333;
      display: block;
      line-height: normal !important;
}

#pageContext .box .headerBar .headerBarTitle.closed {
      background: url("../images/pictos/picto_arrow_right.png") no-repeat scroll 5px 4px transparent;
      color: #333;
      display: block;
}
#pageContext .headerBarTitle {
      background: url("../images/pictos/picto_arrow_down.png") no-repeat scroll 5px 4px transparent;
      color: #333;
      display: block;
      padding-left: 22px;
      /*text-transform: uppercase;*/
      padding-top:2px;
}

#pageContext .gui_blue_box .headerBar a.headerBarTitle, #pageContext .gui_blue_box .headerBar a.headerBarTitle:visited, #pageContext .gui_blue_box .headerBar a.headerBarTitle:hover, #pageContext a.headerBarTitle {
      color: #006F9B;
      text-decoration: none;
}
#pageContext .box .headerBar .headerBarTitle.gui_closed {
      background: url("../images/pictos/picto_arrow_right.png") no-repeat scroll 5px 4px transparent;
}

#pageContext .box .headerBar {
      
      background: #ffffff;
             background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
             background: -moz-linear-gradient(#ffffff,#ffffff);  
      
      background-image: -o-linear-gradient(top,rgb(247,247,247),rgb(218,218,218)); 
             filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff7f7f7,endColorstr=#ffdadada);
      
      border-left: 1px solid #d9d9d9;
      border-top: 1px solid #d9d9d9;
      border-bottom: 0px solid #999;
      border-right: 1px solid #999;
      font-weight: bold;
      padding-top:3px;
      height: 21px;
      line-height: 21px;
      /*border:1px solid #ff0000 !important;*/
}
#pageContext .headerBarGray {
    background: -moz-linear-gradient(center top , #ffffff, #ffffff) repeat scroll 0 0 transparent;
          /* Gradient */
      background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff)); /* for Webkit browsers */
      background: -moz-linear-gradient(top,  #ffffff,  #ffffff); /* for Firefox 3.6+ */
      background-image: -o-linear-gradient(top,rgb(255,255,255),rgb(255,255,255)); /* for Opera */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff, gradientType=0) !important; /* for IE*/        
      /* Rounded corners */
    
    
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    color: #333333;
    font-weight: bold;
    /*text-transform: uppercase;*/
}
#pageContext .notFramed .headerBarTitle {
    background: none;
    color: #333333;
    display: block;
    padding-left: 10px;
    padding-top: 3px;
    /*text-transform: uppercase;*/
    /*cursor: default !important;*/
}
#pageContext .notFramed .closed {
    background:none !important;
}

#pageContext .notClose .headerBarTitle {
    background: none;
    color: #333333;
    display: block;
    padding-left: 10px;
    padding-top: 5px;
    /*text-transform: uppercase;*/
    cursor: default !important;
    line-height: normal !important;
}
#pageContext .close .headerBarTitle {
    background: none;
    color: #333333;
    display: block;
    padding-left: 10px;
    padding-top: 5px;
    /*text-transform: uppercase;*/ 
    cursor: pointer !important;
}
#pageContext .marginParagraphIsBoxed .headerBarTitle {
    padding-left: 5px !important;
    padding-top: 2px !important;
}

#pageContext .close .closed {
    background:none !important;
}
#pageContext .notClose .closed {
    background:none !important;
}

#pageContext .notFramed .headerBarGray{
	/*
	position:absolute;
	left:0px;
	top:0px;
	*/
	background: none;
	background-image: url("../images/backgrounds/titoloExtraAreaCenter.png") !important;	
	background-repeat:no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false) !important;	
	border:0px;
	/*background-position:-5px;*/
	width:212px;
	height:24px;
	margin-left: -3px;
	padding-top:0px;
	      
    -webkit-box-shadow: 0px 0px 0px -0px #999999 !important;
    -moz-box-shadow: 0px 0px 0px -0px #999999 !important;
    box-shadow: 0px 0px 0px -0px #999999 !important;
}
#pageContext .notFramed .boxContentWrapperStyle { 
      background-color: transparent !important;
      border: none !important;
      padding:6px;
      overflow: hidden !important;
      padding-top:0px;
}
#pageContext .notFramed .boxContentWrapperNoAnim {
      background-color: transparent !important;
      border: none;
      padding:6px;
      overflow: hidden;
      padding-top:0px;
}
#pageContext .boxContentWrapperNoAnim {
      border: none;
      padding:6px;
      overflow: hidden;
      padding-top:0px;
}

#pageContext .notFramed .boxContentWrapper p{
      margin-top:0;
}

#pageContext .box .boxContentWrapper p {
      clear: both;
      margin-bottom: 4px;
      margin-top: 1px;
}
#pageContext .boxContentWrapper {
      background-color: #FFFFFF;
      padding: 6px;
}

#pageContext .boxContentFramed {
      border-left: solid 1px #ccc;
      border-right: solid 1px #999;
      background-color: #fff;
}
#pageContext .box, #pageContext .accordionBox, #pageContext .notFramed .headerBarGray{
      /* Shadow */
      -webkit-box-shadow: 1px 1px 3px -1px #999999 ;
      -moz-box-shadow: 1px 1px 3px -1px #999999 ;
      box-shadow: 1px 1px 3px -1px #999999 ;
}
#pageContext .box.notFramed {
      /* Shadow */
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
}
#pageContext .box.notFramed {
      border: none;
}
#pageContext .address_link {
      background: url("../images/address/email.png") no-repeat scroll 0px 3px transparent;
      padding-left: 15px;
}
#pageContext .plan_link {
      background: url("../images/address/plan.png") no-repeat scroll 0px 2px transparent;
      padding-left: 15px;
}
#pageContext .plan_link a:hover {
      cursor:pointer;
}
#pageContext .internalLink  {
      background-image: url("../images/pictos/picto_link_self.png");
      background-repeat: no-repeat;
      padding-left: 15px;
}     
.boxContentWrapper {
      overflow: hidden;
}
.headerBarGray {
      font-weight: bold;
      /*text-transform: uppercase;*/
      color: #333;
      background-color: #f7f7f7;
      /* Gradient */
      background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#dadada)); /* for Webkit browsers */
      background: -moz-linear-gradient(top,  #f7f7f7,  #dadada); /* for Firefox 3.6+ */
      background-image: -o-linear-gradient(top,rgb(247,247,247),rgb(218,218,218)); /* for Opera */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff7f7f7, endColorstr=#ffdadada, gradientType=0); /* for IE*/        
      /* Rounded corners */
      -webkit-border-top-left-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      -moz-border-radius-topleft: 3px;
      -moz-border-radius-topright: 3px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
}

.imageExtraBoxed{
	display:block; 
	border-left: 1px solid #CCCCCC; 
	border-right: 1px solid #999999; 
	width:208px;
}
.imageExtraNoBoxed{
	display:block; 
	width:210px;
}
.imageAccordeon{
	display:block; 
	width:210px;
}
.imageHome{
	display:block; 
	width:308px;
}
#home .imageAccordeon{
	display:block; 
	width:310px;
}
.boxContentAccordeon{
	padding: 6px !important;
}	
#home .boxContentAccordeon{
	padding: 16px !important; 
}
.boxAccordeon{
	padding: 0 !important;
}
/*************************/

.lausanne-video h3 {
	margin-top: 0px;	
} 

.lausanne-video a.zoomable {
  display:block;
  /*
  width:155px;
  height:86px;
  
  background:#000;
  */
  position:relative;
}

.lausanne-video.withFrame a.zoomable, 
.lausanne-video.withFrame .sublime_video_wrapper {
	/* Shadow */
	/*-moz-box-shadow: 1px 1px 2px 1px #666;
	-webkit-box-shadow: 1px 1px 2px 1px #666;
	box-shadow: 1px 1px 3px 0px #999;*/
	/* Rounded corners */
	/*border: #999 solid 1px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;*/
	
	 
	  -webkit-box-shadow:rgba(0,0,0,0.4) 0 4px 10px;
	  -moz-box-shadow:rgba(0,0,0,0.4) 0 4px 10px;
	  box-shadow:rgba(0,0,0,0.4) 0 4px 10px;
	  
}

.buttonPlay {
  display:block;
  width:59px;
  height:59px;
  position:absolute;
  background:url("../images/pictos/picto_play_on.png") no-repeat center center;
  opacity:0.5;
  -o-transition:opacity 0.25s;
  -moz-transition:opacity 0.25s;
  -webkit-transition:opacity 0.25s;
  transition:opacity 0.25s;
}
.col33 .buttonPlay{
  top:20px;
  left:50px;
}

.col50 .buttonPlay{
  top:51px;
  left:91px;
}
.col67 .buttonPlay{
  top:79px;
  left:134px;
}

.col33 .boxGrayGradient .buttonPlay{
  top:20px;
  left:45px;
}

.col67 .boxGrayGradient .buttonPlay{
  top:79px;
  left:130px;
}
a.diaporamaLink:hover span.buttonPlay {opacity:1;}



.lausanne-video a.zoomable span.zoom_icon {
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  background:url("../images/pictos/picto_play_on.png") no-repeat center center;
  opacity:0.5;
  -o-transition:opacity 0.25s;
  -moz-transition:opacity 0.25s;
  -webkit-transition:opacity 0.25s;
  transition:opacity 0.25s;
}

.lausanne-video a.zoomable:hover span.zoom_icon {opacity:1;}

.diaporamaLink{
	position:relative;
	display:block;
}

.boxAddress {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#f0f0f0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */

	-webkit-box-shadow: 0px 1px 2px 1px #CCC;
	-moz-box-shadow: 0px 1px 2px 1px #CCC;
	box-shadow: 0px 1px 2px 1px #CCC; 

    border-bottom: 1px solid #999999;
    height: 100%;
    margin-bottom: 10px;
}
.boxAddress .tagAddressCategory {
    background: none repeat scroll 0 0 #999999;
    color: #FFFFFF;
    display: inline-block;
    float: right;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 5px 3px;
}
.boxAddress img {
    float: right;
}
.boxAddress img, .boxAddress h4 {
    margin-top: 20px;
}
.boxAddress p span {
    color: #666666;
    font-weight: bold;
}


/* Images  */

.imageBox {
	margin-bottom: 6px;
	position: relative;
}
.imageBox img.withFrame {
	/* Shadow */
	-moz-box-shadow: 1px 1px 2px 1px #666;
	-webkit-box-shadow: 1px 1px 2px 1px #666;
	box-shadow: 1px 1px 3px 0px #999;
	/* Rounded corners */
	border: #999 solid 1px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.imageBox .imageCaption, p.imageCaption {
	margin-top: 3px;
	padding-left: 6px;
	padding-right: 0px;
	border-left: #b70000 solid 2px;
	color: #666;
}
.paragraphWrapper562 .imageBox .imageCaption {
	margin-left: 25px;
	margin-right: 25px;
}
.imageBox .imageTools {
	margin-left: 6px;
	margin-bottom: 6px;
	float: right;
}
.imageBox a.zoomButton {
	background: url("../images/backgrounds/btn_zoomImage.png") no-repeat 0 0;
	width: 17px;
	height: 12px;
	display: block;
	text-indent: -9999px;
	border: none;
	cursor: hand;
}
.imageBox a.zoomButton:hover {
	background-position: 0 -12px;
	cursor: hand;
}
.diaporamaText h3{
	margin:0px !important;
}

/* Tabbed accordion */
#pageCenter .tabbedAccordionHeader {
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	padding: 2px 0px 2px 6px;
	display: block;
	border-top: 1px solid #777777;
	border-bottom: 1px solid #000000;
	height: 16px;
	background-color: #777;
	/* Gradient */
	background: -webkit-gradient(linear, left top, left bottom, from(#777777), to(#1f1f1f)); /* for Webkit browsers */
	background: -moz-linear-gradient(top, #777777, #1f1f1f); /* for Firefox 3.6+ */
	background-image: -o-linear-gradient(top,rgb(86,86,86),rgb(31,31,31)); /* for Opera */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff777777, endColorstr=#ff1f1f1f, gradientType=0); /* for IE*/  				
	/* Rounded corners */
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#pageCenter .tabbedAccordionBkgnd {
	background-color: #666;
	/* Gradient */
	background: -webkit-gradient(linear, left top, left bottom, from(#777777), to(#1f1f1f)); /* for Webkit browsers */
	background: -moz-linear-gradient(top, #777777, #1f1f1f); /* for Firefox 3.6+ */
	background-image: -o-linear-gradient(top,rgb(86,86,86),rgb(31,31,31)); /* for Opera */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff777777, endColorstr=#ff1f1f1f, gradientType=0); /* for IE*/  				
	display: block;
	height: auto;
	padding: 6px;
}

#pageCenter .tabBar {
	display: block;
	width: 100%;
	height: auto;
	padding-left: 8px;
}

#pageCenter .tabBar .tab a {
	color: #666;
	text-decoration: none;
}

#pageCenter .tabBar .tab a:hover {
	color: #005b8b;
}

#pageCenter .tab {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 2px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background-color: #666;
	height: 14px;
	display: inline-block;
	float: left;
	
	/* Rounded corners */
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;

	/* Gradient */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#8f8f8f)); /* for Webkit browsers */
	background: -moz-linear-gradient(top, #ffffff, #8f8f8f); /* for Firefox 3.6+ */
	background-image: -o-linear-gradient(top,rgb(255,255,255),rgb(143,143,143)); /* for Opera */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ff8f8f8f, gradientType=0); /* for IE*/  				

	/* Shadow */
	-webkit-box-shadow: 1px -1px 1px 0px #555;
	-moz-box-shadow: 1px -1px 1px 0px #555;
	box-shadow: 1px -1px 1px 0px #555;
}

#pageCenter .tab.current {
	font-weight: bold;
	font-size: 12px;
	color: #333;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 2px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background: none;
	background-color: #ffffff;
	height: 14px;
	display: inline-block;
	float: left;
	
	/* Rounded corners */
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;

	/* Shadow */
	-webkit-box-shadow: 1px -1px 1px 0px #444;
	-moz-box-shadow: 1px -1px 1px 0px #444;
	box-shadow: 1px -1px 1px 0px #444;
}

#pageCenter .pane {
	background-color: #fff;
	display: inline-block;
	height: auto;
	padding-top: 10px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	
	width: 488px; /* needed for short text */
	
	
	/* Gradient */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5)); /* for Webkit browsers */
	background: -moz-linear-gradient(top, #ffffff, #f5f5f5); /* for Firefox 3.6+ */
	background-image: -o-linear-gradient(top,rgb(255,255,255),rgb(245,245,245)); /* for Opera */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#fff5f5f5, gradientType=0); /* for IE*/  				

	/* Rounded corners */
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;

}

#pageCenter .pane.current {
	background: none;
	background-color: #fff;
}

.lausanne-permanent-teaser .kicker {
	text-transform: uppercase;	
}
.lausanne-permanent-teaser .title {
	position:relative;
	float:left;
	width:100%;
}
.lausanne-permanent-teaser .text {
	position:relative;
	float:left;
	width:100%;
}
.lausanne-permanent-teaser h4, .lausanne-permanent-teaser .date{
	position: relative;
	float: left;
	/*width:  100px;*/
}

.youtube-player{
	width:512px;
	height:315px;		
}
#pageCenter .layoutTwoColFull .col50 .youtube-player{
	width:249px !important;
	height:150px !important;	
}
#pageCenter .layoutTwoColNested .col50 .youtube-player{
	width:242px !important;
	height:150px !important;	
}
#pageCenter .layoutTwoColFull .col33 .youtube-player{
	width:162px !important;
	height:90px !important;	
}
#pageCenter .layoutTwoColNested .col33 .youtube-player{
	width:154px !important;
	height:90px !important;	
}
#pageCenter .layoutTwoColFull .col67 .youtube-player{
	width:337px !important;
	height:218px !important;	
} 
#pageCenter .layoutTwoColNested .col67 .youtube-player{
	width:330px !important;
	height:218px !important;	
}

#pageCenter .layoutTwoColFull .col75 .youtube-player{
	width:377px !important;
	height:236px !important;	
} 
#pageCenter .layoutTwoColNested .col75 .youtube-player{
	width:370px !important;
	height:236px !important;	
}


.lausanne-bloc-texte-avec-libelle .layoutTwoColFull .blockLabelValuePairs3367 {
	/* Gradient */
	background-image: linear-gradient(left , #FFFFFF 8%, #e6e6e6 33%, #FFFFFF 33.5%, #FFFFFF 95%);
	background-image: -o-linear-gradient(left , #FFFFFF 8%, #e6e6e6 33%, #FFFFFF 33.5%, #FFFFFF 95%);
	background-image: -moz-linear-gradient(left , #FFFFFF 8%, #e6e6e6 33%, #FFFFFF 33.5%, #FFFFFF 95%);
	background-image: -webkit-linear-gradient(left , #FFFFFF 8%, #e6e6e6 33%, #FFFFFF 33.5%,, #FFFFFF 95%);
	background-image: -ms-linear-gradient(left , #FFFFFF 8%, #e6e6e6 33%, #FFFFFF 33.5%, #FFFFFF 95%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		right bottom,
		color-stop(0.08, #FFFFFF),
		color-stop(0.33, #e6e6e6),
		color-stop(0.335, #FFFFFF),
		color-stop(0.95, #FFFFFF)
	);
}
.lausanne-bloc-texte-avec-libelle .layoutTwoColFull .blockLabelValuePairs5050 {
	/* Gradient */
	background-image: linear-gradient(left , #FFFFFF 8%, #e6e6e6 50%, #FFFFFF 50.5%, #FFFFFF 95%);
	background-image: -o-linear-gradient(left , #FFFFFF 8%, #e6e6e6 50%, #FFFFFF 50.5%, #FFFFFF 95%);
	background-image: -moz-linear-gradient(left , #FFFFFF 8%, #e6e6e6 50%, #FFFFFF 50.5%, #FFFFFF 95%);
	background-image: -webkit-linear-gradient(left , #FFFFFF 8%, #e6e6e6 50%, #FFFFFF 50.5%,, #FFFFFF 95%);
	background-image: -ms-linear-gradient(left , #FFFFFF 8%, #e6e6e6 50%, #FFFFFF 50.5%, #FFFFFF 95%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		right bottom,
		color-stop(0.08, #FFFFFF),
		color-stop(0.50, #e6e6e6),
		color-stop(0.505, #FFFFFF),
		color-stop(0.95, #FFFFFF)
	);
}

.lausanne-bloc-texte-avec-libelle .layoutTwoColNested .blockLabelValuePairs3367 {
	/* Gradient */
	background-image: linear-gradient(left , #FFFFFF 8%, #e6e6e6 32.7%, #FFFFFF 33.5%, #FFFFFF 95%);
	background-image: -o-linear-gradient(left , #FFFFFF 8%, #e6e6e6 32.7%, #FFFFFF 33.5%, #FFFFFF 95%);
	background-image: -moz-linear-gradient(left , #FFFFFF 8%, #e6e6e6 32.7%, #FFFFFF 33.5%, #FFFFFF 95%);
	background-image: -webkit-linear-gradient(left , #FFFFFF 8%, #e6e6e6 32.7%, #FFFFFF 33.5%,, #FFFFFF 95%);
	background-image: -ms-linear-gradient(left , #FFFFFF 8%, #e6e6e6 32.7%, #FFFFFF 33.5%, #FFFFFF 95%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		right bottom,
		color-stop(0.08, #FFFFFF),
		color-stop(0.33, #e6e6e6),
		color-stop(0.335, #FFFFFF),
		color-stop(0.95, #FFFFFF)
	);
}
.lausanne-bloc-texte-avec-libelle .layoutTwoColNested .blockLabelValuePairs5050 {
	/* Gradient */
	background-image: linear-gradient(left , #FFFFFF 8%, #e6e6e6 50%, #FFFFFF 50.5%, #FFFFFF 95%);
	background-image: -o-linear-gradient(left , #FFFFFF 8%, #e6e6e6 50%, #FFFFFF 50.5%, #FFFFFF 95%);
	background-image: -moz-linear-gradient(left , #FFFFFF 8%, #e6e6e6 50%, #FFFFFF 50.5%, #FFFFFF 95%);
	background-image: -webkit-linear-gradient(left , #FFFFFF 8%, #e6e6e6 50%, #FFFFFF 50.5%,, #FFFFFF 95%);
	background-image: -ms-linear-gradient(left , #FFFFFF 8%, #e6e6e6 50%, #FFFFFF 50.5%, #FFFFFF 95%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		right bottom,
		color-stop(0.08, #FFFFFF),
		color-stop(0.50, #e6e6e6),
		color-stop(0.505, #FFFFFF),
		color-stop(0.95, #FFFFFF) 
	);
}
.lausanne-bloc-texte-avec-libelle .layoutTwoColFull .prop3367, .lausanne-bloc-texte-avec-libelle .layoutTwoColFull .prop5050 {
	width:512px;
}
.lausanne-bloc-texte-avec-libelle .layoutTwoColNested .prop3367, .lausanne-bloc-texte-avec-libelle .layoutTwoColNested .prop5050 {
	width:498px;
}

.lausanne-bloc-texte-avec-libelle .textLibelleTitle p {
    font-weight: bold;
    text-align: right;
}

#pageCenter .boxLinks a{
	background: none;
	background-repeat:no-repeat;
	padding-left: 0;
}

#pageCenter .lausanne-internal-link dt {
    background-image: url("../images/pictos/picto_link_self.png");
    background-position: 0 1px;
    background-repeat: no-repeat;
    padding-left: 14px;
}

#pageCenter .lausanne-external-link dt {
    background-image: url("../images/pictos/picto_link_blank.png");
    background-position: 0 2px;
    background-repeat: no-repeat;
    padding-left: 14px;
}

#pageCenter .lausanne-anchor-link dt {
    background-image: url("../images/pictos/picto_link_anchor.png");
    background-position: 0 3px;
    background-repeat: no-repeat;
    padding-left: 14px;
}
.kickerPermanent{
	color: #666666;
    font-size: 10px;
    line-height: normal;
    text-transform: uppercase;
	font-weight: bold;
	width:100%;
    position: relative;
    float:left;	
}
.linkPermanet{
	background: url("../images/pictos/picto_link_self.png") no-repeat scroll 0px 0px transparent;
	padding-left:14px;
}
.lausanne-permanent-teaser{
	padding-bottom:5px;
}
.teaserBody h4 {
	padding-left: 6px;
	padding-right: 3px;	
}
#pageCenter div.lead p em, #pageCenter div.lead p a, p.lead a {
    font-size: 12px;
}


.lausanne-iframe{
	margin-bottom:0px !important;
}

/*---------------------------- Booking box -------------------*/
#booking {
	padding-top:6px;
	padding-left:5px;
}



#booking input.nombre {
	width: 20px;
	margin-right: 3px;
	margin-bottom: 3px;
}

#booking input.date {
	width: 60px;
	margin-right: 3px;
	margin-bottom: 3px;
}

#booking input.picker {
	width: 20px;
	height: 20px;
}

#booking td.pickerplace {
	width: 30px;
}

#booking td {
	text-align: left;
	align: left;
	vertical-align: bottom;
}

.datePickerInput {
	width: 65px;
}

.bookingBox {
	padding-left: 12px;
}
#home .boxBooking{
	padding-top: 0px !important;
}
.boxBooking{
	padding-top: 10px;
}
.boxBooking table, .boxBooking tr, .boxBooking td {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	color: #333;
	vertical-align: top !important;
}
.boxBooking .selectFiltre {
	height: 26px;
	background-color: #f5f5f5;
	width: 308px;
	display: block;
}
			
.boxBooking .boxContent {
	height: 208px;
	width: 296px;
	display: block;
	background-image: url("../images/LT/fond_booking.jpg");
    background-repeat: no-repeat;
    padding-top: 53px;
    border-bottom: 1px solid #DDDDDD;
}

.boxBooking .boxHeader,.boxBooking .boxBody {
	float:left;
}

.boxBooking .boxHeader{
	width: 301px;
}

.logoBooking {
	text-align: right;
	padding-right: 10px;
	width: 200px;
	float: right;
	padding-top: 5px;
}

.bookingBox .formSubmitButton {
    background: url("../images/pictos/picto_submit.png") no-repeat scroll 0 0 transparent;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin-bottom: 3px;
    margin-left: 7px;
    margin-top: 0;
    padding-left: 20px;
    position: relative;
    vertical-align: bottom;
    width: 2px;
}
#pasdate{
	margin-top: 3px;
	background-color: transparent !important;
}

.bookingBox .bkgndInput {
	background: none;
	padding-top: 1px;;
}

.bookingBox .nombre, .bookingBox .nodate {
	width: 20px;
}

.bookingBox .bkgndInput2 {
	widht:30px;
    height: 25px;
    padding-left: 9px;
    padding-top: 1px;
}

.bookingBox .checknodate {
	padding-left: 2px;
}

.bookingBox .recherche {
	padding-top: 15px;
	padding-left: 21px;
}
#booking_link {
    padding: 5px 6px 0 21px;
}

/**GOOGLE SEARCH**/

#gooResultInnerDiv {
    overflow: hidden;
    width: 500px;
}
#gooResultDiv, #gooResultInnerDiv {
	padding-top: 8px;
}
.gsc-title {
    font-size: 12px;
    font-weight: bold;
}
.gsc-trailing-more-results {
    display: none !important;
}
.gsc-resultsHeader {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}
.gs-visibleUrl.gs-visibleUrl-short {
    display: none !important;
}
/*.gs-visibleUrl.gs-visibleUrl-long {
    display: block !important;
}*/
/*a.gs-title, a.gs-title * {
    color: #00 !important;
}*/
p.back_top {
    line-height: normal;
} 
.gs-result .gs-title, .gs-result .gs-title * {
	font-size: 11px !important;
}

.controlTeaserGroup{
position: relative;
float: left;
width: 90%;
padding-left:5%;
	
}

.lausanne-extras-pubblicita{
	margin-bottom: 14px;
}
.lausanne-extras-pubblicita h2{
	color: #888;
	font-size:12px;
	border-bottom: 1px solid #888;
}
.lausanne-extras-pubblicita .pubblicita{
	text-align: center;
	width: 212px;
}
.lausanne-liste-dynamique .tabBarLD{
	width: 100%;
}
.lausanne-liste-dynamique .panesContainerLD{
	width: 100%;
}
.lausanne-liste-dynamique .tabLD{
	position: relative;
	float: left;
	background-color: #ebebeb;
    
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:    0px 1px 3px rgba(0, 0, 0, 0.6);
	box-shadow:         0px 1px 3px rgba(0, 0, 0, 0.6);
}
.lausanne-liste-dynamique .panesContainerLD .paneLD{
	margin-top:20px; 
	width: 100%;
	float: left; 
}
.lausanne-liste-dynamique .current{
	background-color: #ffffff;
	z-index:2000 !important;
}
.lausanne-liste-dynamique .tabLD img{
	visibility: hidden;
	display: none;
}
.lausanne-liste-dynamique .current img{
	visibility: visible;
	display: block;
}
.lausanne-liste-dynamique .tabBarLD .tabLD a{
	position: relative;
	float: left;
	font-size: 11px;
	color: #666666;
	width: 100%;
}
.lausanne-liste-dynamique .tabBarLD .tabLD a p{
	margin: 0;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}
	
.lausanne-liste-dynamique .tabBarLD .current a{
	position: relative;
	float: left;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}

.lausanne-liste-dynamique .tabBarLD .current a p{
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

.lausanne-liste-dynamique .linkLine{
	position: relative;
	float: left;
	width: 512px;
	padding-bottom:10px;
}

.lausanne-liste-dynamique .linkAndDescription{
	position: relative;
	float: left;
	width: 440px;
	padding-left: 14px;
	background: url("../images/pictos/picto_link_self.png") no-repeat scroll 0 1px;
}
.lausanne-liste-dynamique .linkLineEst .linkAndDescription{
	position: relative;
	float: left;
	/*width: 445px;*/
	width: 440px;
	padding-left: 14px;
	background: url("../images/pictos/picto_link_blank.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
}
.lausanne-liste-dynamique .pictos{
	position: relative;
	float: right;
	width: 50px;
	padding-top: 3px;
}
.lausanne-liste-dynamique .pictos img{
	position: relative;
	float: right;
}
#objFlash object{
	display: block;
}

/************************ change 10.12.2013 ********************/
.imageBox img.withFrame {
	/* Shadow */
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	/* Rounded corners */
	border: #ccc solid 1px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

/******************* Updates for inside pages New design Q1 2014 *************/
#mycustomscroll5 {
	width: 199px;
	height: 365px;	
}
#mycustomscroll5 .boxSelect {
	width: 185px;
}
#services {
	overflow: visible;
}
#siteSearch4 .titleBkgnd {
	height: 21px;'
}
#siteSearch4 #services {
	width: 201px;
}
#siteSearch4 #services.select {
    height: 380px;
    padding: 2px;
}
#siteSearch4 .boxSelect div {
    padding-left: 5px;
}
#siteSearch4 .select {
    height: 367px;
    overflow: hidden;
    padding: 3px 0 3px 3px;
    width: 202px;
}
.headerBarGraySectionGallery, .headerBarBlackSectionGallery {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: medium none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    filter: none;
    height: 23px;
    line-height: 23px;
    padding-top: 1px;
    text-transform: none;
    font-size: 11px;
    font-weight: bold;
}
.headerBarBlackSectionGallery {
	background: none repeat scroll 0 0 #CCCCCC;
	color: #333;
}
#carrouselContentSection div.headerBarGraySectionGallery, #carrouselContentSection div.headerBarBlackSectionGallery {
	 line-height: 21px;
	 font-size: 12px;
}
.imgPoutre {
    height: 8px;
    position: absolute;
    width: 249px;
    z-index: 100;
}
.teaserBody {
	background: none;
	border: 0;
}
.headerZoomSur {
 	background: none repeat scroll 0 0 #FFFFFF;
    border-color: #D9D9D9;
    border-style: solid;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-width: 1px;
    box-shadow: -1px 3px 2px -1px #999999;
    filter: none;
    font-size: 12px;
    font-weight: bold;
    height: 19px;
    line-height: 19px;
    padding-left: 6px;
    padding-top: 2px;
    text-transform: none;
    margin-bottom: 6px;
}
.lausanne-main-zoom-sur .teaserContainer {
	border: 0;
	box-shadow: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;	
}
.headerZoomSur .zoomSurTitle {
	line-height: 17px;
	font-size: 12px;
}
.teaserContainer .headerZoomSur div.colRight {
	line-height: 16px;
}
.headerZoomSur .colRight a {
	font-weight: normal;
}
.teaserBody {
	background-color: #FFF;
	filter: none;
}
.headerZoomSur {
	box-shadow: none;
	border-bottom: 1px solid #999999;
	border-right: none;
	border-top: none;
	border-left: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 18px;
}
.headerBarGraySectionGallery, .headerBarBlackSectionGallery {
	border-left: none;
 	border-top: none;
}
.zoomSur .teaserBody p {
 	padding-left: 0px;
}
.zoomSur h2 {
	margin-bottom: 3px;
}
.teaserContainer .headerZoomSur div.colRight {
	padding-right: 0;
}
.outerBanner {
	background: none;
}
#carrouselContentSection .teaserContainer {
	box-shadow: 1px 1px 2px -1px #666666;
}
.eventsTeasersGutterLast {
	display: table-cell;
 	float: left;
	width: 7px;
}
.teaserContainer .headerZoomSur div.colLeft {
    display: table-cell;
    float: left;
}
.teaserContainer .headerZoomSur div.colRight {
    display: table-cell;
    float: right;
    padding-right: 6px;
}
/*************************************************************************************************************************/

.lausanne-liste-dynamique .linkLine a {
	font-size: 12px;
	font-weight: bold;	
}
.bannerImage{
	position: relative;
	float: left;
}

.bannerImage .bannerImageGradient, 
#cbp-qtrotator .bannerImageGradient{ 
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 65%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(65%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 65%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 65%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 65%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 65%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
#intro .bannerImageGradient{ 
	position:absolute;
	top:7px;
	left:25px;
	width:512px;
	height:100%;
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
#intro .bannerImageDiv{
	position: absolute;
	left: 35px;
	bottom: 30px;
	width: 340px !important;
}
.bannerImageDiv{
	position: absolute;
	left: 9px;
	bottom: 22px;
	width: 400px;
}

.bannerImageSurTitre{
	position: relative;
	float: left;
	width: 100%;
}

.bannerImageSurLine{
	position: relative;
	float: left;
	width: 88px;
	height:3px;
	line-height:3px;
	font-size:3px;
	border-bottom: 3px solid #b01b2c;
	margin-top: 5px;
	margin-bottom: 6px;
}
.bannerImageSurTitre h2{
	margin: 0px !important;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	line-height: 18px;
	font-weight: normal !important;
}
.bannerImageSurTitre h1{
	border:0px !important;
	font-size: 28px;
	font-family: 'Open Sans', sans-serif;
	line-height: 28px;
	font-weight: normal !important;
}
