body {
margin:0;
padding:0;
background-color:#30575F;
text-align:center;
font-family:Verdana,sans-serif;
font-size:10px;
color:#fff;
}

a{
color:#FFFFFF;
text-decoration:none;
}


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

/* end idmaster */

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

/* beginning idmainHome */
#mainHome {
float:left;
margin:0;
height:532px;
width:800px;
background-image:url(http://www.benoi.be/img_project/images/EN/bckg_home.jpg);
background-position: bottom left;
background-repeat:no-repeat;
}
/* end idmainHome */

/* beginning idlistMenuRoot */
#listMenuRoot {
padding:0;
list-style:none;}

.menulist {
 margin: 0;
 padding: 0;
 }

.menulist ul {
 margin: 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: #000000;
 border: 1px solid #DF3D11;
 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: 3px;
 color: #FFF;
 text-decoration: none;
 font-size:7pt;
 font-weight:bold;
}

/* 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: #DF3D11;
}
.menulist a.highlighted {
 color: #FFF;
 background-color: #DF3D11;
}

/*
 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 idhomeExpo */
#homeExpo {
margin-top:-80px;
margin-left:380px;
background-color:#fff;
opacity:0.7;filter:alpha(opacity=70);
padding-bottom:15px;
padding-right:5px;
padding-left:5px;
border: 1px solid #000;
/*width:300px;*/
height:auto;
text-align:center;
}

img{
padding-top:20px;
z-index:300;
}
/* end idhomeExpo */

/* beginning idmainBio */
#mainBio {
margin:0;
height:532px;
width:800px;
#background-image:url(http://www.benoi.be/img_project/images/EN/bckg_bio.gif);
#background-position: bottom left;
#background-repeat:no-repeat;
}
/* end idmainBio */

/* beginning idbioContent */
#bioContent {
float:left;
margin-left:20px;
margin-right:40px;
width:380px;
font-family: Courier New;
text-align:justify;
font-size: 1.2em;
line-height: 1.2em;
}

/* end idbioContent */

/* beginning idbioPhoto */
#bioPhoto {
float:left;
margin-top: 60px;
padding:15px;
border: 1px solid #FFFFFF;
width:auto;
height:auto;
text-align:center;}
/* end idbioPhoto */

/* beginning idmainGalerie */
#mainGalerie {
margin:0;
padding-top:80px;
padding-left:20px;
padding-right:20px;
width:800px;
background-image:url(http://www.benoi.be/img_project/images/nom_artiste.gif);
background-position: top left;
background-repeat:no-repeat;
}

img{border:none;}
/* end idmainGalerie */

/* beginning classconteneurOeuvre */
.conteneurOeuvre {
float:left;
margin:9px;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
width:170px;
height:220px;
}
/* end classconteneurOeuvre */

/* beginning idlisteOeuvre */
#listeOeuvre {
float:left;
margin:10px;
padding-right:20px;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
width:190px;
height:auto;
text-align:left;
} 
/* end idlisteOeuvre */

/* beginning iddetailOeuvre */
#detailOeuvre {
margin:0;
padding:0;
list-style-type:square;
font-size:1.2em;
line-height:1.2em;
}
/* end iddetailOeuvre */

/* beginning idphotoOeuvre */
#photoOeuvre {
float:right;
width:425px;
height:425px;
}

/* end idphotoOeuvre */

/* beginning idfooterGalerie */
#footerGalerie {clear:left;
width:300px;
float:left;
text-align:left;
}
/* end idfooterGalerie */

/* beginning idfooter */
#footer  {
clear:both;
padding-left:20px;
padding-top:5px;
font-size:7pt;
font-weight:bold;
color: #DF3D11;
}

/* end idfooter */

/* beginning classintro */
.intro {
font-family:Courier New;
font-size:1.2em;
text-align:justify;
padding-bottom:20px;
}
/* end classintro */

/* beginning classbouton */
.bouton  a{
display:block;
 padding: 3px;
 color: #FFF;
border: 1px solid #CC6009;
 text-decoration: none;
 text-align:center;
 font-size:7pt;
  background-color: #E66009;
 }

.bouton a:hover, .menulist a.highlighted:hover, .menulist a:focus 
{
color: #FFF;
 background-color: #CC6009;
}

.bouton a.highlighted {
 color: #FFF;
 background-color: #CC6009;
}
/* end classbouton */

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

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

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

/* beginning idafficheFilm */
#afficheFilm {
float:left;
margin:10px;
padding-right:10px;
border-right: 1px solid #CCCCCC;
width:350px;
height:453px;
}
/* end idafficheFilm */

/* beginning idtexteFilm */
#texteFilm {
float:left;
width:350px;
height:400px;}
/* end idtexteFilm */

/* beginning idfooterFilm */
#footerFilm {
clear:both;
text-align:left;
}
/* end idfooterFilm */

/* beginning idparcours */
#parcours {
border-right: 1px solid #931C13;
border-bottom: 1px solid #931C13;
margin-bottom:20px;
width:700px;
height:160px;
font-size:1.2em;
line-height:1.2em;
font-family:Courier New;
}
/* end idparcours */

/* beginning idtexteParcours */
#texteParcours {
float:left;
width:500px;
height:auto;
}

/* end idtexteParcours */

/* beginning idimageParcours */
#imageParcours {
float:right;
padding-left:20px;
padding-right:20px;
}

/* end idimageParcours */

/* beginning iddocsParcours */
#docsParcours {
float:left;
}

/* end iddocsParcours */

