@viewport { 
	width: device-width; 
	zoom: 1; 
}


/* bengali */
@font-face {
  font-family: 'Mina';
  font-style: normal;
  font-weight: 400;
  src: local('Mina'), local('Mina-Regular'), url(https://fonts.gstatic.com/s/mina/v1/-nFzOGc18vARnypp7x3y.woff2) format('woff2');
  unicode-range: U+0964-0965, U+0981-09FB, U+200C-200D, U+20B9, U+25CC;
}
/* latin-ext */
@font-face {
  font-family: 'Mina';
  font-style: normal;
  font-weight: 400;
  src: local('Mina'), local('Mina-Regular'), url(https://fonts.gstatic.com/s/mina/v1/-nFzOGc18vARnzZp7x3y.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Mina';
  font-style: normal;
  font-weight: 400;
  src: local('Mina'), local('Mina-Regular'), url(https://fonts.gstatic.com/s/mina/v1/-nFzOGc18vARnzhp7w.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


html, body {
	font-family: "Mina", "trebuchet ms", verdana, serif;
	font-size: 17px;
	color: #CC5500;
	background: #FAFAFA url(images/abstractClouds.jpg) center center fixed no-repeat;
	/* Prevent font size in iOS browser context
		More infos : https://developer.mozilla.org/fr/docs/Web/CSS/text-size-adjust
	*/
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-moz-text-size-adjust: none;
	text-size-adjust: none;
}
h1 {
	margin: 0 0 16px 0;
	text-align: center;
}
h2 {
	margin: 0 0 12px 0;
	padding: 4px 0;
  text-align: center;
	background: #FFE8DD;
	border-bottom: 1px #CC5500 solid;
}
h3 {
  margin: 0 0 8px 0;
  padding: 4px 0;
	text-align: center;
	font-style: italic;
}
h1 img, h2 img, h3 img {
	margin: 0 8px;
	vertical-align: -50%;
}
ul {
	margin: 0;
	padding : 0;
	list-style-position: inside;
}
ul li {
	padding : 0;
}
ul ul {
	margin: 0 0 0 24px;
	font-size: 0.9em;
}
caption {
	padding: 6px;
	text-align: center;
	color: #FFE8DD;
  background: #CC5500;
  border-bottom: none;
}
tr {
	background: #FFE8DD;
}
th, td {
	padding: 16px;
	vertical-align: top;
}
figure {
	margin: 8px;
}
a {
	text-decoration: none;
	color: #DD8040;
}
a:hover {
	color: #EEAA80;
}
a img {
	border: none;
}
blockquote {
	font-style: italic;
}

fieldset {
	padding: 0;
	border: none;
}
input, textarea, select {
	margin: 2px;
	padding: 3px;
	font-family: verdana, serif;
	font-size: 11px;
	border:1px #404040 solid;
	overflow:auto;
}
select, button {
	cursor: pointer;
}
input.input_submit {
	padding: 8px 16px;
	color: #FFF;
	font-size: 18px;
	background: #CC5500;
}

pre, code {
	display: block;
	clear: both;
	padding: 4px;
	color: #EEAA80 !important;
	font-size:0.9em;
	background: #404040 !important;
}




/*
	Spécific class
*/
.highlight {
	padding: 6px;
	text-align: center;
	color: #FFE8DD;
  background: #CC5500;
  border-bottom: none;
}
/*
  END
*/