/* couleurs */
/* jaune #ffffcc */
/* orange #dd8800 */
/* marron #BF5F1E */
/* gris #7C8A9E */
/* fond #363E49 */

body, td
{
	color: #FFFFCC;
	font-family: Verdana, arial, sans-serif;
	font-size: 13px;
	letter-spacing: 6px;
}

input, textarea, select
{
	color: #FFFFFF;
	font-family: Verdana, arial, sans-serif;
	font-size: 13px;
	background-color: #585f6b ;
	border: solid #7C8A9E 1px;
}

a:link, a:visited
{
	color: #FFFFCC;
	text-decoration: none;
}

a:hover, a:active
{
	color: #dd8800;
}

a.lienvisible:link, a.lienvisible:visited
{
	color: #dd8800;
	text-decoration: underline;
}

a.lienvisible:hover, a.lienvisible:active
{
	color: #ffffff;
}

.titre
{
	font-weight: bold;
	font-size: 11px;
}

.titretexte
{
	font-weight: bold;
	font-size: 9px;
	letter-spacing: 1px;

}

.titreoeuvre
{
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 4px;
}

.descriptif
{
	font-size: 9px;
	letter-spacing: 4px;
}

.descriptifdessin
{
	font-size: 9px;
	letter-spacing: 3px;
}

.texte
{
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 1px;
}

.textemarron
{
	color: #BF5F1E ;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 1px;
}

.textegris
{
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #7C8A9E;
}

.menu
{
	font-size: 9px;
	color: #7C8A9E;
}

a.menu:link, a.menu:visited
{
	color: #7C8A9E;
	text-decoration: none;
}

a.menu:hover, a.menu:active
{
	color: #dd8800;
}

