@font-face {
    font-family: 'biko';
    src: url('biko_bold-webfont.eot');
    src: url('biko_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('biko_bold-webfont.woff') format('woff'),
         url('biko_bold-webfont.ttf') format('truetype'),
         url('biko_bold-webfont.svg#bikobold') format('svg');
    font-weight: bold;
}

@font-face {
    font-family: 'biko';
    src: url('biko_regular-webfont.eot');
    src: url('biko_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('biko_regular-webfont.woff') format('woff'),
         url('biko_regular-webfont.ttf') format('truetype'),
         url('biko_regular-webfont.svg#bikoregular') format('svg');
    font-weight: normal;
}

/* ============= Page layout ============= */

.radio{
 font-size: 23px;
 cursor: pointer;
}

div.tplPge{
	min-width:900px;
	max-width:1200px;
	margin: 0px auto;
}
div.tplPgeFra{
	margin-bottom:5px;
}
div.tplColMid {
	left:230px;
}
div.tplColRgt {
	margin-left:-460px;
}
div.tplColPad {
	margin:0 5px 0 465px;
}
#header{
	position: relative;
}
/*#navigation {
	position: relative;
}*/
#menu {
	width:225px;
	left:235px;
}
#extras{
	width:225px;
	left:0px;
}
#footer{
}
div.tplCoFra{
	min-height: 500px;
	padding: 0 10px 0px 10px;
	margin-bottom: 10px;
	overflow-x:auto;
}
/* ----- 1 and 2 col layout only ----- */
div.tplNoMenu div.tplColRgt {
	margin-left: -230px;
}
div.tplNoMenu div.tplColPad {
	margin-left: 230px;
}
div.tplNoExtras div.tplColRgt {
	margin-left: -230px;
}
div.tplNoExtras div.tplColPad {
	margin-left: 235px;
	margin-right: 0px;
}
div.tplNoExtras #menu {
	left:5px;
}
div.tplNoSideBars div.tplColPad {
	margin-left: 0px;
	margin-right: 0px;
}

/* ============= General Page styles ============= */
body{
	font-family:"biko", sans-serif;
	font-size:12px;
	padding: 5px 7px 0 5px;
	margin:0px;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a img{
	border-width:0px;
}
ul,ol{
	margin: 5px 0 0 0;
	padding: 0 0 0 20px;
	list-style-position: outside;
}
p{
	font-family:sans-serif;
	text-align: justify;
	margin: 2px 0 5px 0;
}
table{
	border-collapse: collapse;
}
q:before, 
q:after {
	content: "";
}

/* ============= Accessibility menu ============= */
ul#accessibility {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	right:0;
	width:auto;
	z-index:90;
	font-size:0.8em;
	top:5px;
	opacity: 0.1;
}
ul#accessibility:hover{
	opacity: 0.7;
}
ul#accessibility li{
	float: left;
	margin-right:10px;
}
ul#accessibility a:hover{
	text-decoration: none;
}

/* ============= Category menu ============= */

ul.outCat {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding: 3px 2px 0px 6px;
	font-size: 23px
}
ul.outCat li{
	display: inline-block;
	margin-right:10px;
}
ul.outCat .outCat_i{
	display: inline-block;
	padding:4px 5px;
	font-weight: bold;
}
ul.outCat span.outCat_i{
	cursor: default;
}
ul.outCat a:hover{
	text-decoration: none;
}

/* ============= Top Nav menu ============= */
#navigation ul.outNav {
	position: absolute;
	right:0px;
	bottom:0px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding: 5px 2px 3px 6px;
}
#navigation ul.outNav li{
	float: left;
	margin-right:10px;
}
#navigation ul.outNav .outNav_i{
	padding:2px;
	font-weight: bold;
}
#navigation ul.outNav a:hover{
	text-decoration: none;
}
#navigation ul.outNav span.outNav_i{
	display: inline;
}

/* ============= Bottom Nav menu ============= */
ul.outNav {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:5px 0;
	padding: 0 10px 0 0;
	text-align: right;
}
ul.outNav li{
	display: inline;
	margin-left:10px;
}
ul.outNav span.outNav_i{
	visibility: hidden;
}

/* ============= Top back menu ============= */
#navigation ul.outBk {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding: 5px 2px 3px 6px;
}
#navigation ul.outBk li{
	display: inline;
	margin-right:10px;
}
#navigation ul.outBk .outBk_i{
	padding:2px;
	font-weight: bold;
}
#navigation ul.outBk a:hover{
	text-decoration: none;
}

