/* Ajout pour menu onglet */

td.menuonglet {
    background: #5A7D9D;
    color: white;
    font-size: 100%;
    padding: 0px;
    border: 1px solid black;
    border-bottom: 0px;
    
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
}

td.menuonglet2 {
    background: #E7D3C6;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: black;
    font-size: 100%;
    padding: 5px;
    border: 1px solid black;
    border-bottom: 0px;
    
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
}

div.menuonglet {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid white;
    border-bottom: 0px;
    
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
}

a.menuonglet {
    color: white;
    text-decoration: none;
}

a.menuonglet:hover
{
    color: white;
    text-decoration: underline;
}

/* Fichier initial */

body {
margin: 0px;
background: #000000 url("dunes.gif") 0px 0px;
font-family: "Trebuchet MS",helvetica,sans-serif;
font-size: 95%;
}

#container {
margin: 15px 25px 15px 25px;
/*background-color: #dcdcdc;*/
}

#uppersection {
/*background: #ffffff  url("dunes.gif") 0px 0px;*/

}

#entete {
background: #ffffff;
border-color: #000000;
border-width: 1px;
border-style: solid;
padding: 1px;
}

#GrosTitre {
color: #9C3000;
padding-left: 10px;
font-family: Verdana, sans-serif;
font-size: 140%;
font-weight: bold;
}

#WelcomeMessage {
text-align: left;
padding: 5px 5px 5px 15px;
font-size: 1.5em;
font-weight: bold;
}

#TitrePage {
  background: #ffffff;
color: #9C3000;
padding: 5px 5px 5px 15px;
margin: 0px;

border-color: #000000;
border-width: 1px;
border-style: solid;
}

#searchbox {
text-align: right;
padding: 5px 5px 0 0;
font-size: 80%;
border-color: #000000;
border-width: 1px;
border-style: solid;
background: #E7D3C6;
}

a.liensearch:link    { color: #ffffff; text-decoration: none;}
a.liensearch:visited { color: #ffffff; text-decoration: none;}
a.liensearch:hover   { color: #000000; text-decoration: underline;}

#logo {
text-align: right;
padding: 5px 5px 5px 5px;
font-size: 1.5em;
}

#pageactions {
text-align: right;
padding: 0 0px 0px 0;
font-size: 80%;
background: url("maintab_back2.gif") 0px 0px;

}

#middlesection {
background: #ffffff; /* url("light.gif") 0px 0px;*/

border-color: #000000;
border-width: 1px;
border-style: solid;
}

#sidemenu {
padding: 5px 5px 5px 5px;
overflow: hidden;

background: #E7D3C6;

border-color: #000000;
border-width: 1px;
border-style: solid;

}

#content {
width: 75%;
padding: 5px 5px 5px 5px;
border-color: #000000;
border-width: 1px;
border-style: solid;
background: #EFE7DE;
}

#footer {
background: #ffffff; /* url("light.gif") 0px 0px;*/
text-align: right;
font-size: 80%;
padding: 5px 5px 5px 5px;

background: #E7D3C6;

border-color: #000000;
border-width: 1px;
border-style: solid;
}

#wikiedit textarea {
width:100%;
}

.hspacer {
background: #000000 url("dunes.gif") 0px 0px;
height: 10px;
}

.vspacer {
background: #000000 url("dunes.gif") 0px 0px;
width: 10px;
}

a {
text-decoration: none;
color: #9C3000; /*#000064;*/
}

a:hover {
text-decoration: underline;
color: #9C3000; /*#0000ff;*/
}

a:visited {
text-decoration: none;
font-weight: normal;
color: #9C3000; /*#ac00c8;*/
}

a.createlinktext {
color: #BD8A5A; /*#0d00ff;*/
border-bottom: none;
}

hr {
height: 1px;
background-color: #3c3c3c;
}

h1,h2,h3,h4,h5,h6 {
line-height: 12px;
}

h1 {
font-size: 20px;
}

h2 {
font-size: 18px;
}

h3 {
font-size: 16px;
}

h4 {
font-size: 14px;
}
h5 {
font-size: 12px;
}

h6 {
font-size: 10px;
}

code {
font-size: 105%;
overflow: auto;
}

pre {
color: black;
background-color: #dcdcdc;
font-size: 105%;
overflow: auto;
}

ul {
list-style-type: square;
}


