body {
background: #fff;
text-align: center;
}

p,ul,li {
font-size : 12px; 
font-family :  Verdana, Arial, Geneva, sans-serif; 
color : #000000; 
}

img {
margin-left: 20px;
margin-right: 15px;
margin-top: 40px;
margin-bottom: 40px;
border: #fff solid 2px;
}

h1 {
font-size : 14px; 
font-family :  Verdana, Arial, Geneva, sans-serif;
color : #000000;
}

h2 {
font-size : 12px;
font-family : Verdana, Arial, Geneva, sans-serif;
color : #000000;
text-decoration: underline;
}


div#Banner {/* barre dégradée du haut */
width: 950px;
height: 260px;
padding-top: 0px;
margin-left:auto;
margin-right:auto;
background: url(Img/Banner2.jpg) top center no-repeat;
}

div#Contener {/* Corps de la page */
width: 950px;
height: 1050px;
margin-left:auto;
margin-right:auto;
background: #F0788C url(Img/Bkg-Contener.jpg) repeat-y;
}

div#Corps {/* Corps de la page */
width: 930px;
height: 850px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
margin-top: 0px;
background: url(Img/Bkg-Corps.jpg) repeat-x;
}

div#Menu {/*Bloc du menu et des branches */
width: 246px;
height: 850px;
float: left;
}

div#Branches {/*Bloc de chaque branche */
width: 245px;
height: 101px;

background: url(Img/Branches.png);
text-align: right;
}


div#Pot {/*bloc du pot de fleur sous les branches*/
width: 245px;
height: 143px;
background: url(Img/Pot.png) no-repeat;
}


div#Vignettes {/*bloc des vignettes à droite*/
width: 680px;
height: 850px;
float: left;
}

div#Footer {/*pied de page */
width: 950px;
height: 200px;
background: #F0788C url(Img/Bkg-Footer.jpg) repeat-y;
margin-left:auto;
margin-right:auto;
text-align: center;
}


ul#menu  {
	margin: 0;
	padding: 0;
	list-style-type: none;
/*Suppression du margin, du padding et des puces du <ul> */
}

ul#menu li
{
	margin: 0 0 1px 0 ;
	padding: 0 ;
/* Suppression du padding du <li> et on définit une marge basse de 1px pour aérer le tout */
}

ul#menu li a { /*Lien pour retour à l'accueil*/
	display: block ; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 170px ;
	line-height: 34px ;
	color: #000 ;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none ;
	background: url(Img/Bt.png) no-repeat center 5px ; /* On met une image de background, que l'on positionne à 0px du bord gauche et 5px du bord haut */
	border: 0px solid ;
}

ul#menu li a:hover
{
	background: url(Img/Bt.png) no-repeat center -32px ; /* Et ici on décale l'image du background de 33px vers le haut pour laisser apparaître la 2eme partie de l'image */
	border: 0px solid ;
}