/* ============= Left menu ============= */
ul.outMnu {
	list-style-type:none;
	margin:0 0 10px 0;
	padding: 0px 0px 0px 20px;
}
ul.outMnuOneRoot {
	list-style-type:none;
	padding: 0;
}
ul.outMnu ul{
	list-style-type:disc;
	margin:0;
	padding: 0px 0px 0px 15px;
}
ul.outMnu li {
	margin-top:0.5em;
	color:#C3842e;
	list-style-type:disc;
}
span.outMnu_i{
	color: gray;
}
ul.outMnu li.outMnu_sel_yes{
	color:#F17C0B;
	list-style-type:square;
}
ul.outMnu li.outMnu_b {
	list-style-type: none;
}
ul.outMnu a.outMnu_tgle_o,ul.outMnu a.outMnu_tgle_c{
	margin-left: -16px;
	width: 7px;
	display:inline-block;
	background-image: url(../img/co/mnuTgle.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 7px;
}
ul.outMnu li.outMnu_b .outMnu_i {
	padding-left:6px;
}
ul.outMnu li.outMnu_l .outMnu_i {
	padding-left:0;
}
ul.outMnu a.outMnu_tgle_o span,ul.outMnu a.outMnu_tgle_c span{
	display:none;
}
ul.outMnu a.outMnu_tgle_c{
	background-position: 0px 0px;
}
ul.outMnu a.outMnu_tgle_o{
	background-position: 0px -14px;
}
ul.outMnu li.outMnu_sel_yes > div > a.outMnu_tgle_c{
	background-position: 0px -7px;
}
ul.outMnu li.outMnu_sel_yes > div > a.outMnu_tgle_o{
	background-position: 0px -21px;
}
li.outMnu_sel_yes span.outMnu_i{
	color: #C3842F;
}
li.outPre .outMnu_i{
	font-style: italic;
}
li.outPre ul.outMnu_sub .outMnu_i{
	font-style: normal;
}


/* ============= Base template Colors ============= */
/* ---------- html ---------- */
body{
	color:black;
	background-color:#FFFCF1;
}
a{
	color:#F17C0B;
}
a:hover{
	color:#C3842e;
}
h1,h2,h3,h4,h5,h6{
	color: #C3842F;
}
h1,h2,h3,h4,h5,h6{
	margin-bottom: 0.5em;
}

ul,ol{
	color:#F17C0B;
}
li p,li div{
	color:black;
}
ol.footNotes *:target {
	background-color: #eeecdd; 
}
/* ---------- template ---------- */
div.tplPge{
}
div.tplPgeFra{
}
#header{ /* Header */
}
a.rootLnk  {
/*	width: 400px;
	height: 123px;
	display: inline-block;
	margin: auto;
	background: url(../img/nom.png) center center no-repeat;
	margin-top: 100px*/
	font-size: 1.5em
}

a.rootLnk span {
/*	opacity: 0*/
}

a.rootLnk:hover {
	text-decoration: none;
}

div.tplFra{
}
#navigation{ /* Main nav bar */
position: absolute;
bottom: 0;
width: 100%;
text-align: center;
}
div.tplColLft { /* Left column */
}
div.tplColMid { /* Centre column */
}
div.tplColRgt { /* Right column */
}
div.tplCoFra{
/*	border-left:1px dashed #333333;
	border-right:1px dashed #333333;*/
}
div.tplNoMenu div.tplCoFra {
	border-left-width:0px;
}
div.tplNoExtras div.tplCoFra {
	border-right-width:0px;
}
div.tplNoSideBars div.tplCoFra {
	border-left-width:0px;
	border-right-width:0px;
}

/* ---------- menus ---------- */
ul#accessibility a{
	color:#C3842F;
}
ul#accessibility a:hover{
	color:#668a5f;
}

ul.outCat li.outCat_sel_yes .outCat_i{
	background:#C3842e;
	color: #FFFCF1 
}
ul.outCat .outCat_i{
	color:black;
}
ul.outCat a.outCat_i:hover{
	color:black;
	text-shadow: 0 0 5px #C3842E;
}

#navigation ul.outNav .outNav_i{
	color:#C3842e;
}
#navigation ul.outNav a.outNav_i{
	color:white;
}
#navigation ul.outNav a.outNav_i:hover{
	background:#C3842e; 
	color:black;
}

#navigation ul.outBk .outBk_i{
	color:#C3842e;
}
#navigation ul.outBk a.outBk_i{
	color:white;
}
#navigation ul.outBk a.outBk_i:hover{
	background:#C3842e; 
	color:black;
}

/* ---------- Content ---------- */
.noscript{
color:gray;
}
#navigation .noscript{
color:white;
}

