ul, ol, pre, dl, p { margin-top:0px; margin-bottom:0px; }

code.escaped { white-space: nowrap; }
.vspace { margin-top:1.33em; }
.indent { margin-left:40px; }
.outdent { margin-left:40px; text-indent:-40px; }
a.createlinktext { text-decoration:none; border-bottom:1px dotted gray; }
a.createlink { text-decoration:none; position:relative; top:-0.5em;
    font-weight:bold; font-size:smaller; border-bottom:none; }
img { border:0px; }
  
p.question { margin-top: 2.0em; }
p.question:first-letter {
    float: left;
    font-family: Old English, Georgia, serif;
    color: #777777;
    font-size: 200%;
    line-height: 1.0em;
    margin-right: 0.2em;
}li.browse b { font-weight: normal; }
#references span.citedit { float: right; width: 2.1em; text-align: right;
     font-size: smaller; }
#references a { text-decoration:none; color:#5f5f30; }
#references a:hover { border-bottom: 1px solid; color:blue; }
p.reference { margin-top: 1.5em; font-weight: bold; }
p.citation  { margin-top: 0.3em; margin-left: 40px; text-indent:-40px; }
span.anchor {
	float: left;
	font-size: 10px;
	margin-left: -10px;
	width: 10px;
    position:relative; top:-0.1em;
	text-align: center;
}
span.anchor a { text-decoration: none; }
span.anchor a:hover { text-decoration: underline; }
ol.toc { text-indent:-25px; list-style: none; margin-bottom:5px; }
ol ol.toc { margin-left:-24px; text-indent:-24px; }
div.tocfloat { font-size: smaller; margin-bottom: 10px;
    border-top: 1px dotted #555555; border-bottom: 1px dotted #555555;
    padding-top: 5px; 
    width: 38%; float: right; margin-left: 10px; clear: right;
    margin-right:-21px; padding-right: 13px; padding-left: 13px;
    background-color: #eeeeee; }
div.toc { font-size: smaller; 
    border: 1px dotted #cccccc;
    background: #f7f7f7;
    margin-bottom: 10px; }
div.toc p { background-color: #f9f6d6;
padding: 5px;
    border-bottom:  1px dotted #cccccc; }
form.pdf2you { float: right; margin-left:5px; }
#wikitext a.pdf2you:hover { border-bottom-style: none; }
dl.fplbygroup dd { margin-bottom: 0; }
input.dictcheckbox { margin-left:0px; }
form.publish, dl.publish, input.publish { margin-left: 40px; margin-top: 10px; }
dl.publish dd { margin-bottom: 0; }
table th.prompt { text-align: right; vertical-align: top; font-size: smaller; 
	width:20%; color: #333333;
}
table th.divide { text-align:left; padding-top:0.75em; }
table td.note { font-size: smaller; color: #333333; padding-bottom:1.0em; }
span.prompt { cursor: help; }
table.wikilist { font-size: smaller; 
    border: 1px solid #600;
    border-collapse: collapse;
}
table.wikilist th { background-color: #eeeeee; padding: 2px; 
    border: 1px dotted #600;
}
table.wikilist td { vertical-align: top; padding: 2px; 
    border: 1px dotted #600;
}.editconflict { color:green; 
  font-style:italic; margin-top:1.33em; margin-bottom:1.33em; }

  table.markup { border:2px dotted #ccf; width:90%; }
  td.markup1, td.markup2 { padding-left:10px; padding-right:10px; }
  table.vert td.markup1 { border-bottom:1px solid #ccf; }
  table.horiz td.markup1 { width:23em; border-right:1px solid #ccf; }
  table.markup caption { text-align:left; }
  div.faq p, div.faq pre { margin-left:2em; }
  div.faq p.question { margin:1em 0 0.75em 0; font-weight:bold; }
  div.faqtoc div.faq * { display:none; }
  div.faqtoc div.faq p.question 
    { display:block; font-weight:normal; margin:0.5em 0 0.5em 20px; line-height:normal; }
  div.faqtoc div.faq p.question * { display:inline; }
   
    .frame 
      { border:1px solid #cccccc; padding:4px; background-color:#f9f9f9; }
    .lfloat { float:left; margin-right:0.5em; }
    .rfloat { float:right; margin-left:0.5em; }
a.varlink { text-decoration:none; }


/***********************************************************************
** pmwiki.css
**  Copyright 2004-2006 Patrick R. Michaud (pmichaud@pobox.com)
**  Copyright 2006 Hagan Fox
**  This file is part of PmWiki; you can redistribute it and/or modify
**  it under the terms of the GNU General Public License as published
**  by the Free Software Foundation; either version 2 of the License, or
**  (at your option) any later version.  See pmwiki.php for full details.
***********************************************************************/

/* This sets the overall frame for the site */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #000000;
	margin: 0;
	padding: 0;
}

/* These control the fixed-width text elements of the page */
textarea, pre, code { font-size:0.9em; }
pre, code { font-family: Verdana, Arial, Helvetica, sans-serif; }
pre { line-height:1.2em; }
pre code, code code, pre pre { font-size:100%; }

/* These primarily adjust the size and spacing of heading elements,
** most browsers have atrocious defaults for these. */
h1, h2, h3, h4, h5, h6 { margin-top:1.0em; margin-bottom:0.6em; }
h1, h2, h3, h6 { font-weight:normal; }
h4, h5 { font-weight:bold; }
h1 code, h2 code, h3 code, h4 code { font-size:1em; }
h1 { font-size:1.88em;color:#333333;}
h2 { font-size:1.44em;color:#333333;}
h3 { font-size:1.22em; }
h4 { font-size:1.07em; }
h5 { font-size:1.0em; }
h6 { font-size:1.0em; }

/* The #wikilogo element is the logo from $PageLogoFmt */
#wikilogo { margin-top:4px; padding:6px; border-bottom:1px #cccccc solid; }

/* This controls the rest of the heading (primarily the search box) */
#wikihead {
	background-color: #a6caf0;
	margin: 0;
	padding: 0;
	height: 152px;
	min-width: 400px;
	background-image: url('sec.png');
	background-position: top right;
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	left: 0;
	top: 4px;
}

#logoTeam {
	position: absolute;
	left: 170px;
	top: 4px;
}

#logo img {
	border:0;
	padding:0;
}

#band {
	position: absolute;
	top: 122px;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 30px;
	background-color : #006699;
}



/* These are for the left-sidebar. */
#wikileft { 
  width:156px; 
  padding:6px; border-right:4px #ffcc33 solid; 
  line-height:1.33em;
  font-size:9.4pt; font-family:Verdana,sans-serif;
}
#wikileft .vspace { margin-top:1.125em; }
#wikileft a { text-decoration:none; color:#006699;font-weight:bold; }
#wikileft a:hover { text-decoration:none; color:black;font-weight:bold; }
#wikileft ul { list-style:none; padding:0px; margin-top:20px;border-top:2px #ffcc33 solid;  }
#wikileft li { margin:0px; padding-left: 6px; padding-top: 2px;padding-bottom:2px;border-top:1px #ffcc33 solid; }
/* The "#wikileft h1" and "#wikileft h5" settings are for
** backwards compatibility with previous releases of PmWiki.
** They are deprecated (replaced with the .sidehead class),
** and may be removed in a future release. */
#wikileft h1, #wikileft h5, .sidehead {
  margin:0px; 
//  padding:4px 2px 2px 2px;
	padding-top:1em;
   text-align:center;
  font-size:11pt; font-weight:bold; font-style:normal; text-transform:uppercase;
}
#wikileft h1 a, #wikileft h5 a, .sidehead a 
  { color:#505050; font-weight:bold; font-style:normal; }

/* These affect the main content area. */
#wikibody { 
  padding:0px 10px 10px 10px; background-color:white; 
  font-size:11pt; 
}
#wikicmds { 
  float:right; white-space:nowrap; 
  font-family:Verdana,sans-serif; font-size:80%; 
}
#wikicmds ul { list-style:none; margin:0px; padding:0px; }
#wikicmds li { display:inline; margin:0px 5px; }
#wikicmds li a { text-decoration:none; color:black; border:none; }
#wikicmds li a.createlink { display:none; }
#wikicmds li a:hover { text-decoration:underline; color:blue; }
.pagegroup { margin-top:8px; margin-bottom:2px; }
.pagetitle { line-height:1em; margin-top: 10px; font-size:1.88em; font-weight:bold; }
.wikiaction { margin-top:4px; margin-bottom:4px; }
#wikitext { margin-top:5px; line-height:1.33em; }
#wikitext table { font-size:100%; line-height:1.33em; } /* For MSIE 5.5 */

/* These are for the edit form. */
#wikiedit form { margin:0px; width:100%; }
#wikiedit textarea { width:100%; }
.wikimessage { margin-top:4px; margin-bottom:4px; font-style:italic; }

/* These affect the lines at the very bottom. */
#wikifoot { 
  padding-left:178px; padding-bottom:4px; border-top:1px #cccccc solid;
  font-family:Verdana,sans-serif; font-size:80%; 
}

