body { 
  margin: 0; /* pour viter les marges */ 
} 


#page
{
	background-color : #b1c800;
	height:100%;
	margin-top : 0px;
}


#reduce
{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	/* text-align: center; */
	height: 100%;
}

#reduce2
{
	width:700px;
	margin-left:auto;
	margin-right:auto;
	/* text-align: center; */
	margin-top : 0px;
}

 /* #menu {position:absolute; top:0px; left:0px;} */
 
#toto
{
	width:675px;
	height:170px;
	margin-left:auto;
	margin-right:auto;
	/* text-align: center; */
} 
 
#menu div.jqDock {
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

#image
{
	/* background-image:url(BIENVENUE.gif);
	background-repeat : no-repeat;
	width : 950px;
	margin-left : auto;
	margin-right : auto;
	margin-top : 150px;
	height : 300px;
}