/* ============= Content styles ============= */
#header{
	height: 307px;
	background: url(../img/arboles.png) bottom center no-repeat;
}
.tplPgeHome #header{
	height: 584px;
	background: url(../img/arbolesGrande.png) bottom center no-repeat;
}
#header,
#menu{
	cursor: default;
}
#header h1{
	margin: 0;
	font-size:150%;
	text-align: center;
}
#extras,
#menu{
	padding-top: 10px;
}
#footer{
	background:white; 
	border-left: 1px solid #C3842F;
	border-right: 1px solid #C3842F;
	border-bottom: 1px solid #C3842F;
}
#footer a{
	margin-right: 5px;
}
#footer img{
	vertical-align: middle;
}
div.tplFootBanner{
	background:#C3842F; 
	text-align: right;
	padding: 2px 0;
	color: white;
	font-size: 0.8em;
	cursor: default;
}
div.margin{
	background-color:#faf8e9; 
	padding: 3px;
	margin: 0px 4px 10px 4px;
	-moz-box-shadow: 0px 0px 4px #888;
	-webkit-box-shadow: 0px 0px 4px #888;
	box-shadow: 0px 0px 4px #888;
}
.margin_ti{
	background-color:#C3842e;
	color:#FFFFFF;
	font-size:110%;
	padding:5px;
	margin:0;
	text-transform:uppercase;
	font-weight: bold;
}
div.margin_co{
	font-size: 90%;
	overflow: auto;
}
div.margin_co p{
	text-align: left;
}
table.docHead th{
	padding-right: 5px;
	text-align: right;
}
.margin_co  .event .tt_a{
	display: block;
}
.binCap{
	text-align: center;
	margin: 10px;
}
.binCap_ti{
	color:gray;
	font-style: italic;
}
.webCap{
	text-align: center;
	margin: 10px;
}
.webCap_ti{
	color:gray;
	font-style: italic;
}
div.margin_co .binCap,
div.margin_co .webCap{
	margin: 2px 0 3px 0;
}

.bkPost .binImgInline,
.bkPostItem .binImgInline {
    max-width: 150px;
    height: auto;
}

.bkPost .bkInfo:nth-of-type(odd) .binImgInline,
.bkPostItem .bkInfo:nth-of-type(even) .binImgInline{
    float: left;
    margin-right: 10px
}

.bkPost .bkInfo:nth-of-type(even) .binImgInline,
.bkPostItem .bkInfo:nth-of-type(odd) .binImgInline{
    float: right;
    margin-left: 10px
}

.binImgInline{
	vertical-align: middle;
}

/* Internal links */
.sub_a,
.res_a{
	background: url("../img/co/lnkInt.png") center right no-repeat;
	padding-right: 12px;
}
.sub_a:hover,
.res_a:hover{
	background-image: url("../img/co/lnkIntOvr.png");
}
/* External links */
.txt_url_ul,
li.outMnu_typ_ext .outMnu_i,
li.outCat_typ_ext .outCat_i span,
div.docUrl a{
	background: url("../img/co/lnkExt.png") center right no-repeat;
	padding-right: 12px;
}
.txt_url_ul:hover,
li.outMnu_typ_ext .outMnu_i:hover,
li.outCat_typ_ext .outCat_i:hover span,
div.docUrl a:hover{
	background-image: url("../img/co/lnkExtOvr.png");
}

/* info tt anc */
.txt_def_ul,
.txt_doc_ul,
.ref_a {
	border-bottom: 1px dotted;
}
.txt_def_ul:hover,
.txt_doc_ul:hover,
.ref_a:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}
.txt_def_act,
.txt_doc_act,
.txt_ref_act {
	color:#F17C0B;
	background-color: #addca5;
	border-bottom: 1px #addca5;
}
.txt_def_act:hover,
.txt_doc_act:hover,
.txt_ref_act:hover {
	color:#F17C0B;
	border-bottom: 1px #addca5;
}

/* Event lists */
.margin .evtList{
	padding-right: 1px;
}
.evtListEvt{
	list-style-image: url("../img/co/evt.png");
}
.evtListDesc{
	list-style-type:square;
}
.event_closed{
	background: url("../img/co/clbClsSml.png") center left no-repeat;
	color: #C3842F;
}
.event_open{
	background: url("../img/co/clbOpnSml.png") center left no-repeat;
	color: #C3842F;
}
.event_closed:hover,
.event_open:hover{
	text-decoration: none;
	color: #C3842F;
}
.event {
	margin-bottom: 5px;
}
.event_ti {
	padding-left: 12px;
	color: #C3842F;
}
.margin_co .event_ti {
	padding-left: 0;
}
.event_co {
	margin-bottom: 10px;
}
.event_co  li {
	list-style-image: none;
}

/* Section */
div.bkBase_co .bkSec .bkBase_ti{
	border-bottom: 1px solid;
}

/* Bal ped */
.bkBase{
	margin: 1.5em 0em;
}

