/************* Font Open Sans ***************/
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url("../fonts/open-sans-v13-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v13-latin-regular.woff") format("woff"); }
/* open-sans-italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("../fonts/open-sans-v13-latin-italic.woff2") format("woff2"), url("../fonts/open-sans-v13-latin-italic.woff") format("woff"); }
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url("../fonts/open-sans-v13-latin-600.woff2") format("woff2"), url("../fonts/open-sans-v13-latin-600.woff") format("woff"); }
/* open-sans-600italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: local("Open Sans Semibold Italic"), local("OpenSans-SemiboldItalic"), url("../fonts/open-sans-v13-latin-600italic.woff2") format("woff2"), url("../fonts/open-sans-v13-latin-600italic.woff") format("woff"); }
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans Local";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"); }
/* open-sans-italic - latin */
@font-face {
  font-family: "Open Sans Local";
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"); }
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans Local";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"); }
/* open-sans-600italic - latin */
@font-face {
  font-family: "Open Sans Local";
  font-style: italic;
  font-weight: 600;
  src: local("Open Sans Semibold Italic"), local("OpenSans-SemiboldItalic"); }
/**************************************************************************/

body *,
p, a, li, span, div {	
	font-size: 11px;
	color: #333333;
    font-family: Arial;
    font-size: 11px;
    /* line-height: 15px; */	
    line-height: 1.35;	
}

p { 
	margin: 0px 0px 6px 0px;
	padding: 0px;	
	font-size: 11px;
}

sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 65% !important;
}

.italic{
	font-style : italic;
}
.cursorP{
	cursor: pointer !important;
}
.cursorD{
	cursor: default !important;
}
hr {
	color: #666;
	background-color: #666;
	height: 1px;
	border: none;
	text-align: center;
	margin: auto; /* necessary for IE 8 & 9 */
	width: 50%;
	margin-top: 10px;
	margin-bottom: 10px;
}

strong {
	font-weight: bold;	
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}

blockquote, q {
    quotes: none;
}

q {
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-size: 17px;
    line-height: 20px;
    color: #666666;
    background: url("../images/exergue/filet.gif") no-repeat left 4px;
    position: relative;
	margin: 14px 23px 12px;
    padding-top: 10px;
}
.col33 q {
	margin-left: 7px;
	margin-right: 5px;	
}
q .auteur {
	font-size: 12px;
	color: #666666;
	font-family: 'Open Sans',sans-serif;
	line-height: 20px;
	padding-left: 10px;
}
q .auteur b {
	font-weight: 600;
	font-size: 12px;
	color: #666666;
	font-family: 'Open Sans',sans-serif;	
	line-height: 20px;
}

sup {
	bottom: 1ex;
}

ul {
    padding-bottom: 6px;
    padding-left: 14px;
}

ul li {
	display: list-item;
    list-style-image: url("../images/pictos/picto_bullet.png");
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding: 0px 0px 6px 16px;
	margin: 0px;
}

ol li{
	padding: 0px;
	margin: 0px;
}

a {
    color: #006F9B;
    margin: 0;
    padding: 0;
    text-decoration: none;	
}

a sup, a sub {
	color: #006F9B;
}

a:hover {
    color: #c91a00;
    text-decoration:underline;
}

a:hover sup, a:hover sub {
	 color: #c91a00;
}

a:link, a:visited, a:hover, a:active { outline:none } 

em {
	font-style: italic;
}

span.highlight {
	background-color: #ffffcc;
}

span.red-special {
	color: #b70000;
}
span.red-produits {
	color: #B70000;
    font-size: 14px;
    font-weight: bold;
}
span.underlined {
	text-decoration: underline;
}

/* Headings */

h1, 
h1 em,
h1 sup, 
h1 sub, 
h1 strong {
	font-size: 15px;
	line-height: normal;
	font-weight: bold;
	color: #333;
}
h1 {border-bottom: 1px solid #333;}



h2,
h2 em,
h2 sup, 
h2 sub, 
h2 strong {
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #666;
	
}
h2 {margin: 10px 0 6px;}

h2.theme, 
h2.theme, 
h2.theme em,
h2.theme sup, 
h2.theme sub, 
h2.theme strong  {
	font-size: 10px;
	color: #666;
	text-transform: uppercase;
	margin: 0;
	border: none;
}
h3, 
h3 em,
h3 sup, 
h3 sub, 
h3 strong {
	font-size: 13px;
	line-height: normal;
	font-weight: bold;
	color: #b70000;
}
h3 {margin: 10px 0 6px;}

h4,
h4 em,
h4 sup, 
h4 sub, 
h4 strong {
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #333;
}
h4 {margin: 10px 0 3px;}

h4 sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 70% !important;
	bottom: 4px;
}

h5,
h5 em,
h5 sup, 
h5 sub, 
h5 strong  {
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	
}
h5 {margin: 6px 0 3px;}

h6, 
h5 em,
h5 sup, 
h5 sub, 
h5 strong {
font-weight: bold;
	text-transform: uppercase;
	color: #333;
}