/* These affect the printed appearance of the web view (not the separate
** print view) of pages.  The sidebar and action links aren't printed. */
@media print {
  body { width:auto; margin:0px; padding:0.5em; }
  #wikihead, #wikileft, #wikicmds, .footnav { display:none; }
  #wikifoot { padding:2px; }
}


a.createlink { color: red; }

#wikitext { 
	padding:2em;
	padding-top:0em;
	padding-right:4em;
	line-height: 1.4em; 
	font-size: 0.8em;
	text-align: justify;
}

#wikitext p {margin:0.7em;}

#wikitext a { text-decoration:none; color:#006699;font-weight:bold; }
#wikitext a:hover { text-decoration:none; color:black;font-weight:bold; }

.titre_section {
	width:100%;
	font-size:1.5em;
	text-transform:uppercase;
//	font-weight:bold;
	color:#006699;
	padding:0.2em;
	padding-top:0;
	margin-bottom:1em;
	margin-top:2em;
	border-left: 5px solid #ffcc33;
	border-bottom: 1px solid #ffcc33;	
}


.titre_section_sommaire {
	width:100%;
	font-size:1.4em;
//	text-transform:uppercase;
//	font-weight:bold;
	color:#006699;
	padding:0.2em;
	padding-top:0;
	margin-bottom:1em;
	margin-top:2em;
	border-left: 5px solid #ffcc33;
	border-bottom: 1px solid #ffcc33;	
}

