body
{
	margin: 10px 0 ;
	padding: 0 ;
	text-align: center ;
	font: 0.8em "Comic Sans MS,Trebuchet MS", helvetica, sans-serif ;
	background: #BBDC46 ;
  background-image: url('../WordPress/wp-content/themes/NatureGreenWordpressTheme/images/Page-BgGlare.png');
  background-repeat: no-repeat;
}


div#conteneur
{
	width: 90% ;
	margin: 0 auto ;
	text-align: left ;
	border: 4px solid #D4E98B ;
	background: #E5EEC4;
}

h1#header
{
	height: 200px ;
	background: url(Jardin-Photo/Divers/Jardin-entete.jpg) no-repeat left top ;
	margin: 0 ;
}

h1#header a
{
	width: 400px ;
	height: 70px ;
	display: block ;
	background: url(Jardin-Photo/Divers/Jardin-title.gif) no-repeat ;
	position: relative ;
	left: 350px ;
	top: 15px ;
	text-indent: -500px ;
}/* On donne les mêmes dimensions au lien, chose possible grâce à la propriété display: block ; qui transforme le lien en élément de type block, auquel on peut donner des propriétés de taille. On met aussi l'image de fond qui a les mêmes dimensions que le cadre ainsi créé */
/* Le text-indent négatif est fait pour pouvoir ne cacher le texte hors de la page, ce que nous voulons. Ainsi il reste exploitable pour les syntèses vocales */

div#titre
{
	position: absolute;
	background-color: #E5EEC4;
	color:#ABC841;
	width: 500px;
	height: 50px;
    top: 130px;	 /* voir propriétés de la position absolute*/
    left: 360px;  /* voir propriétés de la position absolute*/
	text-align: center;
	font-size: 2.4em ;
	font-weight: bold ;
	letter-spacing: 2px ;
}


ul#menu
{
	height: 35px ;
	margin: 0 ;
	padding: 0 ;
	background: url(Jardin-Photo/Divers/Jardin-bg_menu.gif) repeat-x 0 -25px ;
	list-style-type: none ;
}
/* On donne une hauteur au menu, correspondant a la taille de l'image utilisée en fond, on met ensuite l'image de fond avec un décalage de 25 pixels vers le haut pour utiliser la technique de roll over expliquée dans un autre tutoriel; */
ul#menu li
{
	float: left ;
	text-align: center ;
}/* On rend les li en flottant pour pouvoir les afficher horizontalement, on cache les puces, et on centre le texte */

ul#menu li a
{
	width: 120px ;
	line-height: 25px ;
	font-size: 1.2em ;
	font-weight: bold ;
	letter-spacing: 2px ;
	color: #63B342 ;
	display: block ;
	text-decoration: none ;
	border-right: 2px solid #63B342;
}/* C'est sur les liens que le gros du travail est effectué, largeur, hauteur de ligne, taille de police, graisse de police, espacement des lettres, couleur, bordure et decoration du texte. Nous pouvons dimensionner les a grâce à la propriété display: block ; */

ul#menu li a:hover
{
	background: url(Jardin-Photo/Divers/Jardin-bg_menu.gif) repeat-x 0 0 ;
}/* Et pour finir on décale l'image de fond au passage de la souris pour laisser aparaître l'état survolé de l'image, voir le tutoriel sur les roll over pour plus de détails */

div#contenu
{
	padding: 0 25px 0 100px ;
	background: url(Jardin-Photo/Divers/Jardin-bg_page.gif) no-repeat 15px 15px ;
}

div#contenu h2
{
	padding-left: 25px ;
	line-height: 25px ;
	font-size: 1.4em ;
	background: url(Jardin-Photo/Divers/Jardin-little.gif) no-repeat left bottom ;
	color: #ABC841 ;
	border-bottom: 1px solid #D4E98B ;
}

div#contenu h3
{
	margin-left: 15px ;
	padding-left: 5px ;
	border-bottom: 1px solid #00CCCC ;
	border-left: 3px solid #00CCCC ;
	color: #9b2 ;
}

div#contenu p
{
	text-align: justify ;
	text-indent: 2em ;
	line-height: 1.7em ;
	font-size: 16px;
	font-weight: normal;
	font-family: "Comic Sans MS";
}

div#contenu a
{
	color: #8a0 ;
}

div#contenu a:hover
{
	color: #00CCCC ;
}



p#footer
{
	margin: 0 ;
	text-align: center ;
	color: #00CCCC ;
	line-height: 60px ;
	font-family: "Comic Sans MS";
  background-image: url('../WordPress/wp-content/themes/NatureGreenWordpressTheme/images/Page-BgTexture.jpg');
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-position: bottom left;
}

pre
{
	overflow: auto ;
	background: #dea ;
	border: 2px solid #00CCCC ;
	padding: 5px 0 0 5px ;
	font-size: 1.2em ;
}

* html pre
{
	width: 636px ;
}

pre span
{
	color: #560 ;
}

pre span.comment
{
	color: #b30000 ;
}


table.tableau1 
{ 
	width:90%; 
	border:solid 4px #D4E98B; 
	background-color:#E5EEC4; margin:1em auto; 
	color : #ABC841;
	vertical-align:center;
	text-align:center;
	font-size: 16px;
	font-weight: normal;
	font-family: "Comic Sans MS";
	border-collapse: collapse;
	}

tr,td
{
	border:solid thin #D4E98B; 
	vertical-align:center;
	text-align:center;

}

#contenu-annee
{
	width: 100%;
	margin: 0 auto ;
	text-align: center ;
	border: 2px solid #D4E98B ;
	background: #E5EEC4;
float:center;
}

#annee
{
	width: 90%;
	margin: 0 auto ;
	text-align: center ;
	border: 2px solid #D4E98B ;
	background: #E5EEC4;
float:left;
}

* html #annee {
margin-top: 20px;
clear: none;
width: 90%;
}

#vide
{
	width: 100%;
height:50px
	margin: 0 auto ;
	text-align: center ;
	border: none;
	background: none;
float:left
}

.gallery {
list-style: none;
width: 90% ;
float: center;
margin-top: -20px;
}

* html .gallery {
list-style: none;
margin-top: 0;
}

.gallery li a span {
display: none;
width: 180px;
background: transparent url("GrosPlans/modele/yellow.png") repeat;
cursor: default;
color: #A78600;
padding: 0 10px 10px 10px;
}

.gallery li a:hover span {
display: block;
position: absolute;
margin: 90px 0 0 -120px;
text-align: left;
}

.gallery li a span em {
display: block;
font: bold 10px/20px arial, verdana, helvetica, sans-serif;
color: #fff;
width: 180px;
background: #BBDC46 url("GrosPlans/modele/arrow.gif") no-repeat;
background-position: 5px 5px;
padding-left: 20px;
margin: 0 0 6px -10px;
}

.gallery li a img {
margin: 0 auto;
width: 180px;
border: 0px;
} 

.gallery li a {
display: block;
padding: 12px 0;
width: 180px;
height: 95px;
background: #BBDC46 url("GrosPlans/modele/box.gif") repeat;
text-align: center;
}

.gallery li {
display: block;
width: 180px;
height: 140px;
float: left;
margin: 15px 4px 15px 0;
}

* html .gallery li {
margin: 3px 4px 3px 0;
}

