/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* TOUTES LES PAGES */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
BODY  {
	background-color: #E1D2B1;
	font-family: Arial, Helvetica, sans-serif;
	color: #463023; /* couleur de face de la barre de défilement et des boutons */
	scrollbar-face-color: #E1D2B1; /* couleur des flèches des boutons */
	scrollbar-arrow-color: #00225A; /* couleur de l'arrière plan où glisse la barre de défilement */
	scrollbar-track-color: #E1D2B1; /* couleur de l'effet 3D sur le côté eclairé de la barre et des boutons : bords externes haut et gauche */
	scrollbar-3dlight-color: #FFFFFF; /* couleur du coté éclairé de la barre et des boutons : bords internes haut et gauche */
	scrollbar-highlight-color: #FFFFFF; /* couleur du coté sombre de la barre et des boutons : bords internes bas et droite */
	scrollbar-shadow-color: #666666; /* couleur de l'effet 3D du coté sombre de la barre et des boutons : bords externes bas et droite */
	scrollbar-darkshadow-color: #000000;
}

A:link {
	color:#F7883E;
	text-decoration:none;
}
A:visited{
	color:#F7883E;
	text-decoration:none;
}
A:hover {
	color:#FFFFFF;
	text-decoration:none;
}

TD.legende {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	valign: top;
	align: center;
}



/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* PAGE ACCUEIL */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

A.lartisanweb:link {
	font-weight: bold;
	font-size: xx-small;
	color: Gray;
	text-decoration: none;
}
A.lartisanweb:visited{
	font-weight: bold;
	font-size: xx-small;
	color: Gray;
	text-decoration: none;
}
A.lartisanweb:hover {
	font-weight: bold;
	font-size: x-small;
	color: #FF7F50;
	text-decoration: none;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* SOUS PAGE FUNERAIRE */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

TABLE.contenufuneraire {
	font-family: Arial, Helvetica, sans-serif;
	color: #F0FFFF;
	font-weight: normal;
	font-size: 10pt;
}

P.titrefuneraire {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10pt;
}

h1.titrepagefuneraire {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13pt;
}

img.imagefuneraire {
	border:solid 1px #333333;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* SOUS PAGE DECORATIVE*/
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

TABLE.contenudeco {
	font-family: Arial, Helvetica, sans-serif;
	color: #382327;
	font-weight: normal;
	font-size: 10pt;
}

P.titredeco {
	font-family: Arial, Helvetica, sans-serif;
	color: #F7883E;
	font-weight: bold;
	font-size: 10pt;
}

h1.titrepagedeco {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13pt;
}

img.imagedeco {
	border:solid 1px #CC6633;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* MENU */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
a.menu {
	font-family: Arial, Helvetica, sans-serif;
	color: #F7883E;
	font-weight: bold;
	font-size: 10pt;
}
a.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	font-weight: bold;
	font-size: 10pt;
}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu dl {
	float: left;
	margin: 1 1px;
	height: 39px;
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	color: #F7883E;
	font-weight: bold;
	font-size: 10pt;
}
#menu dl.funeraire {
	width: 6em;
}
#menu dl.deco {
	width: 6em;
}
#menu dl.quinous {
	width: 12em;
}
#menu dl.liens {
	width: 5em;
}
#menu dl.contact {
	width: 10em;
}
#menu dl.coinaffaire {
	width: 8em;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	line-height: 39px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #F7883E;
	font-weight: bold;
	font-size: 10pt;
}
#menu dt a {
	color: #F7883E;
	text-decoration: none;
}
#menu dt a:hover {
	color:#FFFFFF;
	text-decoration: none;	
}
#menu dt a.blanc {
	color:#FFFFFF;
	text-decoration: none;	
}
#menu dt a.blanc:hover {
	color:#FFFFFF;
	text-decoration: none;	
}

#menu dd {
	border: 0px;
	width: 16em;
	position: absolute;
	top: -39px
	font-family: Arial, Helvetica, sans-serif;
	color: #382327;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
}

#menu li {
	text-align: left;
	font-size: 8pt;
	background-color: #797D6C;
}
#menu li.deco {
	text-align: left;
	font-size: 8pt;
	background-color: #AFA68F;
}
#menu li a.blanc {
	color: #FFFFFF;
	text-decoration: none;
}
#menu li a.blanc:hover {
	color:#FFFFFF;	
	text-decoration: none;
}
#menu li a {
	color: #382327;
	text-decoration: none;
}
#menu li a:hover {
	color:#FFFFFF;	
}



/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* PAGE CONTACT */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
TABLE.contact {
	font-family: Arial, Helvetica, sans-serif;
	color: #382327;
	font-weight: normal;
	font-size: 10pt;
}

input.contact{
	background-color: #E1D2B1;
	font-family: Arial, Helvetica, sans-serif;
	color: #382327;
	font-weight: normal;
	font-size: 10pt;
	BORDER-RIGHT: #003366 1px solid;
	BORDER-LEFT: #003366 1px solid;
	BORDER-TOP: #003366 1px solid;
	BORDER-BOTTOM: #003366 1px solid;
}
TEXTAREA.contact{
	width: 400px;	
	background-color: #E1D2B1;
	font-family: Arial, Helvetica, sans-serif;
	color: #382327;
	font-weight: normal;
	font-size: 10pt;
	BORDER-RIGHT: #003366 1px solid;
	BORDER-LEFT: #003366 1px solid;
	BORDER-TOP: #003366 1px solid;
	BORDER-BOTTOM: #003366 1px solid;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* PAGE COIN AFFAIRES */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
TABLE.annonce {
	font-family: Arial, Helvetica, sans-serif;
	color: #382327;
	font-weight: normal;
	font-size: 10pt;
}



