body {
margin:0;
padding:0;
background-color:#FFFFFF;
font-family:arial,  sans-serif;
font-size:100%;
color:rgb(55,58,63);
text-align:center;
}

img{
border:none;
}

a{
text-decoration:none;
color:#E89B39;
}

a:hover{
color:#FF1A00;
}

/* beginning idmaster */
#master {
margin-left: auto;
margin-right:auto;
width:800px;
text-align:left;
}

/* end idmaster */

/* beginning idheader */
#header {
margin-top:20px;
height:30px;
width:auto;
}
/* end idheader */

/* beginning idmainHome */
#mainHome {
float:left;
margin-top:20px;
height:450px;
width:800px;
background-image:url(http://www.giovannipittoni.com/img_project/site/bckg_home.jpg);
background-position: top left;
background-repeat:no-repeat;
}
/* end idmainHome */

/* beginning idhomeExpo */
#homeExpo {
float:right;
padding-bottom:15px;
padding-right:15px;

width:280px;
height:auto;
text-align:center;
border-top: 2px solid rgb(57,84,95);
border-right: 1px solid rgb(57,84,95);
border-left: 1px solid rgb(57,84,95);
border-bottom: 2px solid rgb(57,84,95);
}
/* end idhomeExpo */

/* beginning idfooter */
#footer  {
clear:both;
font-size:0.68em;

}
/* end idfooter */

/* beginning idlistMenuRoot */
#listMenuRoot {
margin:0;
padding:0 0 0 0;
list-style:none;}

.menulist {
 margin: 0;
 padding: 0;
 }

.menulist ul {
 margin: 0 0 0 0;
 padding: 0;
 list-style-type: none;
 }


/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 2em; /* I'm using ems rather than px to allow people to zoom their font */
 left: 0px;
 width: 100px;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: 0px;
 left: 102px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/

.menulist li {
 float: left;
 position: relative;

 background:rgb(78,58,63);
 border: 1px solid #CCCCCC;
 margin-right: 10px;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */

.menulist ul li {
 float: none;
 margin-right: 0;
 margin-bottom: -1px;
}
.menulist ul>li:last-child {
 margin-bottom: 1px;
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 5px 5px 3px 5px;
 color: rgb(240,182,104);
 text-decoration: none;
 font-size:8pt;
}

/* Lit items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
 background-color: rgb(57,84,95);
}
.menulist a.highlighted {
 color: #FFF;
 background-color: #FF1300;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:*/

 .menulist a#bgMenuItem{
 background-image: url(http://www.giovannipittoni.com/img_project/site/bcgMenu.gif);
background-position:top right;
background-repeat:no-repeat;
background-color:rgb(78,58,63);
 }
 .menulist a#bgMenuItem:hover, .menulist a.highlighted#bgMenuItem, .menulist a:focus {
 
background-color:rgb(149,135,52);
 }


/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* */
.menulist a {
 float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). */
* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
/* End Hack */
/* end idlistMenuRoot */

/* beginning idmainBio */
#mainBio {
margin:20px 0 0 0;
height:600px;
width:800px;

}
/* end idmainBio */

/* beginning idbioContent */
#bioContent {
margin-top:50px;
float:left;
width:380px;
font-size:0.7em;
text-align:justify;
color:rgb(55,38,13);
}
/* end idbioContent */

/* beginning idbioPhoto */
#bioPhoto {
float:right;
margin-top:10px;
margin-left:40px;
padding:10px;
width:auto;
height:auto;
border-top: 1px solid rgb(57,84,95);
border-right: 1px solid rgb(57,84,95);
border-bottom: 1px solid rgb(57,84,95);
}

/* end idbioPhoto */

/* beginning idmainGalerie */
#mainGalerie {
margin:0;
padding-top:20px;
padding-bottom:50px;
height:auto;
width:800px;
}
/* end idmainGalerie */

/* beginning idconteneurOeuvre */
#conteneurOeuvre {
float:left;
margin:10px;
border-top: 2px solid  rgb(57,84,95);
border-bottom: 2px solid  rgb(57,84,95);
border-left: 1px solid  rgb(57,84,95);
border-right: 1px solid  rgb(57,84,95);
width:160px;
height:180px;
text-align:center;
font-size:0.8em;
}
/* end idconteneurOeuvre */

/* beginning idlisteOeuvre */
#listeOeuvre {

float:left;

margin-top:20px;

margin-left:20px;

margin-right:20px;

padding-right:20px;

border-right: 1px solid #CCCCCC;

border-bottom: 1px solid #CCCCCC;

width:170px;

height:auto;

text-align:left;

} 
/* end idlisteOeuvre */

/* beginning iddetailOeuvre */
#detailOeuvre {

margin:0;

padding:0;

list-style-type:square;

font-size:8pt;

line-height:15pt;

}
/* end iddetailOeuvre */

/* beginning idfooterGalerie */
#footerGalerie {
clear:left;
padding-top:20px;
}
/* end idfooterGalerie */

/* beginning classintro */
.intro {
font-size:0.8em;
text-align:justify;
}

/* end classintro */

/* beginning classbouton */
.bouton a{
display:block;
 padding: 3px;
 color: #000;
 border:1px solid #CCCCCC;
 text-decoration: none;
 text-align:center;
 font-size:7pt;
 background-color: #FFF;
 }

.bouton a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
 background-color: rgb(149,135,52);
}

.bouton a.highlighted {
 color: #FFF;
 background-color: rgb(149,135,52);
}

/* end classbouton */

/* beginning idphotoOeuvre */
#photoOeuvre {
float:left;
margin-top:20px;
}
/* end idphotoOeuvre */

/* beginning classtitreOeuvre */
.titreOeuvre {font-size:7pt;}
/* end classtitreOeuvre */

/* beginning idtextForm */
#textForm {
float:left;
margin-top:10px;
width:380px;
font-size:0.8em;
text-align:justify;
}
/* end idtextForm */

/* beginning classformItem */
.formItem {
font-size:0.8em;
font-weight:bold;
}
/* end classformItem */

