@charset "utf-8";

@font-face {
font-family: "molengoregular";
src: url("../polices/molengo.ttf")
 	 url("/../polices/molengo-regular-webfont.woff2") format("woff2"),
     url("/../polices/molengo-Regular-webfont.woff") format("woff");
	}
	
body {
font-family: Arial, sans-serif, Helvetica, Verdana;
}

H1
{
font-family: 'Molengo', sans-serif, helvetica;
padding:  10px 0px;
text-align: center;
font-size : 1.6em;
color: black;
font-style: : normal;
}

TD
{
text-align:center;
}

mark {
font-family: Arial, sans-serif, Helvetica,  Verdana;
font-size : 1em;
color: black;
background-color: #FFFCC0;
}
 

* .highslide {
	cursor: url(zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid black;
}
.highslide:hover img {
	border: 2px solid gray;
}

.highslide-image {
    border-bottom: 2px solid black;
    cursor: pointer; /* opera */
	cursor: url(zoomout.cur), pointer;
}
.highslide-image-blur {
    cursor: pointer;
    cursor: hand;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: yellow;
	font-family: "arial", "helvetica";
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	opacity: 0.60; /* w3c */
	filter: alpha(opacity=60); /* ie */
	border-top: 3px solid red;
	border-bottom: 3px solid red;
}


@media (max-width:1399px)
{ 
H1
{ 
font-size : 1.3em;
line-height:20px;
} 


@media (max-width:600px)
{ 
H1
{ 
font-size : 1em;
line-height:16px;

} 	  
}  