h6 {
	margin-bottom: 9px;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	background-color: #f7f7f7;
	height: 14px;
	
	/* 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: 0px 1px 3px -1px #666;
	-webkit-box-shadow: 0px 1px 3px -1px #666;
	box-shadow: 0px 1px 3px -1px #666;
}

h6.stacked {
	margin-bottom: 0px;	
}

a.niceLink {
    background: url("../images/pictos/picto_link_self.png") no-repeat scroll 0 1px transparent; 
    border-bottom: medium none;
    color: #005B8B;
    display: inline-block;
    padding-left: 14px;
    text-decoration: none;
}

a.niceLink[href^="http://"],
a.niceLink[href^="www."],
a.niceLink[href^="https://"]{
    background: url("../images/pictos/picto_link_blank.png") no-repeat scroll 0 1px transparent;
    border-bottom: medium none;
    color: #005B8B;
    display: inline-block;
    padding-left: 14px;
    text-decoration: none;
}

a.niceLink[href^="#"] {
    background: url("../images/pictos/picto_link_anchor.png") no-repeat scroll 0 3px transparent; 
    border-bottom: medium none;
    color: #005B8B;
    display: inline-block;
    padding-left: 14px;
    text-decoration: none;
}

a.niceLink[href*="/dms/"],
a.niceLink[href$='.7z'], a.niceLink[href$='.aiff'], a.niceLink[href$='.asf'], a.niceLink[href$='.avi'], a.niceLink[href$='.bmp'], a.niceLink[href$='.csv'], a.niceLink[href$='.doc'], a.niceLink[href$='.docx'], a.niceLink[href$='.fla'], a.niceLink[href$='.flv'], a.niceLink[href$='.gif'], a.niceLink[href$='.gz'], a.niceLink[href$='.gzip'], a.niceLink[href$='.jpeg'], a.niceLink[href$='.jpg'], a.niceLink[href$='.mid'], a.niceLink[href$='.mov'], a.niceLink[href$='.mp3'], a.niceLink[href$='.mp4'], a.niceLink[href$='.mpc'], a.niceLink[href$='.mpeg'], a.niceLink[href$='.mpg'], a.niceLink[href$='.ods'], a.niceLink[href$='.odt'], a.niceLink[href$='.pdf'], a.niceLink[href$='.png'], a.niceLink[href$='.pptx'], a.niceLink[href$='.pxd'], a.niceLink[href$='.qt'], a.niceLink[href$='.ram'], a.niceLink[href$='.rar'], a.niceLink[href$='.rm'], a.niceLink[href$='.rmi'], a.niceLink[href$='.rmvb'], a.niceLink[href$='.rtf'], a.niceLink[href$='.sdc'], a.niceLink[href$='.sitd'], a.niceLink[href$='.swf'], a.niceLink[href$='.sxc'], a.niceLink[href$='.sxw'], a.niceLink[href$='.tar'], a.niceLink[href$='.tgz'], a.niceLink[href$='.tif'], a.niceLink[href$='.tiff'], a.niceLink[href$='.txt'], a.niceLink[href$='.vsd'], a.niceLink[href$='.wav'], a.niceLink[href$='.wma'], a.niceLink[href$='.wmv'], a.niceLink[href$='.xls'], a.niceLink[href$='.xlsx'], a.niceLink[href$='.xml'], a.niceLink[href$='.zip'] {
    background: url("../images/pictos/picto_link_download.png") no-repeat scroll 0 3px transparent;
    border-bottom: medium none;
    color: #005B8B;
    display: inline-block;
    padding-left: 14px;
    text-decoration: none;
}

a.niceLink[href*="lausanne.ch"] {
	 background: url("../images/pictos/picto_link_self.png") no-repeat scroll 0 1px transparent;
}

a.niceLink[href*="mailto:"] {
    background: url("../images/pictos/picto_mailto.png") no-repeat scroll 0 3px transparent;
    border-bottom: medium none;
    color: #005B8B;
    display: inline-block;
    padding-left: 14px;
    text-decoration: none;
}

a.niceLink:hover {
	color: #b70000;
	text-decoration: underline;
}

a.niceLink:visited:hover {
	color: #b70000;
	text-decoration: underline;
}


a.niceLink.openCityMap[href^="#"] {
    background: url("../images/address/plan.png") no-repeat scroll 0 1px transparent;
    border-bottom: medium none;
    color: #005B8B;
    display: inline-block;
    padding-left: 14px;
    text-decoration: none;
}

.warning {
	background: yellow;
	border: 1px dashed red;
	color: red;
	padding: 4px;
	margin-top: 2px;
	margin-bottom: 2px;	
}

p.lead {
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 12px !important;
	font-weight: bold;
	line-height: 15px;	
}

.logementContactHeight {
	line-height: 3px;	
}

/******************************** New design poutres Q1 2014 *************************************/
/*h6 {
    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;
    filter: none;
    font-size: 12px;
    font-weight: bold;
    height: 19px;
    line-height: 19px;
    padding-left: 6px;
    padding-top: 2px;
    text-transform: none;
}
h6 {
	box-shadow: 1px 1px 3px -1px #666666;
	border-bottom: none;
	border-right: none;
	border-top: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
}*/
h6 {
    line-height: normal;
    border: none;
    box-shadow: none;
    background: none;
    filter: none;
   	border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-left: 0px;
    margin-bottom: 4px;
    background: url("../images/backgrounds/ligne_h6.png") repeat-x scroll 0 1px transparent;
    padding-left: 15px;
}
h6 span {
	background-color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	color: #333;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}


span.colorNord {
	color: #ed7d00;
	font-weight: bold;
}
span.colorSud {
	color: #008ad1;
	font-weight: bold;
}
span.colorCentre {
	color: #c70080;
	font-weight: bold;
}
span.colorEst {
	color: #ffc000;
	font-weight: bold;
}
span.colorOuest {
	color: #52ad33;
	font-weight: bold;
}
