/*
This style sheet's purpose is to format the French translation of the Linux Gazette published
on http://www.traduc.org. The HTML articles are generated from docbook documents converted
to HTML with the gazette.xsl style sheet.

Last modification of this file: 2011-02-06
*/

body {
	/*font-family:times new roman,serif;*/
	font-family:verdana,arial,helvetica,sans-serif;
}

div.article > div.titlepage {
	border-bottom:2px solid black;
	font-size:90%;
	padding:1em;
	margin-bottom:0.5em;
}

div.article > div.titlepage h2 {
	text-align:center;
	font-size:200%;
	padding:0.5em 2em;
	margin:0px;
}

#topnavbar {
	font-family:sans-serif;
	font-size:0.8em;
	width:100%;
	background-color:#D6E4F9;
	line-height:1.1em;
	margin:-1px 0 0;
	padding:2px 8px;
	border-bottom:1px solid #4D7DA9;
	border-top:1px solid #4D7DA9;
}

#topnavbar ul {
	margin:0px;
	padding:2px;
}

#topnavbar li {
	display:inline;
	margin:4px 6px;
	padding:0;
}

#topnavbar a {
	color:#0044B3;
	text-decoration:none;
}

#topnavbar a:hover {
	color:green;
	text-decoration:underline;
}

div.titlepage h3.subtitle {
	font-size:90%;
	margin:0px;
	text-align:center;
}

div.titlepage div.author h3 {
	margin-bottom:0px;
}

div.titlepage div.othercredit h3 {
	margin-bottom:0px;
}

div.titlepage div.author code.email {
	margin-left:3em;
}

div.titlepage div.othercredit span.contrib {
	margin-left:3em;
}

div.titlepage hr {
	display:none;
}


div.toc {
	border:1px solid black;
	background-color:#E9E6B7;
	padding:5px;
	margin:0px 1em 1em 1em;
}

div.toc p:first-child {
	margin:0px;
	text-decoration:underline;
}


div.legalnotice {
	font-style:italic;
}

#authorbiblio {
	border-top:2px solid black;
	font-size:small;
}

#authorbiblio > div {
	margin-left:1em;
	margin-right:1em;
}

#authorbiblio h2 {
        margin-top:0.5em;
	margin-bottom:0.5em;
}

div.colophon {
	border-top:2px solid black;
	font-size:x-small;
}

.authorblurb span.title {
	font-weight:bold;
}


div.blockquote {
	background-color:#EEE;
	clear:both;
}

pre.programlisting {
	border:1px solid black;
	background-color:#F4F1BF;
	font-size:95%;
	padding:10px;
	clear:both;
}

.literallayout {
	border:1px solid black;
	background-color:#F4F1BF;
	font-size:95%;
	padding:5px;
	clear:both;
}

.literallayout p {
	margin-top:3px;
	margin-bottom:5px;
}

.blockquote .literallayout {
	border:none;
	background-color:inherit;
}

div.sidebar {
	color:#090;
	font-style:italic;
}

div.footnotes {
	/*border-top:2px solid black;*/
	margin:2em 3em;
	font-size:small;
}

div.footnotes > br {
	display:none;
}

div.footnotes > hr {
	display:none;
}

div.table-contents table {
	border-collapse:collapse;
	border:2px solid black;
}

div.table-contents table td {
	padding:2px;
}

div.table-contents table th {
	padding:2px;
	background-color:#CCC;
}

div.table .title {
	margin-bottom:0.4em;
}

pre.screen {
	color:#FFF;
	background-color:#000;
	font-size:95%;
	padding:10px;
}

pre.screen .prompt {
	color:#AAF;
}

code.option {
	font-style:normal;
	font-weight:bold;
}

em.parameter code {
	font-style:normal;
	font-weight:bold;
}

pre.screen code.filename {
	font-weight:bold;
}

div.note {
	border-left:2px solid black;
	padding-left:4px;
}

.figure-float {
	clear:both;
}

br.example-break {
	display:none;
}

span.deleted {
        text-decoration:line-through;
}

.application {
	font-style:italic;
}

table.simplelist {
	margin-left:2em;
	border-collapse:collapse;
}

table.simplelist td+td {
	padding-left:1em;
}

ol.orderedlist li>p {
	margin:5px 0px;
}

ul.itemizedlist li>p {
	margin:5px 0px;
}

div.figure-float {
	padding-right:10px;
	padding-left:10px;
}

dt {
	font-weight:bold;
}

dd + dt {
	margin-top:0.6em;
}

.command .keycap {
	font-weight:normal;
	font-style:oblique;
	margin-left:0.2em;
	margin-right:0.2em;
}

.command .keycap:before {
	font-weight:normal;
	font-style:oblique;
	content:"<";
}

.command .keycap:after {
	font-weight:normal;
	font-style:oblique;
	content:">";
}

span.guimenu, span.guisubmenu, span.guimenuitem, span.guibutton {
	font-weight:bold;
	font-style:oblique;
}

