/*Basic elements*/
body {
	margin: 0px 3px 0px 3px;
	background-color: #CCCCCC;
	color: #666666;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: medium;
	font-weight: bold;
}
p {
	vertical-align: top;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #9900CC;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6666CC;
}
a:hover {
	text-decoration: underline;
	color: #6666CC;
}
a:active {
	text-decoration: none;
}
a.pdf {
	background-image:url(pdficon_small.gif);
	padding-left:18px;
	background-repeat: no-repeat;
	padding-right:1px;
}

/*Specific divs*******************************/

/*Main Frame ----Container-------------------*/
#container {
	background: transparent url(pu-body_bg.gif) repeat-y top left;
	/*	top: 211px;*/
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/*#corps li {
	padding-top: 10px;
}
#corps span {
	font-weight: bold;
}*/
#corps {
	position: relative;
	height: auto;
	margin: 3px 3px 0px 3px;
	padding: 3px 3px 3px 3px;
	width: 650px;
	z-index: 1;
	text-align: center;
	left: 0px;
	top: 0px;
	overflow-x: auto;
	overflow-y: auto;
}/*
#corps h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 170%;
	font-style: normal;
	font-weight: bold;
}
#corps h2 {
	font-size: 140%;
	font-style: normal;
	font-weight: bold;
}
#corps h3 {
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
}
*/
/*Banni&egrave;re-------pageHeander-----------------*/

#pageHeader {
	background-image: url(pu-header_bg.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 12px;
	width: 660px;
}
#pageHeader h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	margin-left: 300px;
}
#pageHeader h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	margin-left: 310px;
}
#pageHeader h2 span {
	font-style:italic
}
#footer {
	background: url(pu-footer_bg.gif) no-repeat left bottom;
	margin: 0px;
	padding: 0px;
	width: 660px;
	height: 12px;
	z-index: 0;
}

