html
{
	font-family: arial, sans-serif;
	font-size: 90%;
	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;
}

h4
{
	font-size: 1.1em;
	text-align: left;
	font-weight: bold;
}

a
{
	color: #007;
	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;
}

/*************************************/
.Dl 
{
	margin-top: 3em;
	margin-bottom: 30px;
	font-weight: normal;
	text-align: center;
}

.Dl a
{
	background: #be8;
	border: solid 2px #2a0;
	padding: 12px;
	color: #060;
	font-weight: bold;
	font-size: 120%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}


.Dl a span
{
	font-weight: normal;
	font-size: 70%;
}

.Dl a:hover
{
	text-decoration: none;
	background: #cf9;
	color: #080;
}

/***************************************************************/
.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;
}

li
{
	list-style: square;
	list-style-image: url('li.png');
	margin: 0.1em;
	margin-bottom: 0.4em;
}

dt
{
	background-image: url('li.png');
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left  50%;
	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;
}

form#EditTopic textarea
{
	font-family: monospace;
	font-size: 12px;
	background: #f7f7fa;
	padding: 2px;
	line-height: 1.6em;
	text-align: justify;
	border: solid 1px #888;
}

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;
}

/***************************************************************/
pre.CodeAscii
{
	font-weight: bold;
	color: #020;
}
pre.CodeXml, pre.CodeIni, pre.CodeCpp, pre.CodeGeneric
{
	background: #fff;
	border: dotted 1px #888;
	padding: 2px 3px 3px 5px;
	overflow: auto;
	font-size: 95%;
	white-space: pre;
	text-align: left;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 2em;
}

.CodeGroup
{
	color: #808;
}

.CodeElement
{
	color: #00f;
	font-weight: normal;
}

.CodeXml .CodeElement
{
	color: #808;
	font-weight: bold;
}

.CodeAttName
{
	color: #000;
	font-weight: bold;
}

.CodeAttValue
{
	color: #00f;
	font-weight: normal;
}

.CodeComment
{
	color: #080;
}

.CodeString
{
	color: #a00;
}

/***************************************************************/
.Logo
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*******************************/
.PngoLogo
{
	float: left;
	margin-right: 30px;
}

 .PngoFeatures
 {
	padding-top: 8px;
	padding-bottom: 8px;
 }

/*******************************/

.DraftSymbol
{
	background-color: #4cf;
	color: #fff;
}

.ChangeLang
{
	text-align: right;
}
