/* CSS Document */


html {

	margin: 0;
	padding: 0;
	overflow:hidden;
	
	border: 0 none;
}


body{
	background-color: #000000;
	color: #890b14;
	/*font-family:"???";*/ 
	font-family: SimSun, "Arial Unicode MS"; 
	font-size:12px;
}



*{
	margin:0;
	padding:0;
} 

div#conteneur{
margin-top:10px;
	width:900px;
	
	background-color:#FFFFFF;
	position:relative;
	float:left;
	left:50%;
	margin-left:-450px;
	
	
}

#header_g{
position:absolute;
background-repeat:no-repeat;
background-image:url(images/header_g.gif);
width:390px;
height:130px;
}




#header_c{
position:absolute;
background-repeat:no-repeat;
background-image:url(images/header_c.gif);
width:120px;
height:130px;
left:390px;
}


.logo_header{
margin-top:17px;

margin-left:6px;
}

#header_d{
position:absolute;
background-repeat:no-repeat;
background-image:url(images/header_d.gif);
width:390px;
height:130px;
left:510px;
}


#bord_g{
position:absolute;
background-repeat:no-repeat;
background-image:url(images/bord_g.gif);
margin-top:130px;
width:235px;
height:370px;

}

#bord_c{
position:absolute;
background-repeat:no-repeat;
background-image:url(images/accueil.jpg);
margin-top:130px;
width:430px;
height:370px;
left:235px;
}

#bord_d{
position:absolute;
background-repeat:no-repeat;
background-image:url(images/bord_d.gif);
margin-top:130px;
width:235px;
height:370px;
left:665px;
}

#footer_g{
position:absolute;
background-repeat:no-repeat;
background-image:url(images/footer_g.gif);

width:235px;
height:110px;
top:500px;


}


#footer_c{
position:absolute;
background-repeat:no-repeat;
background-image:url(images/footer_c.gif);
/*margin-top:151px;*/
width:430px;
height:110px;
top:500px;
left:235px;

}

#footer_d{
position:absolute;
background-repeat:no-repeat;
background-image:url(images/footer_d.gif);

width:235px;
height:110px;
top:500px;
left:665px;
}


/*---------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------*/
/*---------------------------------------barre de menu-----------------------------*/
/*---------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------*/



/* CSS issu des tutoriels http://css.alsacreations.com */

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;

}


/*---------------------------------------menu haut-droit-----------------------------*/
#menu_h {
position: absolute;
top: 7px;
left: 34px;
width: 130px;
font-size:14px;
letter-spacing:3px;
}



#menu_h a{
text-decoration:none;
color: #fbfb93;

}

#menu_h a:hover{

color: #f99f01;

}

#menu_h a:visited{
text-decoration:none;
}


#menu_h dt {
cursor: pointer;
color: #fbfb93;
height: 20px;
line-height: 20px;
margin: 2px 0;


}




#menu_h dd {
position: absolute;
z-index: 100;
left: 60px;
margin-top: -20px;
width: 11em;

}

#menu_h ul {
margin-top:0;

}


#menu_h li {
width:130px;
font-size:11px;




}
#menu_h li a{
color: #fbfb93;
text-decoration: none;
display: block;
}

#menu_h li a:hover {

color: #f99f01;
}


/*---------------------------------------menu bas-gauche-----------------------------*/
#menu_b {
position: absolute;
top: 252px;
right: 34px;
width: 130px;
font-size:14px;
text-align:right;
letter-spacing:3px;
}

#menu_b a{
text-decoration:none;
color: #fbfb93;
}

#menu_b a:hover{
color: #f99f01;
}

#menu_b a:visited{
text-decoration:none;
}


#menu_b dt {
cursor: pointer;
color: #fbfb93;
height: 20px;
line-height: 20px;
margin: 2px 0;
}




#menu_b dd {
position: absolute;
z-index: 100;
right: 40px;
margin-top: -20px;
width: 11em;
}



#menu_b ul {
margin-top: 0;
}

#menu_b li {
width:110px;
font-size:11px;
margin-top:0;
letter-spacing:2px;
}

#menu_b li a{
color: #fbfb93;
text-decoration: none;
display: block;
}

#menu_b li a:hover {

color: #f99f01;
}


-->


/*---------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------*/
/*---------------------------------------fin du menu-----------------------------*/
/*---------------------------------------------------------------------------------*/






/*--------------------------------------CONTENEURS--------------------------------------*/
#fleches{
width:140px; 
height:50px; 
position:absolute;
left:395px;
top:520px;
}

#contenu_general{
position:absolute;
overflow: hidden;
letter-spacing:2px;
line-height:20px;

/*color: #d58d0f;*/

color: #890b14;
	 
margin-top:130px;
margin-left:235px;
background-color: #fefebd;
width:430px;
height:370px;
margin-bottom:10px;
}



#contenu{
position:absolute;
top:0;


}

#support{

position: relative;
width:430px; height:360px; overflow:hidden;
margin-top:10px;


}


