*{
  margin: 0px;
  padding: 0px;
}

html, body {
  height: 100%; /* Required */
}

body{
  font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: 0.8em;
}

/*******************************
 * Structure de la page
 */
#page-droite, #page-gauche, #pied-gauche, #pied-droite{
  position: absolute;
  top: 0px;
  width: 5%;
  min-height: 100%;
  
  background-image: url('/css/img/fond.png');
}

#page-gauche, #pied-gauche {
  left: 0px;
}

#page-droite, #pied-droite{
  left: 95%;
}

.ombre{
  position: absolute;
  width: 100%;
  height: 100%;

  background-repeat: repeat-y;
}

#page-gauche .ombre, #pied-gauche .ombre{
  background-image: url('/css/img/left.png') ;
  background-position: right;
}

#page-droite .ombre, #pied-droite .ombre{
  background-image: url('/css/img/right.png') ;
  background-position: left;
}

#page{
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}

#page-corps{
  margin-left: 5%;
  margin-right: 5%;
  padding: 0px 15px 130px 15px;
  
  /* bandeau d'entete */
  background-image: url('/css/img/bandeau1.jpg');
  background-repeat: no-repeat;
  background-position: right 30px;

}

#page-corps:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}


/*******************************
 * Structure du pied de page
 */
#pied{
  position: absolute;
  bottom: 1px !important;
  bottom: -1px; /* For Certain IE widths */
  height: 60px;
  width: 100%;
  padding: 0px;
  margin: 0px;
  border-top: 1px dashed #77645a;
  background-color: #f1efee;
  clear: both;
}

#pied-droite, #pied-gauche{
  background-image: none;
}

#pied-corps {
  margin-left: 5%;
  margin-right: 5%;
  margin-top: -4px;
  width: 89%;
  height: 60px;

  background-color: #f1efee;
  border-top: 1px dashed #77645a;
  font-size: 0.7em;
  color: #77645a;
}

#pied-corps td {
  border: none;
}

#pied-corps td.wenjy {
  vertical-align: middle;
  text-align: center;
  letter-spacing: 1.5px;
}

#pied-corps td.partenaires {
  vertical-align: bottom;
  text-align: left;
  font-family: verdana, sans-serif;
  letter-spacing: 0px;
  font-weight: 100;
  font-size: 8px;
  line-height: 8px;
}

#pied-corps .partenaires a,
#pied-corps .partenaires a:visited {
  text-decoration: none;
  color: #77645a;
}

/*******************************
 * Entete de page
 */
div#navigation{
  padding-right: 10px;
  position: absolute;
  right: 5%;
}

div#navigation, div#navigation a{
  color: #77655b;
  letter-spacing: 1.2px;
  text-decoration: none;
  font-size: 0.95em;
}

div#navigation a:hover{
  color: #000;
}
a#logo{
  display: block;
  background-image: url('/css/img/logo/logo-p.png');
  background-repeat: no-repeat;
  background-position: 0% 20%;
  width: 187px;
  height: 110px;
}

/*******************************
 * Chemin complet de la page
 */
ul#chemin li{
  float: left;
  padding-left: 5px;
  margin: 5px 0px;
}

ul#chemin li.racine{
  list-style: none;
}


/*******************************
 * Encart Ã  droite
 */
#encart_droite{
  float: right;
  width: 195px;
  padding: 0;
  margin: 15px;
  margin-right: -15px;
  background-color: #fff;
}

#encart_droite img {
	margin: 0;
}

div.toc{
  background-color: #f5f5f5;
  border: 1px solid #aaa;
  margin-bottom: 15px;
  padding: 5px 5px;
  clear: both;
}

div.toc ol,
div.toc ul{
  margin-left: 0px;
}

div.toc h1{
  font-size: 1.1em;
  display: block;
  text-align: center;
  border-bottom: 1px dashed #aaa;
  margin: 0px;
  padding: 0px 0px 3px 0px;
}

div.toc li li{
  margin-left: 10px;
}

div.toc {
  font-size: 0.9em;
}

div.toc li{
  margin: 2px 0px;
}


/*******************************
 * Styles standards
 */
h1{
  color: #77645a;
  font-family: arial;
  font-size: 1.8em;
  font-weight: normal;
  margin-top: 15px;
}

h2, h3, dt{
  color: #db5a0e;
  font-family: arial;
  font-size: 1.5em;
  font-weight: normal;
  border-bottom: 4px solid #99766c;
  margin-bottom: 15px;
  margin-top: 20px;
  text-align: left;
  padding: 10px 0px 0px 0px;
  clear: left;
}
h2 img{
  float: right;
  margin: 0px 15px;
}
h3, dt{
  font-size: 1.2em;
  font-weight: bold;
  border-bottom-width: 2px;
}

p.intro{
  color: #555;
  margin: 15px;
}

.message, .erreur{
  font-face: fixed;
  border: 1px dotted #99766c;
  margin: 15px;
  text-align: center;
  font-weight: bold;
  padding: 10px;
}

.message{
  color: #090;
}

.erreur{
  color: #c7310b;
}

p{
  text-indent: 10px;
}

