/*	Poloscopie Portal - poloscopie.fr	*/
/*	version 3 - January 2012			*/

/* Global */
html { height: 100% }
body			{	font-family: "Lucida Grande", "Tahoma"; font-size: 13px; background-image: url(../img/theme/background.jpg); background-repeat: repeat; height: 100%; }
a				{ font-weight: bold; color: #999284; }
a:hover		{ color: #aaa395; text-decoration: none; }
.PColor		{ color: #5c5049 }
.NewsTitle	{ font-weight: bold; font-size: 14px; }
.Bold			{ font-weight: bold; }
.Error			{ font-weight: bold; color: #c00; }
.Error2		{ color: #c00; }
img			{ border: 0; }


#Global	{ position: absolute; width: 800px; left: 50%; margin-left: -400px; background-color: white; border-radius: 10px; box-shadow: 2px 2px 10px #3a3027; }
#Home, #Elessar, #Tubart, #PPMB, #PPMFR { padding: 30px;}

/*Header*/

#Header1, #Header2
{
	position: absolute; width: 800px; height: 200px; border-radius: 10px;
	-moz-transition-property: opacity;		-moz-transition-duration: 20s;
	-webkit-transition-property: opacity;	-webkit-transition-duration: 20s;
	-o-transition-property: opacity;			-o-transition-duration: 20s;
	transition-property: opacity;	transition-duration: 20s;
}
#Header1 { opacity: 1; background-image: url(../images/poloscopie/header1.png); z-index: 1; }
#Header2 { background-image: url(../images/poloscopie/header2.png); z-index: 0; }
#Menu { padding-top: 200px; width: 100%; text-align: center; font-size: 17px; font-weight: bold; color: #5c5049; }


div.TableHeader { background-color: #bbb4a6; border-top-left-radius: 7px; border-top-right-radius: 7px; font-size: 15px; padding-right: 10px; padding-left: 10px; padding-bottom: 5px; padding-top: 5px;
/*	color:#f9f9f9;
	text-shadow:#5c5049 -1px -1px 0px !important;*/}
div.TableContent { background-color: #ddd6c8; border-bottom-left-radius: 7px; border-bottom-right-radius: 7px; padding: 10px; }



#Footer { font-size: 9px; font-weight:bold; color: #5c5049; text-align: center; padding-bottom: 30px; }