.texte-centre{
width:430px;
text-align:center;

}


/*---------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------*/
/*---------------------------------------fin conteneurs-----------------------------*/
/*---------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------*/
/*--------------------------------------CLASSES--------------------------------------*/
/*---------------------------------------------------------------------------------*/


/*gras-italliques*/
.bold {
font-weight: bold;
color:#890b14;
}

.italic {
font-style:italic;
}


/*---------------------------------------titres rubriques, sous-rubriques------------------------------------------*/
h1{
	font-family:"Times New Roman", Times, serif;
	color: #f9a105;
	font-size:17px;
	margin-top:110px;
	margin-left:235px;
	width:300px;
			
	
	}

h6{
font-family:"Times New Roman", Times, serif;
	color: #f9a105;
	font-size:14px;
	margin-top:110px;
	margin-left:235px;
	width:300px;
	}

h2{
	font-family:"Times New Roman", Times, serif;
	color: #f9a105;
	font-size:17px;
	margin-top:110px;
	margin-right:235px;
	margin-left:-100px;
	
	text-align:right;		
	height:40px;
	}

h3{
font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F40000;	
	font-variant:small-caps;
	font-size:11px;
	margin-top:-90px;
	margin-left:30px;
	text-decoration:none;
	}


h4{
	font-family:"Times New Roman", Times, serif;
	color: #f9a105;
	font-size:15px;
	
	font-weight:100;
	}
	
h5{
	font-family:"Times New Roman", Times, serif;
	color: #f9a105;
	font-size:24px;
	margin-top:40px;
	
		
	height:30px;
	}
	
	
.chin-acc{
font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F40000;	
	font-variant:small-caps;
	font-size:11px;
	margin-top:-93px;
	margin-left:25px;
	text-decoration:none;
	}



#chinois{	
	margin-top:-100px;
	margin-left:30px;
		
	}

#credit0{
	margin-top:85px;
	margin-right:5px;
	
	text-align:right;
		
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#bf0308;		
	font-variant:small-caps;
	font-size:10px;	
	}

#credit{
position:absolute;
	top:560px;
	left:595px;
	width:300px;
	text-decoration:none;
	margin-right:3px;
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#bf0308;		
	font-variant:small-caps;
	font-size:10px;	
	}

/*-----------------------------------span-francais-----------------------------------*/
.francais{
font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-stretch:ultra-expanded;
	
}



	
/*-----------------------------------liens hypertexte-------------------------------------*/
.hypertexte a{

font-size:12px;
font-variant:normal;
color:#bf0308;
text-decoration:none;
}

.hypertexte a:hover{
color: #f40000;

}

.hypertexte a:visited{
text-decoration:none;
}
.hypertexte2 a{

font-size:12px;
font-variant:normal;
color:#bf0308;
font-variant:small-caps;

text-decoration:none;
}

.hypertexte2 a:hover{
color: #f40000;
}

.hypertexte2 a:visited{
text-decoration:none;
}

/*---------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------*/
/*---------------------------------------fin classes-----------------------------*/
/*---------------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------*/
/*--------------------------------------------PHOTOS et video----------------------*/
/*---------------------------------------------------------------------------------*/
#popup_video{
text-align:center;
color:#ffff99;

}




.img-gauche{
float:left;
padding:7px 7px 3px 0;

border:none;
width:250px;


}


.img-droite{
float:right;
padding:7px 0 3px 7px;
border:none;
width:250px;
}



.img-gimmick{
position: relative;
border:none;
width:50px;


float:left;
left:160px;

text-decoration:none;
}



/*---------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------*/
/*-----------------------------------fin PHOTOs------------------------------------*/
/*---------------------------------------------------------------------------------*/


/*----------------------------------PAGE ARTISTES individuels-------------------------*/
#cv {
margin-left:15px;
padding-top:10px;

}

#cv li{
margin-left:15px;
padding-top:20px;

list-style-type: disc;
list-style-position: outside;
}


/*--------------------------------------PAGE Liens--------------------------------------*/
.liens{
height:40px;
margin-left:100px;
}
/*---------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------*/
/*---------------------------------- Tableau-----------------------------------*/
/*---------------------------------------------------------------------------------*/

table
{
    margin: auto;
}

table
{
    
  
   
    
	font-size:10px;
}

table 
{
   
	font-size:11px;
}


caption
{
   font-family:"Times New Roman", Times, serif;
	color: #f9a105;
	font-size:15px;
	text-align:left;
	
	height:40px;
	

}


table th
{
   
    background-color: #fdd978;
	padding:4px;
	
    font-variant: small-caps;
    font-size: 10px;
 
	height:30px;
}

tfoot tr td
{
font-size:9px;
border:none;
text-align:left;

}

table td
{
    border: #fdd978 1px solid;
	text-align:center;
    
}



/*---------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------*/
/*-----------------------------------fin Tableau-----------------------------------*/
/*---------------------------------------------------------------------------------*/