.bkBase h2{
text-align: center;
font-size: 2.2em;
}
div.bkBase_co .bkInfo .bkBase_ti{
	border-bottom:none;
}
.bkBase_closed{
	background: url("../img/co/clbClsLge.png") bottom left no-repeat;
	padding-left: 18px;
	border-bottom: 1px solid  #C3842e;
	color: #C3842F;
	min-height:16px;
}
.bkBase_open{
	background: url("../img/co/clbOpnLge.png") bottom left no-repeat;
	padding-left: 18px;
	border-bottom: 1px solid  #C3842e;
	color: #C3842F;
	min-height:16px;
}
.bkBase_closed:hover,
.bkBase_open:hover{
	text-decoration: none;
	color: #C3842F;
}
.bkEmphasis{
	border: 1px solid  #C3842e;
	background: #fff5e6;
	-moz-box-shadow: 0px 0px 5px #CCC;
	-webkit-box-shadow: 0px 0px 5px #CCC;
	box-shadow: 0px 0px 5px #CCC;
	padding: 0.5em 0.5em 0.2em 0.5em;
}
.bkEmphasis .bkBase_ti{
	margin-top: 0;
}
.bkEmphasis .bkBase_co{
}
.margin_co .bkBase_ti{
	font-weight: bold;
	color: #C3842F;
}


/* ---------- text ---------- */
.txt_tb{
	margin:auto;
	border:2px solid #F17C0B;
	
}
.txt_tb caption{
	color: gray;
	font-style: italic;
}
.txt_tb td,
.txt_tb th{
	border:1px solid #ff830b;
}
.txt_tb thead{
	border-bottom:2px solid #F17C0B;
}
.txt_tb tfoot{
	border-top:2px solid #F17C0B;
}
.txt_tb p{
	margin: 1px 0;
}
.txt_t_tbcl,
.txt_t_tbtr{
	background-color:#fff5ea;
}
.txt_n_tbtd p{
	text-align: right;
}
.txt_w_tbtd p{
	text-align: center;
}
.txt_emphasis_is,
.txt_quote_ph,
.txt_special_ph{
	color:#C3842F;
}
.lnkZoom {
	background: url("../img/co/lnkZoom.png") center no-repeat;
	display:inline-block;
	width: 12px;
	height: 12px;
	margin-left: 3px;
}
.lnkZoom:hover {
	background-image: url("../img/co/lnkZoomOvr.png");
}
.lnkZoom span{
	display: none;
}

/* ---------- binary files lnks ---------- */
.lnkBin{
	padding-left: 15px;
	background-image: url(../img/co/types.png);
	background-repeat: no-repeat;
}
.lnkBinWeb{
	padding-left: 0px;
	background:none;
}
.lnkBinDoc {
	background-position: 0px 2px;
}
.lnkBinFlv {
	background-position: 0px -13px;
}
.lnkBinMp3 {
	background-position: 0px -28px;
}
.lnkBinOdg {
	background-position: 0px -43px;
}
.lnkBinOdp {
	background-position: 0px -58px;
}
.lnkBinOds {
	background-position: 0px -73px;
}
.lnkBinOdt {
	background-position: 0px -88px;
}
.lnkBinPdf {
	background-position: 0px -103px;
}
.lnkBinPpt {
	background-position: 0px -118px;
}
.lnkBinRtf {
	background-position: 0px -133px;
}
.lnkBinSwf {
	background-position: 0px -148px;
}
.lnkBinXls {
	background-position: 0px -163px;
}
.lnkBinZip {
	background-position: 0px -178px;
}



/* ---------- tooltips ---------- */
.tt_a{
	cursor: pointer;
	color:#C3842e;
	border-bottom: 1px dotted;
}
.tt_a:hover{
	text-decoration: none;
	border-bottom: 1px solid;
}
.tt_act{
	color:#F17C0B;
	background-color: #addca5;
	border-bottom: 1px #addca5;
}
.tt_act:hover{
	color:#F17C0B;
	border-bottom: 1px #addca5;
}
div.tt{
	font-size: 90%;
	border: 1px solid #C3842F;
	background-color:white;
	-moz-box-shadow: 0px 0px 8px #888;
	-webkit-box-shadow: 0px 0px 8px #888;
	box-shadow: 0px 0px 8px #888;
}
div.tt_ti{
	background-color:#C3842F;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 2px 15px 2px 2px;
}
.tt_x{
	display: block;
	width:14px;
	height:14px;
	position: absolute;
	top: 1px;
	right: 1px;
	background: url("../img/co/ttCls.png") top left no-repeat;
}
.tt_x:hover{
	background-image: url("../img/co/ttClsOvr.png");
}
.tt_x span{
	display: none;
}
div.tt_co{
	padding: 5px;
}
div.tt_co p{
	margin: 0 0 2px 0;
	text-align: left;
}

a.ttEvt_a{
	color: #C3842F;
	border-bottom: 0px;
}
a.ttEvt_a:hover{
	border-bottom: 0px;
	text-decoration: underline;
	
}
a.ttEvt_act{
	color:#F17C0B;
}
div.ttEvt_ti{
	display: none;
}
div.ttEvt_co{
	padding: 0 18px 0 0;
	background-color:#C3842F;
}
div.ttExtCo {
	padding: 5px 5px 5px 5px;
	background-color: white;
}
ol.footNotes{
	margin: 10px;
	border-top:1px dashed #808080;
	font-size: 80%;
	padding-top: 5px;

	padding-left: 20px;
}
li.footNotes_it{
	margin-bottom: 10px;
	padding: 2px;
}
ol.footNotes p{
	margin: 0 0 5px 0;
}
div.footNotes_itti{
	font-weight: bold;
}
ol.footNotes .tt_x{
	display: none;
}

