html
{
	font-family: sans-serif;
	color: #000;
	background-attachment: fixed;
	background-image: url('bk.png');
	background-position: top left;
	background-repeat: no-repeat;

	background-color: #FFB21F;
	padding-top: 1px;
	margin-top: 0px;
}

body
{
	padding: 0px;
	margin: 0px;
}

#Header
{
	position: absolute;
	top: 12px;
	left: 0px;
	width: 100%;
	height: 48px;
	padding: 0px;
	z-index: 2;
	background-image: url('trans-white.png');
	background-repeat: repeat;
}

#Header h1
{
	background-image: url('title.png');
	background-repeat: no-repeat;
	background-position: 180px 0px;
	padding: 0;
	margin: 0;
	height: 42px;
	/* On cache le texte */
	text-indent: -3000px; /* Ça ça fonctionne bien sous IE. Pas d'em en raison d'un bug sous Safari */
	font-size: 0px; /* Ça ça fonctionne bien sous Gecko */
}

#Header p
{
	display: none;
}

#Nav
{
	position: absolute;
	top: 0px;
	left: 14px;
	background-image: url('trans-white.png');
	background-repeat: repeat;
	width: 166px;
	height: 100%;
	padding: 0;
	padding-top: 80px;
	font-size: 1em;
}

/* IE ne voit pas cela */
html body > #Page #Nav
{
	position: fixed;
}

#Nav ul
{
	padding: 0;
	margin: 0px;
}

#Nav ul li
{
	list-style-type: none;
	list-style-image: none;
	padding-left: 0px;
	margin-left: 0px;
}

#Nav ul li a
{
	display: block;
	background-repeat: no-repeat;
	/*background-position: 0px 0px;*/
	padding: 0px;
	margin: 0px;
	width: 166px;
	height: 24px;

	/* On cache le texte */
	text-indent: -3000px; /* Ça ça fonctionne bien sous IE. Pas d'em en raison d'un bug sous Safari */
	font-size: 0px; /* Ça ça fonctionne bien sous Gecko */
	text-decoration: none; /* Gecko suite */

	background-image: url('buttons.png');
}

#NavBlog a     { background-position: 0px 0px; }
#NavArchives a { background-position: 0px -30px; }
#NavSoftware a { background-position: 0px -60px; }
#NavAttic a    { background-position: 0px -90px; }
#NavLinks a    { background-position: 0px -120px; }
#NavRss a      { background-position: 0px -150px; }

#NavBlog a:hover     { background-position: 0px -180px; }
#NavArchives a:hover { background-position: 0px -210px; }
#NavSoftware a:hover { background-position: 0px -240px; }
#NavAttic a:hover    { background-position: 0px -270px; }
#NavLinks a:hover    { background-position: 0px -300px; }
#NavRss a:hover      { background-position: 0px -330px; }

#Content
{
	margin-top: 80px;
	margin-left: 190px;
}

#ContentFooter
{
	border: none; /* On évite une brèche avec des images hautes en bas de page */
	clear: both;
}

#Footer
{
	background-image: url('trans-white.png');
	background-repeat: repeat;

	clear: both;
	font-size: 0.7em;
	padding-top: 3px;
	padding-left: 200px;
	margin-bottom: 12px;
}
/***************************************************************/

h2
{
	font-size: 1.3em;
	text-align: left;
	background-image: url('trans-white.png');
	background-repeat: repeat;
}

h2:before { content: ".: "; }
h2:after { content: " :."; }

h3
{
	font-size: 1.2em;
	text-align: center;
}

h4
{
	font-size: 1.1em;
	text-align: left;
	font-weight: bold;
}

a
{
	color: #940000;
	text-decoration: none;
	background-repeat: no-repeat;
}

a:hover
{
	color: #ee775B;
	text-decoration: underline;
}

img
{
	border: none;
	margin: 0;
	vertical-align: text-bottom;
}

abbr
{
	cursor: help;
}

.Screenshot
{
	text-align: center;
}

p { margin: 0px; margin-bottom: 1em; }

p:first-letter
{
	font-size: 1.2em;
	font-weight: 800;
}

p[lang="en"]
{
	color: #008;
}

sup
{
	font-size: 0.7em;
}

p.Dl:first-letter
{
	font-size: 1.0em;
	font-weight: normal;
}
.Dl a
{
	background: #FFDF70;
	border: outset 1px #cac;
	padding: 3px;
}

.Dl a:hover
{
	text-decoration: none;
	background: #FFEFB6;
}

/***************************************************************/
.Day
{
	background-color: #FFD178;
	background-image: url('news-top.png');
	background-repeat: repeat-x;
	color: #000;
	border: 2px solid #FF8400;
	max-width: 46em;
	padding-left: 1em;
	padding-right: 1em;
	margin-bottom: 1em;
	text-align: justify;
	clear: both;
}

/* Les dates */
.Day h2
{
	background-image: url('');
	background-color: #00000;
	margin: 0px;
	color: #FEEFD1;
	text-align: left;
	width: 8em;
	padding: 0px;
}

.Day h2:before { content: "* ";}
.Day h2:after { content: "";}

.Day h3
{
	font-weight: 400;
	text-align: left;
	border-top: solid 1px #FF8400;
	border-left: solid 1px #FF8400;
	clear: both;
}

.Day h3:before { content: "";}
.Day h3:after { content: "";}

.Day img
{
	float: right;
	max-width: 40em;
	margin-left: 8px;
}

.Day img.ZoomMe
{
	max-width: 25%;
}

