body
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: black;
	background-image : url(back_gauche.png);
	background-repeat: repeat-y;
	background-position: left;
	background-attachment:fixed;
	color: white;
	font-size: 12px;
	font-family: "Verdana", "Times New Roman", "Arial Black", "Tahoma";
}
a
{
	text-decoration: none;
	color: white;
}
#global
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	height: 100%;
	background-image : url(back_droite.png);
	background-repeat: repeat-y;
	background-position: right;
	background-attachment:fixed;
	text-align: center;
}