
a:hover { background: #A8A8A8; }


code, pre{
	font-family: monospace;
	font-size: 1.2em;
}

pre.wiki{
	border: 1px solid #BBB;
	background: #DDD;
	margin: 1em;
	padding: 1em;
	overflow: auto;
}

blockquote.wiki{
	border-left: 5px solid #D3BDBD;
	margin: 1em;
	padding: 1em;
}

p{
}

li.wiki_list {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

/*table{
	border-collapse: collapse;
}

td, th{
	border: 1px solid #000;
}*/

dt
{
    margin-top: 0.5em;
}

q::before{
	content: "\ab\a0";
}
q::after{
	content: "\a0\bb";
}
/*
q[lang]::after{
	content: "\a0\bb\a0[" attr(lang) "]";
}
*/

/*
a[hreflang]::after{
	content: "\a0[" attr(hreflang) "]";
}
*/

.wiki_paragraph {
  text-align: justify;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.wiki_indent{
	text-indent: 3em;
}
.wiki_center{
	text-align: center;
}
.wiki_right{
	text-align: right;
}
.wiki_image_L{
	float:left; margin: 0.5em 1em 1em 0.5em;
}
.wiki_image_R{
	float:right; margin: 0.5em 0.5em 1em 1em;
}
.wiki_image_C{
	position: relative;
	display: block;
	margin: 0.5em auto;
	text-align: center;
}
.wiki_inline_image{
	display: inline;
}
.wiki_inline_image img{
	border: none;
}
.wiki_image_legende{
	font-size: 85%;
	text-align: center;
}
.wiki_image_legende .wiki_paragraph{
	margin: 0;
	text-align: center;
}
.wiki_message {
	font-weight: bold;
	color: #D00000;
}

/* Titre
************************************************************/
#Logo
{
    color: #B95F5F;
    font-weight: bold;
    margin-top: 0.25em;
    margin-bottom: 0.75em;
}

.CommandesWiki {
	border: 1px solid #B95F5F;
	-moz-border-radius: 10px;
	padding: 0.5em;
}

/* Barre d'outils
************************************************************/
#UtilsSeparator
{
	display: none;
}

#Utils{
  font-size: 90%;
}

/* Contenu
************************************************************/
#Content, #Subject
{
	color: #000;
	border: 1px solid #B95F5F;
	-moz-border-radius: 10px;
	padding: 1em;
	margin-top: 0em;
	margin-bottom: 1em;
}

.wiki_page_reference
{
	color: #B95F5F;
	border-top: 1px solid #B95F5F;
	border-left: 1px solid #B95F5F;
	border-right: 1px solid #B95F5F;
	border-bottom: none;
	padding: 0.3em;
	margin-bottom: 0em;
	font-size:75%;
	float:right;
	margin-right:2em;
}

#Content.Preview, #Subject.Preview{
	background: #D6D6D6;
}

/* Edit Mode
************************************************************/

#Wiki{
}

textarea.wiki, select.wiki {
	width: 100%;
	font-size: 90%;
}
.input {
	font-size: 90%;
}
.input_titre {
	width:75%;
}

#Rules
{
	border-top: 1px solid #999;
	padding: 1em;
	font-size: 90%;
}

#Rules dt
{
    margin-top: 1em;
}
#Rules dt, #Rules dt code
{
    color: #191;
}

.footnotes { margin-top: 2em; padding: 0em; }
.footnotes_title { margin: 0em; text-indent: 0em; } 

/* Footer
************************************************************/
#footer{
	text-align: center;
	font-weight: bold;
	color: #AAA;
}

table.mentions_livre {
	border: 0px;
	margin-bottom:0.5em;
}
td.mentions_livre, th.mentions_livre {
	border: 0px;
	padding: 3pt;
}

.livre_fiche_couverture, .livre_fiche_commande{
  float: right;
  text-align: center;
  margin-right: 1em;
  margin-bottom: 1em;
}

td.wiki_code_exemple {
  white-space: pre;
  font-family: monospace; 
  font-size: 1.2em;
  border: solid 1px #BBB;
  background: #DDD;
  padding: 0.5em;
}

table.wiki_exemple {
  border-collapse: separate;
  border-spacing:  1em;
}

td.wiki_exemple {
  border: solid 1px #BBB;
  padding: 0.5em;
}

td.wiki_exemple_titre {
  border: none;
}

.forum_messsage_preview { padding: 1em; border: 1px solid #B95F5F; -moz-border-radius: 10px; margin-bottom: 1em; }

.wikiinlineimage { display: inline; }
.wiki_unsecure_html { border: solid 1px black; padding: 3px; margin: 3px; background: #D3BDBD; }

a:hover { background: #A8A8A8; }

blockquote.wiki{
	border-left: 5px solid #E1E1E1;
}

#Content.Preview{
	background: #D6D6D6;
}

td.wiki_code_exemple {
  background: #D6D6D6;
}

