@charset "UTF-8";
/* CSS Document */

/*///////////////////////////////////////////////////pages//////////////////////////////////////////*/


/*marges de pages et couleurs/style liens*/
body {
	margin-left: 20px;
	margin-top: 20px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}





/*div pour séparer la page: menu/contenu*/
div {
	text-align:left;
	vertical-align:top;
	}
div#menu {
	float:left;
	width:215px;
	height:800px;
	background-color:#FFFFFF;
	}
div#contenu {
	float:left;
	width:600px;
	height:800px;
	background-color:#FFFFFF;
	}




/*///////////////////////////////////////////////////menu//////////////////////////////////////////*/

/* tableau niveau 1 */
table#sample {
    background-color:#FFFFFF;
    border: hidden 0px;
    width: 114px;
	font:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:15px;
	border: none;
	vertical-align: middle;

}

/* tableau niveau 2 */
table#resample {
	background-image:url(gif/PointMenuLong.gif);
    border: hidden 0px;
    width: 100px;
	font:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:15px;
	border: none;
	vertical-align: middle;
	
}


/* pour tr (ligne) principale (sculptures, dessins, contact) */
.principal{
	height: 17px;
	line-height: 17px;
	margin: 0px;
}

/* pour td (cellule) gauche pour placer le point de selection menus (img 14px/17px) */
.gauche{
	width: 14px;
	margin: 0px;
}

/* pour td (cellule) pour écriture des menus (sculptures, dessins, contact) */
.droite{
	width: 100px;
	font:"Times New Roman", Times, serif;
	font-style:italic;
	margin: 0px;
}





/* pour tr (ligne) sous menu (un, deux, trois... ou un pied, deux pieds, trois pieds...) */
.sous{
	height: 16px;
	line-height: 16px;
	margin: 0px;
}


/* pour td (cellule) gauche pour placer le point de selection sous-menus (img 14px/16px */
.gauche2{
	width: 14px;
	margin: 0px;
}

/* pour td (cellule) pour écriture des sous-menus (un, deux, trois... ou un pied, deux pieds, trois pieds...) */
.droite2{
	width: 86px;
	font:"Times New Roman", Times, serif;
	font-style:italic;
	margin: 0px;
}


.separation{
	width: 114px;
	height: 5px;
	line-height: 5px;
	margin: 0px;
}
	
/*///////////////////////////////////////////////////contenu//////////////////////////////////////////*/	



/* tableau niveau pour iframe */
table#cont {
    background-color:#FFFFFF;
    border: hidden 0px;
    width: 550px;
	height: 800px;
	border: none;
	text-align: left;
	vertical-align: top;
	
}


/* pour tr (ligne) principale (sculptures, dessins, contact) */
.prin{
	height: 800px;
	width: 550px;
	margin-left: 0px;
	margin-top: 50px;
	font:"Times New Roman", Times, serif;
	font-size: 15px;
	font-style:italic;
}
