@charset "utf-8";
/* CSS Document */

body
{
	/*background-image: url(images/background.jpg);
	background-repeat: repeat;*/
	background-color: #000000;
	margin: auto;
}

div.conteneur
{
	margin: auto;
	margin-top: 0px;
	width: 514px;
}

img
{
	border: none;
}

div.top
{
	width: 514px;
	height: 319px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
}

div.francais
{
	width: 257px;
	height: 87px;
	display: inline;
	float: left;
}

div.english
{
	width: 257px;
	height: 87px;
	float: left;
}

div.footer
{
	width: 514px;
	height: 525px;
	display: inline;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	float: left;
}
