body {
	margin: 0px;
	padding: 0;
	border:0px;
	font-family: Courier New;
	font-size: 12px;
	color: #FFFFCC;
	background-color: #6BA668;
	line-height: 17px;
	background-image: url(../images/deco/bg.gif);
}

#global{
	position: relative;
	top: 0px;
	width: 875px;

}






#haut{
	width: 875px;
	}
	
	
#titre{
	height: 60px;
	width: 875px;
	}
	
#gauche{
	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	padding-left: 17px;
	float:left;
	width: 204px;
	}




	
#centre{
	float:left;
	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	padding-left: 35px;
	width: 260px;
	padding-bottom: 25px;
	text-align: justify;
	}
	
		
#droite{
	float:left;	
	box-sizing: border-box;
	-moz-box-sizing: padding-box;;
	width:310px;
	padding-left: 25px;
	padding-bottom: 25px;
	text-align: justify;

	}
	

#droitebis{
	float:left;	
	box-sizing: border-box;
	-moz-box-sizing: padding-box;;
	width:200px;
	padding-left: 80px;
	padding-bottom: 25px;
	text-align: justify;

	}
	
#centre_contact{
	float:left;
	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	width: 500px;
	padding-left: 25px;
	padding-bottom: 25px;
	text-align: justify;

	}


#bas{
	clear:both;
	height: 40px;
	width:875px;
	bottom: 0px;
	color: #FEE6BC;
	background-image: url(../images/deco/bas.gif);
	background-repeat: no-repeat;
	}
	
.table_menu
{
	background-color: #FEE6BC;
}
.bord_petit_plan {
	border: 0;

}


/* ########## POST IT ########## */
#root {
	position:absolute;
	width:269px;
	border:solid 1px #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0px;
	background-image: url(../images/deco/postit-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #708D52;
	padding: 5px;
}

#handle {
	color:#003300;
	background-color:#A3CC76;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bolder;
	padding: 8px;
	cursor:move;
}

#root p {
	margin: 0px;
	text-align:justify;
	color: #003300;
}

#root strong {
	font-weight:bold;
	color:#fff;
}
/* ######## FIN POST IT ######## */

