body 
{
background:#2c2521;
margin:0 auto;
padding:0;
text-align: center;
font-family: "Arial", Verdana, sans-serif;
font-weight: bold;
color:#fff;
 }
 
h1#bandeau
 {
 margin:0 auto;
 width:350px;
 height:120px;
 background: url(img/accueil.png) no-repeat;
 }
 h1#en
 {
 margin:0 auto;
 width:350px;
 height:100px;
 background: url(img/nad_e.gif) no-repeat;
 }
 
h2
 {
 font-size: 1.4em;
 color:rgb(255,212,96);
 text-align:left;

}
 h2.subtitre
 {
 font-size: 0.9em;
 color:rgb(255,212,96);
 line-height:8px;
 height: 10px;
 }
 
 /*-----------------*/
 
 
 /*Cadre principal de 800 par 600*/
 
div#cadre 
{
padding:0;
margin:0px auto;
width: 800px;
height: auto;
text-align: center;
}


/*Debut Menu*/
ul#menu
{
margin-top: 15px;
list-style-type: none;
/*border-top:2px solid #fff;*/
/*border-bottom:2px solid #fff;*/
}

ul#menu li
{
display: inline;
padding-right:70px;
line-height: 1.5em;
height:30px;
} 

ul#menu li a
{
font-weight: bold;
color: #fff;
text-decoration: none;
width:100px;
height:30px;
padding-top:3px;
border-radius: 10px;
}

ul#menu li a:hover
{
color:rgb(255,212,96);
}
/*-----------------*/


/*Sous menu des oeuvres*/

ul#menugal

{
list-style-type:none;
}
ul#menugal li
{
display: inline;
padding-right: 70px;
margin-left:1px;
}

ul#menugal li a
{
text-decoration: none;
font-size: 0.9em;
}


/*-----------------*/



/*images*/
img 
{
/*border:1px solid #fff;*/
border: none;
}

img#bio
{
float: right;
margin-left:20px;
}

img#tech
{
float: left;
margin-right:15px;
margin-bottom:50px;
}

/*-----------------*/


/*corps de texte*/
p 
{

text-align: justify;
line-height: 1.5em;
font-size: 0.8em;
color: #fff;
}

/*texte desciptif du gong*/

p#gong
{
width:330px;
left: 15px;
text-align: justify;
line-height: 1.5em;
font-size: 0.8em;
color: #fff;
}

/*texte descriptif huma*/

p#huma

{
margin-left: 15px;
text-align: justify;
line-height: 1em;
font-size: 1em;
color: #fff;
}

/*texte pour l'accueil*/
p#subimg
 {
font-size: 0.8em;
text-align: center;
 }

/*Liens*/
a
 {  
 color:white;
  }
  
  a:hover 
{
color:rgb(255,212,96);
 }


a:active
 {
 color: #fff;
 }
  /*Fin liens*/
  
  
  /*Footer et Span*/
 
 p#foot
 {
 text-align: center;
 }
 
 span
 {
 display:none;
 }
 
/*-----------------*/


/*Galerie des oeuvres*/

 div#galerie
{
 width:800px;
 height:600px;  		
 margin:0px auto;
 padding: 0 10px 0;
 text-align: justify;
	}




ul#galerie_mini
{
	width: 350px;
	padding: 0 ;
	margin:0;
	list-style-type: none ;
	
}


ul#galerie_mini li
{
   
	float: left ;
	color: #bd4343;
}

ul#galerie_mini li a img
{

height: 120px;
margin-bottom:5px;
margin-left:10px;
color: #000;

}

/*-----------------*/

/*Galerie des oeuvres Fusing et Ceramiques*/

ul#galerie_minive
{
	
	width: 360px;
	padding: 0 ;
	margin: 0;
	list-style-type: none ;

	
	
}
ul#galerie_minive li
{
	
	float: left ;
	color: #fff;
	font-size: 1em;
	text-align:center;
	margin-bottom: 5px;
	 }



ul#galerie_minive li a img
{
margin-bottom:5px;
margin-left: 10px;
color: #000;

}
/*Fin galerie fusing*/


/*Photo Large*/

dl#photo
{

position:absolute;
top:250px;
margin-left: 360px;
clear:both ;

}

dl#photo dt

{
float:left;
margin-left: 45px;
width:500px;
font: 0.8em Arial, serif ;
color:#ffffff;
text-align: left;
	
}

dl#photo dd
{
margin-bottom: 10px ;
}

