

.site_body
{
	background-image: url(/design/themes/pessoa/en/images/pg/background.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#ccffec;
}

.site_content
{
	background-color: #FFFFFF;
}

.background {
	background-image:url(../en/images/pg/bk.jpg);
	background-repeat:no-repeat;
}

.lmenu
{
	width: 207px;
}
.lmenu_item a
{
	background-image:none;
	display: block;
	width: 207px;
	padding-top: 2px;
	padding-right: 0px;
	padding-left: 0px;

}
.lmenu_item a:link, .lmenu_item a:visited, .lmenu_item a:active, .lmenu_item a:hover
{
	text-decoration: none;
	text-indent:12px;
	font-size:12px;
	color: #ffffff;
} 
.lmenu_item a:hover
{
	color: #ffffff;
	text-indent:12px;
	text-decoration:underline;

}



/*Liens*/

a:link, a:visited, a:active
{
	text-decoration: underline;
	color: #4c67af;
}

a:link
{
	text-decoration: underline;
	font-style:normal;
	color: #4c67af;
}

a:visited, a:active

{
	text-decoration: underline;
	color: #4c67af;
}

a:hover
{
	text-decoration: none;
	color: #7892cf;
}

/*Menus JavaScript*/

.menu, .menu_over
{
	font-size : 10pt;
	font-family: verdana,arial,helvetica,sans-serif;
	text-align: left;
	padding-left:11px;
	text-decoration : none;
}

.menu
{
	color: #FFFFFF;
}

.menu_over
{
	color: #FFFFFF;
}

/*Titre de page*/

.pagetitle
{
	text-align: left;
	font-size: 18pt;
	font-family:Verdana, Geneva, sans-serif;
	color: #21683d;
	border-bottom: 1px dotted #d4d1cc;
}

.pagetitle_details
{
	text-align: left;
	font-size: 11pt;
	font-family:Verdana, Geneva, sans-serif;
	color: #454546;
}



/*Liens*/

a:link, a:visited, a:active
{
	text-decoration: underline;
	color: #21683d;
}

a:link
{
	text-decoration: underline;
	font-style:normal;
	color: #21683d;
}

a:visited, a:active
{
	text-decoration: underline;
	color: #21683d;
}

a:hover
{
	text-decoration: none;
	color: #000000;
}