/*
==Boites deroulantes==
{{enrouler|titre=Titre|text=Text}}
<pre> */
div.NavFrame {
  border: 1px solid #444;
  border-collapse: collapse;
  background-color: #eee;
  margin: 0.5em auto;
  padding: 2px;
  width: 80%;
  clear: both;
}
div.NavFrame div.NavHead {
  height: 1.6em;
  font-weight: bold;
  font-size: 100%;
  text-align: center;
}
div.NavFrame div.NavContent {
  border-top: 1px solid #888;
  padding: 2px;
}
div.NavFrame div.NavEnd {
  margin: 0px;
  padding: 0px;
  line-height: 1px;
  clear: both;
}
div.NavFrame a.NavToggle {
  font-size: 90%;
  float: right;
  font-weight: normal;
  margin-left: 0.5em;
}

/* </pre>

==Orientation==
<pre> */
img[align ="left"], table[align ="left"] {
  clear: left;
  float: left;
  margin: .5em .8em .3em 0;
}
.left {
  clear: left;
  float: left;
  padding: .5em 2em .3em 0;
}
img[align ="right"], table[align ="right"] {
  clear: right;
  float: right;
  margin: .5em 0 .2em .5em;
}
.right {
  clear: right;
  float: right;
  margin: .5em 0 .2em .5em;
}
/* 
</pre>

== Titre ==
<pre> */
.entry-title {
  display:none
}
/* </pre>
==Liste==
tt
;tt
:tt
tt
:tt
tt
*tt
tt
#tt
tt
 tt
tt
<pre> */
li, dl, pre, p,
dt, dd, ul, ol {
  padding: 0;
  margin:0;
}
ul, ol, dd, pre {
  margin-left: 20px;
}
p, dt, dd, ul, ol, pre {
  line-height:130%;
  text-indent: 0px;
  margin-bottom: 4px;
}
dt {
  font-weight: bold;
}
table {
  margin-bottom: 5px;
  border-style: solid;
  border-width: 0;
  text-align: left;
/*  border-collapse: collapse;*/
}
td {
  vertical-align: top;
}

/* </pre>

==Liens==
<pre> */
a {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
a img {
	border:none;
}
a.new {
    color: #f00;
}
/* 
</pre>
==Tableaux==
<pre>
*/
table[border ="1"] {
  border: 1px solid #333;
  border-collapse: collapse;
}
table[border ="1"] td, table[border ="1"] th {
  padding:0.6em 0.6em 0 0.6em ;
}
.border1 {
  border: 1px solid #333;
  border-collapse: collapse;
}
table.border1 td, table.border1 th {
  padding:0.6em 0.6em 0 0.6em ;
}
div.border1 {
  padding: .6em;
}
/* 
</pre>

==Images==
<pre>
*/
img {
    border: 0;
}
.middleimg img {
    vertical-align: middle;
}
/*
</pre>

==Autre==
<pre> */
fieldset {
    border: 1px solid #999;
    margin: 1em 0 1em 0;
    padding: 0 1em 1em 1em;
    line-height: 1.5em;
}
.printfooter, .ca-talk {
  display:none;
}
.ns-2 .ca-talk, .ns-3 .ca-talk, .ns-100 .ca-talk, .ns-101 .ca-talk {
  display:inherit;
}
hr {
    border-style:solid;
}
/* 
</pre>
===Gallery===
<pre>
*/
div.gallerybox div.thumb {
  border-collapse: collapse;
}
table.gallery tr {
    vertical-align: top;
}
table.gallery td {
    vertical-align: top;
}
div.gallerybox {
    margin: 2px;
    width:  150px;
}
div.gallerybox div.thumb {
    text-align: center;
    margin: 2px;
}
div.gallerytext {
    font-size: 94%;
    padding: 2px 4px;
}
/* 
</pre>

==Formulaires==
<pre>
*/
input[type ="submit"], input[type ="reset"] {
	padding: 0 6px 0 6px;
}
input[type ="text"] {
	padding: 1px 0 1px 0;
}
textarea {
	margin: 0 0 1px 0;
	vertical-align: baseline;
}
input[type ="text"], textarea, input[type ="password"], select {
	font-size: 120%;
}
/*
</pre>

==IE==
<pre>
*/
body > a, .ie {
  display: none;
}
/*
</pre>

== Hide ==

<pre>
*/
.bureaucrat, .interwiki, .showform, .sysop, .usermanage, .editor {
  display: none;
}
/*
</pre>

== Pâques ==
<pre> */
.A-team, .Camp, .Sorties, .Equipes, .Repas, .Interfaces {
  border: 1px solid #d34511;
  border-collapse: collapse;
  margin: 0px;
  padding: 5px;
}

.A-team {
  background-color: #ff99cc;
}
.Camp {
  background-color: #ffcc99;
}
.Sorties {
  background-color: #ffff99;
}
.Equipes {
  background-color: #ccffcc;
}
.Repas {
  background-color: #99ccff;
}
.Interfaces {
  background-color: #ffcc99;
}
/* </pre>

== Joomla ==
<pre> */
.nomargin {
  margin:0;
  padding:0;
}
.contentheading {
  font-family: Wonkers, sans;
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 6px;
  font-size: 250%;
  color: #B33603;
}
.joomla .menu-top {
  font-weight: normal;  padding-top:2px;
}
.joomla #news h3 {
  font-family: sans;
  font-weight: bold;
  font-size: 120%;
  margin-top: 1.2em;
  margin-left: 20px;
  margin-bottom: 3px;
}
.joomla #news input[type ="submit"] {
	margin: 4px 0 4px 0;
}

/* </pre> */