/*
Autre design d'exemple du Site du Potager de mes Reves
Réalisé par Patrick
<lien url="http://www.">http://www.</lien>
*/

body
{
	margin: 0;
	background-color: black;
	
}

#page
{
	display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
	width: 100%;
	max-width: 1050px;
}

#fond
{
	position: fixed;
	z-index: 1;
}

/* L'en-tête */

/* Le menu */

#menu
{
   padding-top: 107px;
   background:url("../../images/fondmenu3b.png") no-repeat;
   position: fixed;
   width: 190px;
   height: 550px;
   border-right: 2px solid #990000;
   border-bottom: 2px solid #990000;
   color: #B3B3B3;
   font-size: 1em;
	z-index: 3;
}

.element_menu
{
   margin-bottom: 20px;
}


/* Quelques effets sur les menus */


.element_menu h3
{    
   color: #B3B3B3;
   font-family: Vivaldi, Vijaya, Andalus, Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu h4
{    
   color: #B3B3B3;
   line-height: 0px;
}

.element_menu h4 a
{    
   text-decoration : underline;
}

.element_menu ul
{
   list-style-image: url("../../images/projet4.png");
   padding-left: 20px;
}

.element_menu a
{
   color: #B3B3B3;
   text-decoration : none;
}

.element_menu a:hover
{
   color: black;
}


/* Le corps de la page */

#corps
{
   width: 75%;
   max-width: 750px;
   height: auto;
   padding: 30px;
   padding-left: 220px;
   color: #B3B3B3;
   position: absolute;
	z-index: 2;
}

#corps a
{
   padding-left: 20px;
   color: #B3B3B3;
}

#lv
{
   padding-left: 90px;
}

#img1
{
   position: absolute;
   top: 290px;
   right: 10px;
}

#img2
{
   position: absolute;
   top: 10px;
   right: 100px;
}
#corps img
{
   padding: 10px;
}

/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */
