html, body {
	background: #ffffff;	
	margin: 0;
	text-align: center; /*corrige bug centrage IE*/
}

hr {
	display: none;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

h1 {
	margin-top: 5px;
}

#DivIndex {
	display: none;
}

#divPage {
	position: relative;
	width: 848px;
	height: 625px;
	display: block;
	text-align: left;	
	margin: 0 auto;
	background: #F2F2F2;
	/*border: 1px dotted #bababa;
	border-top-style: none;*/
}

#divPiedPage {
	position: relative;
	width: 848px;
	height: 18px;
	display: block;
	text-align: left;	
	margin: 0 auto;
	background: url(/images/piedpage.png) top left repeat-x;
	color: #3a3a3a;
	padding: 2px 0 0;
	font: 0.6em "Trebuchet MS", verdana, sans-serif;
}

#divPiedPage a {
	text-decoration: none;
	color: #455161;
}

#majsite {
	float: right;
	margin: 0;
	padding: 0;
}

#enplus{
	float: left;
}

#divTetiere {
	position: absolute;
	top: 0;
	bottom: 0;
	width: inherit;
}

/*<group=Menus>*/
	
#divMenu {
	position: absolute;
	display: block;
	left: 515px;
	top: 39px;
	word-spacing: 0.7em;
	font: bold 0.7em "Trebuchet MS", verdana, sans-serif;
	text-transform: uppercase;
}

#divMenu a {
	text-decoration: none;
	color: #000000;
}

#divMenu a.on {
	color: #7e7e7e;
}
/*</group>*/

.hide {
	display: none;
}