/* ---------- Gallery ---------- */

.galFra, .galMIniFra{
	text-align:center
}

.scImgSep{
	display: none;
}
span.galPv{
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	margin: 2px;
	background-color: white;
	float:none;
	display:inline-block
}
a.galPvLnk:hover {
	opacity:0.8;
}
img.imgPv{
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
}
div.scImgGalOver,
div.scImgZmOver{
	background-color: black;
}
div.scImgGalFra{
	background-color: white;
}
div.scImgGalTi{
	font-style: italic;
	color: gray;
	cursor: default;
	font-size:12px;
}
div.scImgGalTbr span.scImgGalCount{
	font-style: italic;
	color: gray;
	cursor: default;
}
div.scImgGalTbr span{
	display: none;
	position: absolute;
}
div.scImgGalTbr a{
	display: block;
	width:15px;
	height:15px;
	background-repeat: no-repeat;
	background-image:url("../img/scImg/btns.gif");
	position: absolute;
	bottom:3px;
}
a.scImgGalBtnPrv{
	background-position: 0px -120px;
	left:330px;
}
a.scImgGalBtnPrv:hover{
	background-position: 0px -135px;
}
a.scImgGalBtnNoPrv{
	background-position: 0px -45px;
	left:330px;
	cursor: default;
}
a.scImgGalBtnNxt{
	background-position: 0px -60px;
	right:330px;
}
a.scImgGalBtnNxt:hover{
	background-position: 0px -75px;
}
a.scImgGalBtnNoNxt{
	background-position: 0px -30px;
	right:330px;
	cursor: default;
}
a.scImgGalBtnCls{
	background-position: 0px 0px;
	right:5px;
}
a.scImgGalBtnCls:hover{
	background-position: 0px -15px;
}
a.scImgGalBtnPse{
	background-position: 0px -150px;
	left:352px;
}
a.scImgGalBtnPse:hover{
	background-position: 0px -165px;
}
a.scImgGalBtnPly{
	background-position: 0px -90px;
	left:352px;
}
a.scImgGalBtnPly:hover{
	background-position: 0px -105px;
}
/* ---------- animation ---------- */
.seqCap_co {
	text-align: center;
	
}
.animFra{
	margin: 0 auto;
	text-align: left;
}
div.scImgAnmCtrl{
	background-color: white;
	-moz-box-shadow: 0px 0px 5px #9a9a9a;
	-webkit-box-shadow: 0px 0px 5px #9a9a9a;
	box-shadow: 0px 0px 5px #9a9a9a;
	position:absolute;
	bottom:20px;
	right:5px;
	height: 25px;
	width: 80px;
}
div.scImgAnmCtrl span{
	display: none;
	position: absolute;
}
div.scImgAnmCtrl a{
	display: block;
	width:15px;
	height:15px;
	background-repeat: no-repeat;
	background-image:url("../img/scImg/btns.gif");
	position: absolute;
	bottom: 4px;
}
a.scImgAnmBtnPrv{
	background-position: 0px -120px;
	left:5px;
}
a.scImgAnmBtnPrv:hover{
	background-position: 0px -135px;
}
a.scImgAnmBtnNxt{
	background-position: 0px -60px;
	right:5px;
}
a.scImgAnmBtnNxt:hover{
	background-position: 0px -75px;
}
a.scImgAnmBtnPse{
	background-position: 0px -150px;
	left:33px;
}
a.scImgAnmBtnPse:hover{
	background-position: 0px -165px;
}
a.scImgAnmBtnPly{
	background-position: 0px -90px;
	left:33px;
}
a.scImgAnmBtnPly:hover{
	background-position: 0px -105px;
}
/* ---------- zoom ---------- */
div.scImgZmCvs{
	background-repeat: no-repeat;
	background-position: center center;
	background-image:url("../img/scImg/throbber.gif");
}
div.scImgZmFra{
	background-color: white;
	padding:5px;
}
div.scImgZmTlb{
	margin-top:5px;
	text-align: right;
}
a.scImgZmBtnCls{
	display: inline-block;
	width:15px;
	height:15px;
	background-repeat: no-repeat;
	background-image:url("../img/scImg/btns.gif");
	background-position: 0px 0px;
}
a.scImgZmBtnCls:hover{
	background-position: 0px -15px;
}
a.scImgZmBtnCls span{
	display: none;
}
.scImgZmCo img{
	background-color: white;
}

/* ---------- Options ---------- */
div.optContent{
	margin-top: 30px;
	border-top:1px dashed #333333;
}

