*{font-family:Arial;}

body
{
	background-color:white;
	background-position:0px 0px;
	margin:0px;
	padding:0px;
}

#conteneur
{
	width:100%;
	text-align:center;
	background-image:url(../images/bande2.jpg);
	background-repeat:repeat-x;
	margin:auto;
	margin-top:33px;
	}
	
#divMain
{	text-align:center;
	margin:auto;
	width:900px;
	height:696px;
	background-image:url(../images/cadre.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	padding-top:100px;
padding-bottom:50px;
	}

#content
{
	text-align:left;
	margin:0px 52px 0 50px;
	padding-left:20px;
	height:540px;
	}