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

html{
	width:100%;
	min-height:100%;
	background-image:url(../images/site/hr_top.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#000;

	}

body {
	background-color:#000;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	}
/* 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;
	color:#FFF;
}
/* DIV PRINCIPALE CONTENU avec dimension///////////////////////////////////////////////////////////////////////////////*/
#contenu{
	position:relative;
	width: 742px;
	height: 580px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	}
/*/////////////////////////////////////////////////   CONTENU              /////////////////////////////////////////////*/
#purple{
	position:relative;
	float:left;
	width: 742px;
	height: 580px;
	min-height: 580px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:left;
	background-image:url(../images/purple2010.jpg);
	background-repeat:no-repeat;
}
