/* css Zen Garden submission 118 - 'Some Leafs', by Michael Tupy, http://www.t-2.at/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2004, Michael Tupy */
/* Added: Sept. 2nd, 2004 */

/* Adapted for Kapibara.org */

@import url('piece.css');
@import url('referencement.css');
/*@import url('trombinoscope.css');*/

/* ie5 win - grrr - start */
body { 
	font: small serif;
  margin: 0px; 
	padding: 0px; 
	line-height: 14px;
	color: #000;
	font-size: x-small;
	voice-family: "\"}\""; 
	voice-family: inherit;
	font-size: small;
	text-align: center; }
/* ie5 win - grrr - end */
 
/* opera - grrr - start */
html>body {
	font-size: small;
	}
/* opera - grrr - end */


/* start of the real css */
/* basic elements */
body { 
	color: #444; 
	background-color: #edf6e3;
 	background-image: url(images/700_28.jpg);
	background-position: top center;
	background-repeat: repeat-y;  

	font-size: 11px; 
	line-height: 14px;
	font-family: Cochin, Georgia, "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif; 
	text-align: left;
  margin: 0px; 
	padding: 0px;
	}

#container{
	width: 800px; 
	position: relative;   
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	border : none;
}

#background {
  visibility:hidden;
}

img {
  border :  none;
}

/*
#background {
  position : absolute;
  top:0px;
  left:0px;
  width:80%;
  height : 100%;
 	background-image: url(images/700_28.jpg);
	background-position: top center;
	background-repeat: repeat-y;  
	 margin : 0px auto 0px auto;
	z-index:-1;
  border:10px;
}
*/
/*entete */
/* entete de page */
#entete {
  text-align:center;
 	width:700px;
 	height: 10em; /* strange but ie6 needs this */
 	background-image: url(images/blatt02aa.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	border-top: 0px;    
	border-right: 1px solid #aaa;    
	border-bottom: 1px solid #aaa;    
	border-left: 1px solid #aaa;
	margin : 0 auto 20px auto;
	/*margin: 0px 225px 0px 225px;*/
  /*padding : 224px 10px 0em auto;*/ 
}

#entete img {

}

/*pied de page */
.footer,
#corps .footer {
  color:#444;
  text-align : center;
	border: 1px solid #aaa;    
 	background-image: url(images/stone_21.gif);
	background-position: center center;
	background-repeat: repeat;
	background-color: #284C00;;
  margin-top: 2em;
  margin-bottom :0px;
  padding-bottom:0px;
	/*
	margin: 2em 2em 0px 2em;
	padding: 10px 10px 20px 10px;
	*/
}


/* Mise en forme du menu */
/* corps général */
ul#menu {
  position : float;
  float : left;
  width: 150px;
  margin : 0px 0 0 0px;
  text-align : left;
  /*margin-top : 2em;*/
  list-style-type: none;
  z-index :20;
}

/* un categorie */
ul#menu li {
	background-image: url(images/leaf_09a.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #fff;
	border: 1px solid #aaa;    
	margin: 0px 0px 2em 0px;
	padding: 0px 0px 30px 0px; /*laisse l'espace pour la feuille */
}

/*titre de categorie*/
ul#menu li span {
  display:block;
	color: #7fc937;
	background-color: #ddd;
 	background-image: url(images/stone_24.gif);
	background-position: center right;
	background-repeat: repeat-x;
	font-size: 11px; 
	line-height: 16px;
	font-weight: bold; 
	font-family: Cochin, Georgia, "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif; 
	text-transform: uppercase;
	text-align: left; 
	border-bottom: 1px solid #aaa;
	margin: 0em 0em 0em 0em; 
	padding: 0em 0em 0em 1em;
	/*
	margin: 0px 0px 0px 0px; 
	padding: 3px 5px 3px 5px;
  */
}

/*ensemble des items de categorie */
ul#menu li ul {
	border-top: 1px dotted #ccc;
	margin: 5px 5px 0px 5px; 
	padding: 0px 0px 0px 0px;
}

/* un item */
ul#menu li ul li {
	display: block;
	list-style-type: none;
	color: #6c9e2d;
	background-color: #f8f8f8;
	background-image : none;
	font-size: 11px; 
	line-height: 14px;
	font-weight: normal; 
	font-style: italic;
	font-family: Cochin, Georgia, "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif; 
	text-align: left; 
	border-bottom: 1px dotted #ccc;
	border-top : none;
	margin: 0px 0px 0px 0px; 
	padding: 3px 5px 3px 5px;
}

/*lien de l'item */
ul#menu li ul li a {
	font-style: normal;
	padding-right: 5px;
	/*
	color: #6c9e2d ! important;
	font-weight: normal ! important;
	font-style: italic ! important;
	margin: 0px 0px 0px 0px;
	padding: 0px 14px 0px 0px;
  */
	font-weight: bold; 
	text-decoration: none; 
	color: #6faf30;
  	
}

/* Corps de la page */ 

#corps {
  float : left;
  width:540px !important;
  width:580px; 
  margin : 0 0 0 20px;
  padding : 0em 50px 0em 0em;
  }

#corps p {
    padding-bottom: 8px;
    text-align: justify;
}

#corps th,
#corps h3 {
	color: #284C00;
	background-color: #ddd;
 	background-image: url(images/stone_21.gif);
	background-repeat: repeat;
  background-position:center right;
	font-size: 1.1em; 
	line-height: 1.4em;
	text-transform: uppercase;
  margin : 0em 0em 0em 0em;
  padding : 0em 0em 0em 1em;
/*
	margin-left:-10px; margin-right:-10px; margin-top:-10px; margin-bottom:4px; 
                     padding-left:10px; padding-right:4px; padding-top:4px; padding-bottom:4px; 
*/

}

#corps div {
	border: 1px solid #aaa;    
 	background-image: url(images/leaf_09a.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #fff;	
	margin: 0em 0em 2em 0em;
	padding: 0em 0em 30px 0em;
}

#corps div p {
	margin: 0em 0em 0em 0em;
	padding: 1em 1.5em 0em 1.5em;
  
}
#corps div li ul {

} 

/* mise en page programmation */
#corps table {
    background-color:#CDCDCD;
    width : 100%;
}

#corps tbody td {
    text-align : center;
    background-color : #FFF;
    padding : 5px;
    /*border : 1px red solid;*/
}

#corps tbody td.date span{
    font-weight : bold;
}
