/*-------------------------------------------------
Site entier
-------------------------------------------------*/
BODY
{
    FONT-FAMILY: tahoma;
    color:#E2C771;
}
a:visited {
	color: #E2BC76;
}
a:link {
	color: #E2BC76;
}
a:hover {
	color: #FFFFCC;
}


/*-------------------------------------------------
menu 	padding: 2px 6px 2px 6px;
-------------------------------------------------*/

.menustyle {
	font-family:tahoma; 
	font-weight:bold; 
	color:#E2C771; 
	font-size:20px; 
	border:none; 
	margin: 0px;
	white-space: nowrap;
}

.menuitem {
	font-family:tahoma;
	color:#E2C771;
	font-size:16px;
	border: none;

	margin: 0px; 
	white-space:nowrap;
	cursor:hand;
}

.mouseover {
	font-family:tahoma;
	color:#E2C771;
	font-size:16px;
	border:none;
	margin: 0px;
	background:#5E0000;
	white-space:nowrap;
	cursor:hand;
}

/*-------------------------------------------------
page d'accueil
-------------------------------------------------*/
.fond {
	background-attachment: fixed;
	background-color: #333333;
	background-repeat: no-repeat;
	background-position: center top;
}
.tabFond {
	background-attachment: fixed;
	background-image: url(img/fond_psp.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


/*-------------------------------------------------
pieces-archives
-------------------------------------------------*/
.actuTitre {
	font-family: Tahoma;
	font-size: 14pt;
	font-style: normal;
	line-height: normal;
	text-transform: capitalize;
	color: #E2BC76;
	font-weight: bold;

}
.actuTexte {
	font-family: Tahoma;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	color: #E2BC76;
}
.actuTexteComediens {
	font-family: Tahoma;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	color: #E2BC76;
}