.Day img.ZoomMe:hover
{
	max-width: inherit;
}

.KillFloat
{
	clear: both;
}

a.pdf:after
{
	font-size: 0.6em;
	content: " [PDF]";
}

a.swf:after
{
	font-size: 0.6em;
	content: " [SWF]";
}

p.Note
{
	font-size: 0.8em;
	color: #888;
}

/***************************************************************/
.LangueFr
{
	border: 1px solid #888;
	background: #FFE7B8;
	padding-bottom: 1em;
	padding-right: 1ex;
}

.LangueFr dt
{
	text-align: center;
	font-size: 2em;
}

.LangueFr dd
{
	text-align: right;
}

/***************************************************************/
.SmallTip
{
	background-image: url('small-tip.png');
	background-repeat: repeat-x;
	background-color: #FFE7B8;
	background-position: top left;
	font-size: 0.8em;
	border: dashed 1px #000;
	padding-top: 10px;
	margin: 1em;
}

.SmallTip p:first-letter
{
	font-weight: normal;
	border: none;
	border: none;
	padding-left: 0px;
}

.SmallTip p
{
	margin: 4px;
}

/***************************************************************/
.FrenchTip
{
	background-image: url('cell2.png');
	background-repeat: repeat-x;
	background-color: #FFEEC5;
	font-size: 1em;
	font-family: serif;
	max-width: 45em;
	min-height: 6em;
	margin-bottom: 1em;
	padding: 0 1em 0.2em 1em;
	border: solid 2px #DC8527;
}

.FrenchTip div
{
	margin-left: 5.5ex;
}

.FrenchTip p
{
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}

.FrenchTip ul
{
	margin-bottom: 0;
}

.FrenchTip li
{
	margin-top: 0;
	margin-bottom: 0;
}

.FrenchTip h2
{
	float: left;
	text-align: left;
	font-size: 4em;
	width: 1ex;
	margin: 0;
	padding: 0px;
	font-style: italic;
	margin-right: 0.5ex;
	background: transparent;
}

.FrenchTip h2:before { content: ""; }
.FrenchTip h2:after { content: ""; }

.FrenchTip blockquote
{
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 0.2em;
}

.FrenchTip blockquote p:before { content: "\2192 "; font-style: normal; }

.FrenchTip blockquote em
{
	text-decoration: underline;
}
.FrenchTip .Greetings
{
	text-align: right;
}


/***************************************************************/

/***************************************************************/
ul
{
	padding: 0px;
	margin: 0px;
	margin-left: 2em;
	margin-bottom: 1em;
}

li
{
	list-style: square;
	list-style-image: url('li.png');
	margin: 0.1em;
	margin-bottom: 0.1em;
}

blockquote.Mail
{
	font-family: monospace;
	font-size: 0.8em;
	margin-left: 1em;
	border-left: solid 2px #b5b3c2;
	padding-left: 4px;
	white-space: pre;
}

pre.Routine
{
	background: #ffe0b0;
	border: 1px solid #eec23F;
	font-size: 0.8em;
	padding-left: 1em;
}
/***************************************************************/
/* Page des liens */
#PsytranceLinks
{
}

#WebStandardsLinks
{
}

#MiscLinks
{
}

/***************************************************************/
table#EditTopics
{
	border-collapse: collapse;
	background: #fc7;
}

table#EditTopics td, th
{
	border: solid 1px #000;
	padding: 0 1em 0 1em;
}

table#EditTopics td.IdAr
{
	text-align: center;
	padding: 0;
	font-size: 1.2em;
}

table#EditTopics td.Del
{
	text-align: center;
	padding: 0;
	font-size: 1.5em;
}

table#EditTopics a
{
	display: block;
}

table#EditTopics a:hover
{
	background: #f70;
}

form#EditTopic input
{
	background: #FFD178;
	border: solid 1px #FF8400;
	font-weight: 400;
	text-align: left;
	font-size: 1.2em;
	padding-left: 4px;
	padding-bottom: 2px;
	color: #940000;
}

form#EditTopic textarea
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	background: #FFD178;
	border: solid 2px #FF8400;
	padding: 1em;
	line-height: 1.6em;
	text-align: justify;
}
/***************************************************************/
table#EditGfx
{
	border-collapse: collapse;
	background: #fc7;
}

table#EditGfx td, th
{
	border: solid 1px #000;
	padding: 0 1em 0 1em;
}

table#EditGfx img
{
	max-width: 80px;
	float: left;
}

#UploadGfx
{
	text-align: center;
}

#UploadGfx img
{
	max-width: 40em;
}

#UploadGfx p:first-letter
{
	font-size: 1em;
	font-weight: normal;
}

/***************************************************************/
pre.CodeAscii
{
	font-weight: bold;
	color: #020;
}
pre.CodeXml, pre.CodeIni, pre.CodeCpp, pre.CodeGeneric
{
	background: #ffe;
	border: solid 1px #da6;
	padding: 2px 5px 2px 1em;
	overflow: auto;
	font-size: 0.85em;
	white-space: pre;
	text-align: left;
}

.CodeGroup
{
	color: #808;
}

.CodeElement
{
	color: #00f;
	font-weight: bold;
}

.CodeAttName
{
	color: #000;
	font-weight: bold;
}

.CodeAttValue
{
	color: #f00;
	font-weight: normal;
}

.CodeComment
{
	color: #080;
}

/***************************************************************/

.PngoLogo
{
	float: left;
	margin-right: 30px;
}

 .PngoFeatures
 {
	padding-top: 8px;
	padding-bottom: 8px;
 }

