html
{
	font-family: arial, sans-serif;
	font-size: 15px;
	color: #000;
	background-color: #fff;
	background-image: url('bk.png');
}

body
{
	padding: 0;
	margin: 0;
}

/**************************************************/
#Page
{
	/*background: #0f0;*/
	background: transparent;
	width: 761px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
}

/* IE ne voit pas cela */
html body > #Page
{
	width: auto;
	max-width: 761px;
}

#Header
{
	background-image: url('page-header.png');
	background-repeat: no-repeat;
	height: 64px;
	padding-right: 24px;
}

#Header h1
{
	text-align: center;
	font-size: 2em;
	display: none;
	margin: 0;
}

#Header p
{
	text-align: right;
	font-size: 0.7em;
	font-style: italic;
	padding-top: 40px;
	margin: 0;
}


/**************************************************/
#Nav
{
	background-image: url('page-nav.png');
	background-repeat: no-repeat;
	margin: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 9px;
}

#Nav ul
{
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;

	background-image: url('menu-bottom.png');
	background-repeat: no-repeat;
	background-position: 11px bottom;

	padding-bottom: 4px;
	min-height: 20px;
}

#Nav ul li
{
	display: inline;
	list-style-type: none;
	list-style-image: none;
	padding-left: 0px;
	margin-left: 6px;
	margin-right: 6px;
}

#Nav ul li a
{
	color: #44c;
}

#Nav ul li a:hover
{
	color: #aae;
	text-decoration: none;
}

/*****************************/
#ContentFooter
{
	border: none; /* On évite une brèche avec des images hautes en bas de page */
	clear: both;
}

#Content
{
	background-image: url('page-content.png');
	background-repeat: repeat-y;
	margin: 0;
	border: none;
	padding-bottom: 1em;
	padding-left: 20px;
	padding-right: 29px;
	padding-top: 8px;
}

/*****************************/

#Footer
{
	background-image: url('page-footer.png');
	background-repeat: no-repeat;
	height: 70px;
	clear: both;
	font-size: 0.8em;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 28px;
}

#Footer p
{
	text-transform: lowercase;
	text-align: right;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-top: 4px;
}
/***************************************************************/

h1 {
	margin: 0;
}

h2 {
	font-size: 1.4em;
	text-align: center;
	background-color: #efeff2;
	margin: 0;
	padding: 0;
	color: #334;
	margin-bottom: 0.5em;
}

h2:before { content: ".: "; }
h2:after { content: " :."; }

h3 {
	font-size: 1.3em;
	text-align: left;
	font-weight: normal;
	margin-bottom: 1.0em;
	margin-top: 1.5em;
}

h4 {
	font-size: 1.1em;
	text-align: left;
	font-weight: bold;
}

a {
	color: #008;
	text-decoration: none;
	background-repeat: no-repeat;
}

a:hover {
	color: #00c;
	text-decoration: underline;
}

img {
	border: none;
	margin: 0;
	vertical-align: text-bottom;
}

abbr {
	cursor: help;
}

.Screenshot
{
	text-align: center;
}

p
{
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.2em;
	/*clear: both;*/
	text-align: justify;
}

/******************************/

sup
{
	font-size: 0.7em;
}

/*************************************/

#donation {
	text-align: center;
	margin-bottom: 10px;
}

.DLD {
	/*border: solid 1px red;*/
	float: left;
	margin: 0 40px 6px 40px;
	text-align: center;
	width: 270px;
}

.DLD_OS {
	text-align: center;
	margin: 0 0 6px 0;
}

#usagescreenshot {
	clear: both;
}

