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

html{
	width:100%;
	min-height:100%;
	}

body {
	background-color: #000000;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	}
/*/////////////////////////////////////////////////   CONTENU              /////////////////////////////////////////////*/


/* DIV PRINCIPALE CONTENU centre pour l'ecran//////////////////////////////////////////////////////////////////////////*/
#Conteneur{
	position:relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align:center;
}

/* DIV PRINCIPALE CONTENU avec dimension///////////////////////////////////////////////////////////////////////////////*/
#contenu{
	position:relative;
	width: 800px;
	height: 267px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align:left;
}

