
/* body.css : use for body */

body
{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	color: #000000;
	text-align: center;
	background: url("../images/pxfond.gif");
	background-repeat: repeat-xy;
}

#Container
{
	position: relative;
	width: 1024px;
	height: auto;
	border: 0px solid black;
	background: inherit;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	margin: 0px auto; 
	border-top: 0px solid #C5D636;
	border-bottom: 0px solid #C5D636;
	border-left: 0px solid #C5D636;
	border-right: 0px solid #C5D636;
}

#PageContainer
{
	float: left;
	width: auto;
	height: auto;
	font-size: 12px;
	text-align: center;
	margin: 0px auto; 
	color: #000000;
	background: inherit;
	margin-top: 0px;
	border-top: 0px solid #C5D636;
	border-bottom: 1px solid #C5D636;
	border-left: 1px solid #C5D636;
	border-right: 1px solid #C5D636;
}

#Flash
{
	position: relative;
	left: 63px;
	top: 295px;
	width: 435px;
	height: 250px;
	background: transparent;
}

.FresqueVerticale
{
	float: left;
	width: 40px;
	height: 646px;
	color: #FFFFFF;
	font-size: 0px;
	text-align: left;
	line-height: 0px;
	background: url("../images/fresque_verticale.jpg");
	background-repeat: repeat-xy;
}

