body {
margin:0;
padding:0;
background-color:#000A49;
font-family:arial,  sans-serif;
text-align:center;
font-size:100%;
color:#ffffff;
}

img{
border:none;
}

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

a:hover{
color:#FF1A00;
}

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

/* end idmaster */

/* beginning idheader */
#header {
margin-top:50px;
height:58px;
background-image:url(http://www.bobdanco.com/img_project/site/titre_header_bobdanco.gif);

background-repeat:no-repeat;
background-color:rgb(255,26,0);
width:auto;
}
/* end idheader */

/* beginning idmainHome */
#mainHome {
float:left;
margin-top:50px;
height:450px;
width:800px;
background-image:url(http://www.bobdanco.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: 1px solid rgb(232,155,57);
border-right: 1px solid rgb(232,155,57);
border-bottom: 1px solid rgb(232,155,57);
}
/* end idhomeExpo */

/* beginning idfooter */
#footer  {
clear:both;
text-align:right;
font-size:0.8em;
color:rgb(17,26,61);
}

#footer a,#footer a:hover{
color:rgb(17,26,61);
}
/* end idfooter */

/* beginning idlistMenuRoot */
#listMenuRoot {
margin-top:30px;
margin-left:300px;
padding:20 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: #FFFFFF;
 border: 1px solid #CCCCCC;
 margin-right: 5px;
}

/* 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: 3px;
 color: #000;
 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: #FF1300;
}
.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#xyz {
 background-image: url(out.gif);
 }
 .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
 background-image: url(over.gif);
 }
*/

/* 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:0;
height:600px;
width:800px;
//background-image:url(http://www.bobdanco.com/img_project/site/bckg_bio_03.gif);
background-position: top left;
background-repeat:no-repeat;
}
/* end idmainBio */

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

/* beginning idbioPhoto */
#bioPhoto {
float:right;
margin-top:90px;
margin-left:40px;
width:300px;
height:auto;
}

/* end idbioPhoto */

/* beginning idmainGalerie */
#mainGalerie {
margin:0;
padding-top:5px;
padding-bottom:50px;
height:auto;
width:800px;
/*background-image:url(http://www.bobdanco.com/img_project/site/robertoromeo_titre.gif);
background-position: 0 60px;
background-repeat:no-repeat;*/
}
/* end idmainGalerie */

/* beginning classconteneurOeuvre */
.conteneurOeuvre {
float:left;
margin:10px;
border-right: 1px solid  #E89B39;
border-bottom: 1px solid  #E89B39;
width:170px;
height:180px;

}
/* end classconteneurOeuvre */

/* 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:0.8em;

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;
padding-bottom:10px;
}

/* 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: #FF1300;
}

.bouton a.highlighted {
 color: #FFF;
 background-color: #FF1300;
}

/* end classbouton */

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

/*border:1px solid black;*/

}
/* end idphotoOeuvre */

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

/* beginning idparcours */
#parcours {border-right: 1px solid #931C13;

border-bottom: 1px solid #931C13;

margin-bottom:20px;

width:800px;

height:100px;


}
/* end idparcours */

/* beginning idcaption */
#caption {color:black;}
/* end idcaption */

/* beginning idtexteParcours */
#texteParcours {
font-size:0.8em;
}
/* end idtexteParcours */

