
#table-general-accueil {width:902px; margin:0 0 30px 30px;}
	
	/* ligne de titres "th" en haut */
	th {height:30px;}
	th, th a {text-transform:uppercase; color:#6b6345; font-size:1.25em; letter-spacing:2px;}
		th a:hover {color:#000;}
	h1 {font-weight:100;}
	#th-references a {font-size:0.8em;}

/* ligne supérieure avec les grands visuels */
#td-boutique {width:452px;}
	#td-espacement-1 {width:30px;}	
#td-atelier {width:290px; height:260px;} 
	#td-espacement-2 {width:20px;}	
#td-references {width:110px; background-image:url(/images/acc-fond-references.png); background-repeat:no-repeat;}
		#td-references img {margin:6px 0 0 10px;}

/* cellule des actus */
#td-actus {width:400px; height:350px;}	
	*+html #td-actus {width:420px;}  /* hack ie 7*/
	*html #td-actus {width:420px;} /* hack ie 6*/
			
/* cellule en dessous du visuel boutique */			
#div-texte-referencement-accueil {padding:10px; color:#FFFFFF; font-size:1.2em; font-family:"Times New Roman", Times, serif; font-style:italic; background-image:url(/images/acc-fond-referencement.png); background-repeat:repeat-x;}
	h3 {font-size:1.4em; font-family:"Times New Roman", Times, serif; font-weight:100;}
		*+html #div-texte-referencement-accueil {margin-top:-3px;} /* hack ie7 */
		*html #div-texte-referencement-accueil {margin-top:-3px;} /* hack ie6 */
	
	
/* réglages généraux des balises H2, H4 et des liens */
h2, h4 {padding-bottom:5px; margin:25px 0 8px 0; font-size:1.25em; letter-spacing:2px; text-transform:uppercase; color:#938676; border-bottom:1px solid #938676;}
	h2 a, h4 a {color:#938676;}
	h2 a:hover, h4 a:hover {color:#000;}
a {color:#938676;}
a:hover {color:#000;}
	
	
/* reglage du survol des images */
#td-atelier a:hover img, #td-references a:hover img {filter:alpha(opacity=70); opacity: 0.7;}
