/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* PAGE ACCUEIL*/
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
BODY  {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10pt;
	}

A.lartisanweb:link {
	font-size: 8pt;
	color: #788F3D;
	text-decoration: none;
}
A.lartisanweb:visited{
	font-size: 8pt;
	color: #788F3D;
	text-decoration: none;
}
A.lartisanweb:hover {
	font-size: 8pt;
	text-decoration: underline;
	color: #000000;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* SOUS PAGE MODELE */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
h1 {
	font-weight: bolder;
	font-size: 16px;
	color: #FFFFFF;
	display: inline;
}

.bleu {
	color: #4DBCF3;
}
TABLE.contenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10pt;
}
A:link {
	color: #FFFFFF;
	text-decoration: underline;
}
A:visited{
	color: #FFFFFF;
	text-decoration: underline;
}
A:hover {
	text-decoration: underline;
	color: Blue;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* MENU */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
A.menu:link {
	font-weight: bold;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
}
A.menu:visited{
	font-weight: bold;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
}
A.menu:hover {
	font-weight: bold;
	font-size: 10pt;
	text-decoration: underline;
	color: #FFFFFF;
}

A.menuen:link {
	font-weight: bold;
	font-size: 10pt;
	color: #38A9D8;
	text-decoration: none;
}
A.menuen:visited{
	font-weight: bold;
	font-size: 10pt;
	color: #38A9D8;
	text-decoration: none;
}
A.menuen:hover {
	font-weight: bold;
	font-size: 10pt;
	text-decoration: underline;
	color: #38A9D8;
}

