<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* *********************************************************
	Basic HTML selectors
*/
body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	background-color:#f0eeeb;
}
table p {
	margin:0px;
}
h1, h2, h3,h4,h5,h6{
	color:#74515F;
}
h1, h2, h3{
	margin: 0.5em 0px 0.2em 0px;
}
a{
	color:#74515F;
	text-decoration: none;
}
a:hover{
	color:#967381;
	text-decoration: underline;
}
ul{
	list-style-image:url(../img/co/bullet.gif)
}
table {
	border-collapse:separate;
	border-spacing:10px 5px;
}
q:before, 
q:after {
	content: "";
}
h1 {
	font-size:2em;
	font-weight:bold;
	margin:0.67em 0;
}
h2 {
	font-size:1.5em;
	font-weight:bold;
	margin:0.83em 0;
}
h3 {
	font-size:1.17em;
	font-weight:bold;
	margin:1em 0;
}
h4 {
	font-weight:bold;
	margin:1.33em 0;
}
h5 {
	font-size:0.83em;
	font-weight:bold;
	margin:1.67em 0;
}
h6 {
	font-size:0.67em;
	font-weight:bold;
	margin:2.33em 0;
}

/* *********************************************************
	Utilities
*/
.hidden{
	position: absolute;
	width:1px;
	height:1px;
	visibility: hidden;
	top:-10000px;
	left:-10000px;
}

/* *********************************************************
	Slideshow slide page styles
*/
div#tplPge{
	position: absolute;
	width:100%;
	height:100%;
}
div#tplSld{
	position: absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:45px;
	overflow-y: auto;
	overflow-x:hidden;
	font-size: 1.2em;
	border:11px solid #e0dcd8;
	background-color:#FFFFFF;
	padding-left:5px;
}
div#tplNav{
	bottom:0px;
	left:0px;
	width:100%; 
	height: 35px;
	position: absolute;
}
#btnPrv,
#btnNxt,
#btnRoot{
	position: absolute;
	width:30px;
	height:30px;
	top: 0px;
	background-repeat: no-repeat;
}
#btnPrv{
	right: 60px;
	background-image: url(../img/nav/btnPrv.gif);
}
#btnPrv:hover{
	background-image: url(../img/nav/btnPrvOvr.gif);
}
#btnNxt{
	right: 15px;
	background-image: url(../img/nav/btnNxt.gif);
}
#btnNxt:hover{
	background-image: url(../img/nav/btnNxtOvr.gif);
}
#btnRoot{
	left: 15px;
	background-image: url(../img/nav/btnRoot.gif);
	z-index: 2;
	
}
#btnRoot:hover{
	background-image: url(../img/nav/btnRootOvr.gif);
}
#btnPrv span,
#btnNxt span,
#btnRoot span{
	display: none;
}
span.outNav_i{
	display: none;
}
span.sw_stack{
	position: absolute;
	display: block;
	top: 10px;
	left: 0px;
	height:1.5em;
	overflow: hidden;
	color:#74515F;
	font-size: 0.8em;
	padding-left:60px;
	padding-right:120px;
}
div.imgOthers{
	display: none;
}

/* *********************************************************
	Content styles
*/
.partBk .slideBk_ti{
	text-align: center;
	margin-top:3em;
	font-size: 3em;
}
.resFra{
	margin:0px auto;
	position: relative;
	padding-top: 15px;
}
.objInFlow{
	text-align:center;
}
.imgInFlow{
	text-align:center;
}
.imgInline img,
.objInline object {
	vertical-align: middle;
}
.txt_tb{
	margin:auto;
	border:0.2em solid #74515F;
	background-color: white;
}
.txt_tb caption{
	color: #737373;
	font-style: italic;
}
.txt_tb td,
.txt_tb th{
	border:0.1em solid #967381;
}
.txt_tb thead{
	border-bottom:0.2em solid #74515F;
}
.txt_tb tfoot{
	border-top:0.2em solid #74515F;
}
.txt_tb p{
	margin: 1px 0;
}
.txt_t_tbcl,
.txt_t_tbtr{
	background-color:#f0eeeb;
}
.txt_n_tbtd p{
	text-align: right;
}
.txt_w_tbtd p{
	text-align: center;
}
.txt_emphasis_is,
.txt_quote_ph,
.txt_special_ph{
	color:#74515F;
}
.resInFlow{
	text-align: center;
}
.caption,
.resInFlow_ti,
.webCap_ti {
	color: #737373;
	font-style: italic;
	text-align: center;
}
.webCap_co{
	text-align: center;
}
.bkBase{
	margin: 0 0 4em 0;
}
.bkEmphasis{
	border-left: 0.2em solid  #74515F;
	background: #f0eeeb;
}
.bkEmphasis .bkBase_ti,
.bkEmphasis .bkBase_co {
	padding: 0 0.5em;
}
.bkExtra{
	border-left: 0.2em solid gray;
}
.bkExtra .bkBase_ti,
.bkExtra .bkBase_co {
	padding: 0 0 0 0.5em;
}
.bkExtra .bkBase_ti {
	color: #737373;
}
.bkExtra .bkBase_co {
	color: #565656;
}
.docSrc{
	padding-left: 1em;
}
/* ---------- binary files lnks ---------- */
.lnkBin{
	padding-left: 30px;
	background-position: center left;
	background-repeat: no-repeat;
}
.lnkBinDoc {
	background-image: url("../img/files/doc.png");
}
.lnkBinFlv {
	background-image: url("../img/files/flv.png");
}
.lnkBinMp3 {
	background-image: url("../img/files/mp3.png");
}
.lnkBinOdg {
	background-image: url("../img/files/odg.png");
}
.lnkBinOdp {
	background-image: url("../img/files/odp.png");
}
.lnkBinOds {
	background-image: url("../img/files/ods.png");
}
.lnkBinOdt {
	background-image: url("../img/files/odt.png");
}
.lnkBinPdf {
	background-image: url("../img/files/pdf.png");
}
.lnkBinPpt {
	background-image: url("../img/files/ppt.png");
}
.lnkBinRtf {
	background-image: url("../img/files/rtf.png");
}
.lnkBinSwf {
	background-image: url("../img/files/swf.png");
}
.lnkBinXls {
	background-image: url("../img/files/xls.png");
}
.lnkBinZip {
	background-image: url("../img/files/zip.png");
}
.embedObj {
	max-width: 1000px;
	max-height: 800px;
}
.infoVideo,
.infoAudio{
	font-style:italic;
	color:#666666;
}
.infoVideo p,
.infoAudio p{
	text-align:center;
}

/* ---------- metas d'un post de blog ---------- */
div.postMeta {
	font-size:80%;
	color:#5D5D5D;
}

/* === ConceptTree ========================================================== */
a.nodeTi{
	font-size:1.5em;
}
.nodeLbl{
	border:0.2em solid gray;
	background-color:white;
}
.nodeType_imp{
	border: 0.2em solid #74515F;
}
div.nodeDesc{
	font-style:italic;
}
</pre></body></html>