html, body{
	text-align:center;
	padding:0;
	margin:0;
	font-family:"Trebuchet MS",Trebuchet,Arial,Helvetica,sans-serif;
	color:#0486DE;
}
a, a:hover, a:visited{	color:#0486DE;}
body{
	background:url("images/greenbg.jpg") repeat-x top left;
}
ul{
	list-style-type: square;
}
#globalContainer{
	margin:0 auto;
	width:706px;
}
#headPart, #contentPart, #bottomPart{
	width:100%;
	float:left;
	background-color:white;
}
#textContent{
	text-align:left;
	width:680px;
	margin:auto;
}
/*
#headPart{
	background-color:#0398C0;
}*/
#bottomPart{
	background:url("images/swing.jpg") no-repeat left top;
	height:92px;
	padding-top:70px;
	color:white;
}
#topLogo{
	width:700px;
	height:168px;
	background:url("images/logo_big.jpg") no-repeat left top;
	cursor:pointer;
	text-align:justify;
}
.italic{font-style:italic;}
.bigTitle{font-size:18px;}
.souligne{text-decoration:underline}
#coordDiv{
	font-size:15px;
	width:455px;
	height:50px;
	position:relative;
	top:120px;
	padding-left:10px;
	cursor:default;
}

#hdltDiv, #embDiv, #hygDiv, #matDiv,#papDiv,#persDiv,#uuDiv{
	width:100px;
	height:107px;
	float:left;
	cursor:pointer;
}
#hdltDiv:hover, #embDiv:hover, #hygDiv:hover, #matDiv:hover,#papDiv:hover,#persDiv:hover,#uuDiv:hover{
	background-position:0 -107px;
}
#embDiv, #embDiv:hover{		background-image:url("images/emballage_fx.jpg");}
#hdltDiv, #hdltDiv:hover{	background-image:url("images/harmonie_de_la_table_fx.jpg");}
#hygDiv, #hygDiv:hover{		background-image:url("images/hygiene_fx.jpg");}
#matDiv, #matDiv:hover{		background-image:url("images/materiel_fx.jpg");}
#papDiv, #papDiv:hover{		background-image:url("images/papeterie_fx.jpg");}
#persDiv, #persDiv:hover{	background-image:url("images/personnalisation_fx.jpg");}
#uuDiv, #uuDiv:hover{		background-image:url("images/usage_unique_fx.jpg");}