.DL
{
	font-size: 0.8em;
	margin-top: 0;
	margin-bottom: 0.5em;
	font-weight: normal;
	text-align: center;

	border: solid 1px #2a0;
	background: #6a4;
	background-image: url('dl-arrow.png');
	background-image: url('dl-arrow.png'), -moz-linear-gradient(#9d6, #362);
	background-image: url('dl-arrow.png'), -webkit-linear-gradient(#9d6, #362);
	background-repeat: no-repeat, repeat;
	background-position: 8px center;
	padding: 14px;
	padding-left: 30px;
	border-radius: 10px;
	display: inline-block;
}

.DL a
{
	color: #fff;
	font-size: 125%;
	display: block;
}

.DL .ProductName
{
	display: block;
}

.DL a span.ProductVer
{
	font-weight: normal;
	font-size: 70%;
	color: #cec;
}

.DL a span.ProductArcSize
{
	font-weight: normal;
	font-size: 70%;
	color: #cec;
}

.DL:hover
{
	background: #8c6;
	background-image: url('dl-arrow.png');
	background-image: url('dl-arrow.png'), -moz-linear-gradient(#9f6, #382);
	background-image: url('dl-arrow.png'), -webkit-linear-gradient(#9f6, #382);
	background-repeat: no-repeat, repeat;
	background-position: 8px center;
	text-decoration: none;
}

.DL a:hover
{
	text-decoration: none;
}

/***************************************************************/
.Day
{
	color: #000;
	margin-bottom: 1em;
	text-align: justify;
	clear: both;
	margin-bottom: 2em;
}

/* Les dates */
.Day h2
{
	margin: 0;
	padding: 0;
	color: #667;
	text-align: right;
	letter-spacing: 0.16em;
	font-style: italic;
	background-color: transparent;
}

.Day h3
{
	font-size: 140%;
	font-weight: normal;
	text-align: left;
	clear: both;
	margin-top: 1em;
	margin-bottom: 2em;
	letter-spacing: 0.1em;
}

.Day h3:before { content: "";}
.Day h3:after { content: "";}

.Day h4
{
	font-weight: bold;
	color: #554;
}

.Day p
{
	clear: none;
}

.Day img
{
	float: right;
	max-width: 750px;
	margin-left: 8px;
}

.Day img.ZoomMe
{
	max-width: 25%;
}

.Day img.ZoomMe:hover
{
	max-width: inherit;
}

/* Les images toutes seules dans un paragraphe */
.Day p.Picture
{
	text-align: center;
}

.Day p.Picture img
{
	float: none;
	display: inline;
}

.Day:after
{
	clear: both;
}

.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: #FFF3D6;
	font-size: 1em;
	font-family: serif;
	min-height: 6em;
	margin-bottom: 1.3em;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 1em;
	padding: 0 1em 0.2em 1em;
	border: solid 2px #aaa;
}

.FrenchTip h2
{
	float: left;
	text-align: left;
	font-size: 4em;
	width: 1.5ex;
	margin: 0.1ex;
	padding: 0px;
	font-style: italic;
	margin-right: 0.5ex;
	background: transparent;
}

.FrenchTip h2:before { content: ""; }
.FrenchTip h2:after { content: ""; }

.FrenchTip div
{
	margin-left: 7ex;
	line-height: 1.5em;
	padding: 0;
}

.FrenchTip p
{
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	clear: none;
}

.FrenchTip ul
{
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

.FrenchTip li
{
	margin-top: 0;
	margin-bottom: 0;
}

.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;
}

#Content li
{
	list-style: none;
	overflow: hidden;
	background: url('li.png');
	background-repeat: no-repeat;
	background-position: left 0.35em;
	padding-left: 18px;
	margin: 0.1em;
	margin-bottom: 0.4em;
}

dt
{
	background-image: url('li.png');
	background-repeat: no-repeat;
	background-position: left  50%;
	padding-left: 20px;
	margin-top: 1em;
}

blockquote.Mail
{
	font-family: monospace;
	font-size: 1em;
	color: #222;
	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 */
#MusicLinks
{
}

#WebStandardsLinks
{
}

#MiscLinks
{
}

/***************************************************************/
table#EditTopics
{
	border-collapse: collapse;
	background: #cce;
}

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: #07f;
}

form#EditTopic input
{
	background: #fff;
	color: #007;
	letter-spacing: inherit;
	font-size: inherit;
	letter-spacing: inherit;
	text-align: inherit;
	border: solid 1px #888;
	width: 710px;
}

form#EditTopic textarea
{
	font-family: monospace;
	font-size: 12px;
	background: #f7f7fa;
	padding: 2px;
	line-height: 1.6em;
	text-align: justify;
	border: solid 1px #888;
	width: 708px;
}

p.Submit
{
	text-align: right;
	padding-right: 76px;
}

form#EditTopic input[type="submit"]
{
	padding-left: 18px;
	padding-right: 18px;
}

form#EditTopic input[type="submit"]:hover
{
	background: #cfc;
	cursor: pointer;
}

/***************************************************************/
table#EditGfx
{
	border-collapse: collapse;
	background: #cce;
}

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: 740px;
}

#UploadGfx p:first-letter
{
	font-size: 1em;
	font-weight: normal;
}

/***************************************************************/
code {
	color: #666;
	font-size: 90%;
}

pre.CodeAscii {
	font-weight: bold;
	color: #020;
}

pre.Code, pre.CodeXml, pre.CodeIni, pre.CodeCpp, pre.CodeGeneric {
	background: #252823;
	border: dotted 2px #aa9;
	padding: 5px 3px 6px 5px;
	overflow: auto;
	font-size: 80%;
	white-space: pre;
	text-align: left;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 2em;
	color: #ccc;
}

pre.Code {
	color: #EFD39A;
}


pre.CodeCpp {
	font-size: 80%;
}

.CodeGroup {
	color: #d9d;
}

.CodeElement {
	color: #66D9EF;
	font-weight: normal;
}

.CodeXml .CodeElement {
	color: #c4c;
	font-weight: bold;
}

.CodeAttName {
	color: #bdb;
	font-weight: bold;
}

.CodeAttValue {
	color: #6cf;
	font-weight: normal;
}

.CodeComment {
	color: #757F5E;
}

.CodeString {
	color: #d77;
}

.CodePreprocessor {
	color: #b8e;
}

.CodeOp {
	color: #ffd;
}

/***************************************************************/
.Logo
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*******************************/
.PngoLogo
{
	float: left;
}

.PngoFeatures
{
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 120px;
}

/*******************************/

.DraftSymbol
{
	background-color: #4cf;
	color: #fff;
}

.ChangeLang {
	text-align: right;
	margin: 0;
}

.ExternalLink
{
	text-align: right;
}

/********************************/
.clear { clear: both; }
#usage-screenshot {
	//border: solid 1px #f70;
	overflow-x: scroll;
	width: 709px;
	height: 600px;
}

.po-screenshots {
	width: 1600px;
	display: table;
}

.po-screenshot {
	display: table-cell;
	width: 800px;
	padding-left: 50px;
	padding-right: 50px;
}

.submitbt {
	background-color: #584;
	border: solid 2px #7a6;
	color: #ded;
	padding: 9px;
	border-radius: 5px;
	float: right;
	font-size: 18px;
	margin-top: 20px;
	margin-right: 30px;
}

.submitbt:hover {
	background-color: #9c8;
	color: #fff;
}

.ppa {
	background-color: #445;
	padding: 4px;
	padding-left: 12px;
	margin: 0;
	margin-left: 20px;
	margin-right: 20px;
}

.ppa code {
	color: #eec;
}