hr{
  clear: both;
  border-style: hidden;
}

dt, li{
  list-style-image: url("/css/img/puce.png");
  list-style-position: inside;
  display: list-item;
  margin: 15px 5px 10px 5px;
  padding: 0px 5px;
  font-family: tahoma;
}

dt a{
  color: #db5a0e;
  text-decoration: inherit;
  font: inherit;
}

dt a:hover{
  color: #c7310b;
  /*text-decoration: underline;*/
  /*padding-left: 10px;*/
}

dd, ul, li{
  margin-left: 10px;
  padding-left: 0px;
}

ul.fonctionnalites li {
	margin: 0;
}

table.chart td {
	border: none;
	padding: 0;
}

a, a:visited{
  color: #db5a0e;
}

a:hover{
  color: #77645a;
  text-decoration: none;
}

h1 a{
  color: inherit;
}

p.source, p.source a{
  color: #888888;
  text-align: right;
  font-size: 0.8em;
  margin-top: 30px;
}

img{
  border: 0px;
  margin: 7px;
}

code{
  font-size: 1.2em;
  display: block;
  margin: 5px 25px;
  padding: 5px 25px;
  border: 1px dashed #2f6fab;
  color: black;
  background-color: #f9f9f9;
}

.surligner{
  background-color: #db5a0e;
  color: #fff;
  font-weight: bold;
  padding: 1px;
}

.screenshot {
	width: 180px;
	border: 1px solid #EEEEEE;
	text-align: center;
	float: left;
	margin-right: 25px;
}

.screenshort a img {
	border: 1px solid #aaaaaa;
}


/*******************************
 * Tableau
 */

table{
  border-spacing: 0px;
/*  width: 90%;*/
  margin: auto;
}

thead, thead th, #forum_menu li {
  background-image: url('/css/img/thead.png');
/*  background-repeat: repeat-x;*/
  height: 20px;
}

thead th, #forum_menu li {
  color: #fff;
  padding: 0px 15px;
  border-left: 1px solid #fbeee6;
  border-right: 1px solid #db5a0e;
}
thead th a, #forum_menu li a {
  color: #fff;
}

td{
  padding: 4px;
  border-bottom: 1px solid #eca67a;
}

tr.paire td{
  background-color: #fef3e7;
}

/*******************************
 * Formulaire
 */

legend{
  color: #6d3c2e;
  padding: 0px 10px;
}

fieldset{
  border-left: none;
  border-right: none;
  border-top: 1px solid #db5a0e;
  border-bottom: 3px double #db5a0e;
  padding-left: 20px;
}

fieldset label {
  display: block;
  float: left;
  color: #99766c;
  vertical-align: bottom;
  width: 10em;
  margin: 2px 0px;
}

fieldset br{
  clear: left;
}

fieldset a.aide{
  position: relative;
  top: -12px;
}

fieldset label.normal{
  display: inline;
  float: none;
}

input, select, textarea{
  border: 1px solid #77655b;
  color: #db5a0e;
  padding: 1px 4px;
  background: url('/css/img/left.png')
  repeat-y right #f1efee;
  margin: 2px 0px;
}
select{
  border: none;
}
input.fleche{
  background-image: url('/css/img/btn.png') ;
  background-repeat: no-repeat;
  width: 16px;
  height: 17px;
  border-style : none;
  background-color: transparent;
  font-size: 0px;
}

/*******************************
 * CatÃÂ©gories
 */
ul.categorie{
  width: 100%;
  padding: 0px;
  margin-bottom: 22px;
}

ul.categorie a{
  color: #77645a;
  color: #db5a0e;
  font-size: 1.1em;
}
ul.categorie a:hover{
  color: #000;
  text-decoration: none;
}

ul.categorie li.fin{
  clear: left;
  float: none;
  list-style: none;
}

ul.categorie li{
  width: 45%;
  float: left;
  margin: 1%;
}

/*******************************
 * Encart orange Ã  droite
 */
ul.besoin{
  background-image: url('/css/img/besoin.gif') ;
  background-repeat: no-repeat;
  background-color: #db5a0e;
  /* Couleur pour firefox */
  /* background-color: #e16c17; */
  width: 195px;
  padding-top: 47px;
  margin: 0;
}

ul.besoin li{
  padding: 10px 15px 32px 15px;
  margin: 0px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: bottom;
  color: #fff;
  list-style-image: url("/css/img/puce-blanche.png");
}

ul.besoin li a,
ul.besoin li a:hover{
  color: #fff;
  text-decoration: none;
}

ul.besoin li.impaire, ul.besoin li.fin-impaire{
  background-color: #db5a0e;
  /* Couleur pour firefox */
  /* background-color: #e16c17; */
  background-image: url('/css/img/encart1.gif') ;
}

ul.besoin li.paire, ul.besoin li.fin-paire{
  background-color: #f28712;
  /* Couleur pour firefox */
  /* background-color: #f4971d; */
  background-image: url('/css/img/encart2.gif') ;
}

ul.besoin li.fin-paire, ul.besoin li.fin-impaire{
  background-image: none;
  padding-bottom: 10px;
}

/*******************************
 * Lien rapides
 */