/* ---------- search, optSearch ---------- */
div.searchFra{
	position: absolute;
	right: 5px;
	top: 25px;
	min-height: 16px;
}
input.searchText,
input.schInput{
	border: 1px solid #C3842F;
	-moz-box-shadow: inset 0px 0px 3px #BBB;
	-webkit-box-shadow: inset 0px 0px 3px #BBB;
	box-shadow: inset 0px 0px 3px #BBB;
	font-size: 0.9em;
}
a.searchSubmit,
a.schBtnLaunch{
	display: inline-block;
	vertical-align:middle;
	width:16px;
	height:16px;
	background-repeat: no-repeat;
	background-image:url("../img/co/search.gif");
	margin-left: 3px;
	margin-top: 1px;
}
a.searchSubmit:hover,
a.schBtnLaunch:hover{
	background-image:url("../img/co/searchOver.gif");
}
a.searchSubmit span,
a.schBtnLaunch span{
	display: none;
}
.schPgeBk .schPgeBtn,
.mnu_sch_yes .mnu_lnk{
	background-image: url(../img/co/schPgeRank.png);
	background-repeat: no-repeat;
	background-position: right;
}

.mnu_sch,
.schPgeBtn>span{
	display:block;
	background-color:white;
}
.schPgeRank_1 .mnu_sch,
.schPgeRank_1 .schPgeBtn>span{
	margin-right:17px;
}
.schPgeRank_2 .mnu_sch,
.schPgeRank_2 .schPgeBtn>span{
	margin-right:35px;
}
.schPgeRank_3 .mnu_sch,
.schPgeRank_3 .schPgeBtn>span{
	margin-right:53px;
}
.schPgeRank_4 .mnu_sch,
.schPgeRank_4 .schPgeBtn>span{
	margin-right:71px;
}
.schPgeRank_5 .mnu_sch,
.schPgeRank_5 .schPgeBtn>span{
	margin-right:89px;
}
.schPgeRank_6 .mnu_sch,
.schPgeRank_6 .schPgeBtn>span{
	margin-right:107px;
}
.schPgeRank_7 .mnu_sch,
.schPgeRank_7 .schPgeBtn>span{
	margin-right:125px;
}
.schPgeRank_8 .mnu_sch,
.schPgeRank_8 .schPgeBtn>span{
	margin-right:143px;
}
.schPgeRank_9 .mnu_sch,
.schPgeRank_9 .schPgeBtn>span{
	margin-right:160px;
}


div.schPropose a:hover{
    text-decoration:none;
}
.schBtnPropose:hover,
.schBtnPropose:focus{
background-color: #F6F6F6;

}
.schPropose{
	position:absolute;
	top: 19px;
	left: 4px;
    padding: 5px;
	width: 110px;
	border:1px solid #764646;
	border-top:0px;
	background-color: white;
	z-index:100;
	font-size:0.9em;
}
.schBtnPropose{
	display:block;
	text-decoration:none;
	color:#764646;
	font-style: italic;
	padding:2px 3px;
	margin:1px;
}
.schBtnPropose:hover ,
.schBtnPropose:active ,
.schBtnPropose:focus {
	outline:none;
	text-decoration:none;
	background-color: #E4D7F0;
	color: black;
}
.schProposeExceeded{
	display:block;
	color:#764646;
	font-style: italic;
	padding:2px 3px;
}