.titre_sous_section {
	width:100%;
	font-size:1.2em;
	text-transform:uppercase;
//	font-weight:bold;
	color:#4B4B4B;
	padding:0.2em;
	padding-top:0;
	margin-bottom:0.6em;
	margin-top:1em;	
}

.archive_droite {
	width:100%;
	text-align:right;
	padding:0;
	margin-right:30px;	
} 


div.corps_article {

}




#texte_droite { padding-left:1.5em;}

.texte_droite { padding-left:1.5em;}


.liste_doc {
padding-top:30px;
margin:0;
}

.corps_article {
	//width:60%;
	//margin-right:30px;

	//margin-top:0;
}


td.docs_articles {
	//width:35%;
	//margin-top:100px;

}



.doc {

	padding:3px;
	margin:4px;

}

div.titre_doc {
	
	font-weight:bold;
	color:#4B4B4B;
	text-align:center;
	width:100%;
}


div.descr_doc {
	
	
	color:#808080;
	text-align:justify;
	width:100%;
}

#wikitext sub, #wikitext sup { line-height: 0; }
div.footnote { 
    width: 160px; 
    border-bottom: 1px solid blue;
	margin-bottom: 0.5em;
}
p.footnote {
	text-indent: -1em;
	margin-right: 3em;
	margin-left: 3em;
	margin-top: 0px;
	margin-bottom: 0.5em;
	font-size: smaller;
}
p.qanda:first-letter {
    float: left;
    font-family: Old English, Georgia, serif;
    color: #777777;
    font-size: 250%;
    line-height: 0.85em;
    margin-right: 0.3em;
    margin-bottom:-0.25em;
}
p.drop:first-letter {
    float: left;
    font-family: Old English, Georgia, serif;
    font-size: 270%;
    line-height: 0.85em;
    padding-top: 0.11em;
    margin-right: 0.1em;
    margin-bottom:-0.25em;
}
p#phone:before    { content: "\260E\a0"; display: inline; }
p#location:before { content: "\2709\a0"; display: inline; }
dt#copy:after     { content: ':'; }
p#address { text-align: right; }
p#closing { margin-top: 1.67em; }
p#name    { margin-left:40px; text-indent:-40px; }
dt#copy   { float: left; }
del { color: red; }
ins { background-color: yellow; }
span.highlight { background-color: #b2ffa1; }
div.inote {
    font-size: 10px;
    line-height: 1.2em;
    float: right;
    padding: 2px;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 200px;
    border-top: 1px dotted gray;
    border-bottom: 1px dotted gray;
    background-color: #ffffa1;
}
div.inote h1 {
    background-color: #ffe53e;
    font-size: 10px;
    font-weight: normal;
    margin-top: 0px;
	margin-left: -2px;
	margin-right: -2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 1px;
    padding-bottom: 2px;
    margin-bottom: 3px;
}
div.inote h1 span.inote {
    float: right;
}
div.inote ul, div.inote ol { margin-left: -1.5em; }
div.inote p.vspace { margin-top:0.5em; }
span.stickynote {
    font-size: smaller;
    float: right;
    padding: 8px;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 175px;
    border-top: 2px solid gray;
    border-bottom: 2px solid gray;
    text-align: center;
    color: navy;
    background-color: #dcdcdc;
}
span.mnote {
    font-size: smaller;
    float: right;
    padding: 3px;
    margin-left: 0.5em;
    border: 1px solid #cccccc;
    background-color: #ffffcc;
}
span.smallcaps { font-variant: small-caps; }
dfn  { font-style: normal; cursor: help; }
abbr { font-style: italic; cursor: help; }
abbr, dfn.definition { border-bottom: 1px dotted; }
h5.runin { display: run-in; font-size: 100%; border: none; }
blockquote { border : dotted #696 1px; padding : 5px; 
    background: #d8f9e9 none; }
div.figure {
    border: thin silver solid;
    padding: 0.3em;
}
div.figure p {
    text-align: center;
    font-style: italic;
    font-size: smaller;
    padding-top: 0.2em;
    margin: 0;
}
dd, li p { margin-bottom: 0.5em }
b.selflink { border-bottom: 1px dotted; }
@media screen{ #wikitext b.selflink { color: #336666; } }