div.schProp_no{
    display:none;
}
.schCmds_act input.schInput{
	border: 1px solid #764646;
	box-shadow: none;
	-o-box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.schResFrame {
	position: fixed;
	left:50%;
	bottom:-80px;
    width:700px;
    margin-left:-350px;
	color: #5D4676;
	background-color: #E4D7F0;
	border-right: 1px solid #5D4676;
	border-top: 1px solid #5D4676;
	border-left: 1px solid #5D4676;
	-moz-box-shadow:1px 1px 8px #888;
	-khtml-box-shadow: 1px 1px 8px #888;
	-webkit-box-shadow: 1px 1px 8px #888;
	box-shadow: 1px 1px 8px #888;
	height: 50px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	z-index: 91;
}
.schDisplay_on .schResFrame {
	bottom: 0px;
}
.schDisplayList_on .schResFrame{
	height: 530px;
}
.schResList {
	position: absolute;
	bottom: 5px;
	left: 5px;
	top: 5px;
	right: 5px;
	display: none;
}
.schDisplayList_on .schResList {
	display: block;
}
.schResListSrl {
	position: absolute;
	bottom: 42px;
	left: 0px;
	top: 0;
	right: 0px;
	overflow: auto;
	background-color: white;
	box-shadow: 0 0 3px #5D4676 inset;
	-o-box-shadow: 0 0 3px #5D4676 inset;
	-webkit-box-shadow: 0 0 3px #5D4676 inset;
	-moz-box-shadow: 0 0 3px #5D4676 inset;
	padding: 5px;
}
.searchResults a{
    margin: 0 5px;
}
.searchResults a.schParentBtn {
	color: #666;
	font-style: italic;
	font-size:95%;
}
.searchResults li.mnu_sel_yes a.schParentBtn {
	font-weight: bold;
}
.schBtnTgle {
	background-image: url(../img/co/schBtn.png);
	background-position: 0px -20px;
	background-repeat: no-repeat;
	width: 19px;
	height: 19px;
	display: block;
	position: absolute;
	bottom: 3px;
	left: 6px;
}
.schDisplayList_on .schBtnTgle{
	background-position: 0px 0px;
}
.schBtnTgle span{
	display:none;
}
.schBtnReset {
	background-image: url(../img/co/schBtn.png);
	background-position: 0px -70px;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: -14px;
	right: -15px;
}
.schBtnReset:hover{
    opacity:0.8;
}
.schBtnReset span{
    display:none;
}
.schHitBox,
.schResBox,
.schPageBox {
    text-align: left;
    margin: 4px 0px 0 40px;
    font-size: 11pt;
}
.schHitBox {
	background-image: url(../img/co/schBack.png);
	background-position: right 0px;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 27px;
	left: 0;
	right: 0;
}
.schPageBox {
	background-image: url(../img/co/schBack.png);
	background-position: right -35px;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 6px;
	left: 0;
	right: 0;
}
.schDisplay_none .schResBox{
    text-align: center;
    margin: 20px 200px 6px 200px;
}
.schDisplay_none .schHitBox{
    display:none;
}
.schBtnNxt,
.schBtnPrv,
.schBtnPrvHit,
.schBtnNxtHit{
	display:block;
	position:absolute;
	width:15px;
	height:15px;
	background-repeat: no-repeat;
	vertical-align: middle;
	background-image: url(../img/co/schBtn.png);
	background-repeat: no-repeat;
}
.schBtnAct_no,
.schBtnHitAct_no{
    display:none;
}
.schBtnNxt span,
.schBtnPrv span,
.schBtnPrvHit span,
.schBtnNxtHit span{
    display:none;
}
.schDisplay_none .schBtnNxt,
.schDisplay_none .schBtnPrv,
.schDisplay_none .schBtnPrvHit,
.schDisplay_none .schBtnNxtHit{
    display:none;
}
.schDisplay_one .schBtnNxt,
.schDisplay_one .schBtnPrv{
    display:none;
}
.schBtnNxt{
	background-position: 0px -40px;
}
.schBtnPrv{
	background-position: 0px -55px;
}
.schBtnNxtHit{
	background-position: 0px -40px;
}
.schBtnPrvHit{
	background-position: 0px -55px;
}
.schHitFrame{
	background: url(../img/co/schHit.png) center right no-repeat;
	position:absolute;
	bottom:8px;
	right:40px;
	left:40px;
	height:20px;
	font-size:1.2em;
}
.schBtnPrvHit{
	top:3px;
	right:57px;
}
.schBtnNxtHit{
	top:3px;
	right:5px;
}
.schBtnPrv{
	right:57px;
	top:0;
}
.schBtnNxt{
	right:5px;
	top:0;
}
.schPgeBk .schPgeBtn span{
	background-position: center right;
	background-repeat:no-repeat;
	display:block;
	padding-right:165px;
}
.schPgeBk .mnu_lnk span{
	background-position: center right;
	background-repeat:no-repeat;	
	display:block;
}
.schPgeBk span.schPgeRank{
	display:none;
}
.searchResults a.schPgeBtn,
.searchResults a.mnu_lnk {
	margin: 2px;
	display: block;
	color: #5D4676;
}
li.mnu_sel_yes .schPgeBtn,
div.mnu_sel_yes .mnu_lnk{
	font-weight: bold;
	text-decoration: underline;
	cursor: default;
}
div.mnu_sch_no a.mnu_lnk{
	color:#aaa;
	cursor:default;
}
div.mnu_sch_no a.mnu_lnk:hover{
	text-decoration:none;
}
.searchResults a.mnu_tgle_o,.searchResults a.mnu_tgle_c{
	position: absolute;
	margin-top: -14px;
	margin-left: -16px;
	width: 7px;
	height: 7px;
	display:inline-block;
	background-image: url(../img/co/schMnuTgle.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.searchResults a.mnu_tgle_o span,.searchResults a.mnu_tgle_c span{
	display:none;
}
.searchResults div.mnu_sch_yes a.mnu_tgle_c{
	background-position: 0px -7px;
}
.searchResults div.mnu_sch_yes a.mnu_tgle_o{
	background-position: 0px -21px;
}
.searchResults div.mnu_sch_no a.mnu_tgle_c{
	background-position: 0px 0px;
}
.searchResults div.mnu_sch_no a.mnu_tgle_o{
	background-position: 0px -14px;
}
.schResListSrl ul.mnu_root {
	padding: 0 0 0 20px;
}
.schResListSrl li.mnu_b {
	list-style-type:none;
	margin:0;
}
.schResListSrl ul {
	color:#5D4676;
	margin:0;
	list-style: disc;
	padding-left: 13px;
	list-style-position: outside;
}
.schResListSrl ul.schParentList{
	list-style-type: none;
}
.schResListSrl ul.schParentList_c{
	display:none;
}
.schResListSrl ul.schParentList_o{
	display:block;
}
li.schPgeBk{
	position:relative;
}
a.schParent_tgle_c,
a.schParent_tgle_o {
	position: absolute;
	margin-left: -16px;
	top: 2px;
	width: 7px;
	height: 7px;
	display:inline-block;
	background-image: url(../img/co/schMnuTgle.png);
	background-repeat: no-repeat;
}
a.schParent_tgle_c span,
a.schParent_tgle_o span {
	display:none;
}
a.schParent_tgle_c{
	background-position: 0px -7px;
}
a.schParent_tgle_o{
	background-position: 0px -21px;
}
.schParent_tgle_c:hover,
.schParent_tgle_o:hover {
	text-decoration:none;
	color: #F17C0B;
}
.schPgeBtn:hover,
.mnu_lnk:hover {
	color: #5D4676;
}
.schResCnt,
.schHitCnt{
    display:inline-block;
    min-width:40px;
    text-align: center;
}
.schDisplay_none .schResCnt,
.schDisplay_one .schResCnt{
    display:none;
}
.schHit {
	background-color: #E4D7F0;
}
.schHit_current {
	background-color: #B895D9;
	color:white;
}
.schTerm{
    font-weight: bold;
}
.schTerm em{
    font-weight: normal;
}
.schDisplay_on #menu ul.mnu_root .mnu_sch_no > a:hover{
    text-decoration:none;
}
.schDisplay_on #menu ul.mnu_root .mnu_sch_no > a.mnu_lnk {
    color: #BBB;
    cursor: default;
}
.tplSchBox{
    /* Fixed IE7 */
    position:relative;
    z-index: 2;
}

/* legal stuff */
div.tplFootBanner span.copyright {
	display: block;
	padding: 2px 0 0 5px;
	float: left;
}
div.tplFootBanner a.ttLegal_a {
	margin-right: 5px;
	color:white;
}
div.tplFootBanner a.ttLegal_a:hover {
	color:white;
}
div.ttLegal_fra {
	border-top: 1px solid #C3842F;
	border-left: 1px solid #C3842F;
	border-right: 1px solid #C3842F;
}
div.ttLegal_fra div.ttLegal {
	background-color: #FFF5E6;
	opacity: 0.9;
}
div.ttLegal_fra div.ttLegal_ti {
	display:none;
}
div.ttLegal_fra div.ttLegal_co {
	padding: 3px;
	font-size: 0.8em;
	
}

.margin_co .webCap_co  iframe{
 width: 210px
}

.tplPgeFra iframe{
 width: 700px;
}

.tplPgeHome .tplCoFra iframe{
 width: 600px;
}

.tplPgeHome .tplCoFra .webCap{
 margin-left: 230px
} 

.tplNoMenu .binImg{
	margin-left: 220px
}

/* =================BLOG ===================*/

.bkPost{
	border-radius:20px;
	padding: 20px;
	border:1px solid #F17C0B;
	background: url(../img/fondPost.png) center center no-repeat white;
	margin: 0
}

.bkPost > .bkBase_ti{
	background: url(../img/titrePost.png) left center no-repeat;
	padding-left: 25px
}

.bkPostItem{
	background-color: white;
	border-radius:20px;
	width: 640px;
	margin: auto;
	margin-left: 230px;
	position: relative;
	padding: 20px;
	padding-bottom: 0;
	margin-bottom: 20px;
	border:1px solid #F17C0B;
}

.bkPostItem > .bkBase_co{
	height: 150px;
	overflow: hidden;
} 

.bkPostItem > .bkBase_ti a{
	background: url(../img/post.png) -58px top no-repeat;
	margin: 0;
	display: block;
	padding: 0;
	height: 150px;
	position: absolute;
	top: -5px;
	right: 0;
	left: -15px;
	padding-left: 35px;
	padding-top: 20px;
	z-index: 1;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.bkPostItem > .bkBase_ti a:hover{
	background-position: left top;
}

.postHead {
	position: absolute;
	bottom:0;
	height: 150px;
	width: 100%;
	left: 0;
	border-radius:20px;
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.postHead *{
	display: none;
}

#footerAnc{
	display: none;
}

#btnPrv, #btnNxt{
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	display: inline-block;
	width: 34px;
	height: 22px;
	background: url(../img/suiv.png) center center no-repeat;
	position: relative;
	left: 0;
}

#btnPrv *, #btnNxt *{
	display: none;
}

#btnPrv{
	background: url(../img/prec.png) center center no-repeat;
}

#btnPrv:hover{
	left: -10px;
}

#btnNxt:hover{
	left: 10px;
}