/*
	Styles associés à l'ensembles des pages
*/
body {
	height: 100%;
	width: 100%;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
div#contenu {
	position: relative;
	
	width: 986px;
	height: auto;
	
	margin-left: auto;
	margin-right: auto;
	
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
}
/*
	Flash Home Page
*/
div#tetiere {
	position: relative;
	float: left;
	
	left: 0px;
	top: 0px;
	
	width: 986px;
	height: 210px;
	
	z-index: 1;
}
div#tetiere div#flash {
	position: absolute;
	
	left: 0px;
	top: 30px;
	
	width: 986px;
	height: 144px;
	
	z-index: 1;
}
/*
	Styles pour les menu en haut de page
*/
div#menu {
	position: absolute;
	
	left: 12px;
	top: 155px;

	width: 972px;
	height: auto;
	
	z-index: 3;
}
div#menu a {
	float: left;
	
	width: 100px;
	height: 40px;
	
	background-image: url(../images/bouton_menu/erplm_bbp.png);
	background-repeat: no-repeat;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #fff;
	
	text-align: center;
	
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 10px;
	
	margin-left: 4px;
	margin-right: 4px;
}
div#menu a:hover {
	background-image: url(../images/bouton_menu/erplm_bjp.png);
	background-repeat: no-repeat;

	color: #000;
}
div#menu a.actif {
	background-image: url(../images/bouton_menu/erplm_bjp.png);
	background-repeat: no-repeat;

	color: #000;
}
div#menu_ij {
	position: absolute;
	
	left: 0px;
	top: 0px;

	width: 985px;
	height: auto;
	
	z-index: 5;
}

/*
	Ensembles des styls des contenus HTML
*/
div#page {
	position: relative;
	float: left;
	
	width: 986px;
	height: 100%;
	
	display: block;
}

div#baspage {
	position: relative;
	float: left;
	
	width: 986px;
	height: auto;
	
	z-index: 2;
}
/*
	Styles pour le positionnement des conteneur pour les barres CRIJ/IJ
*/
div#bp_ij {
	width: 985px;
	height: auto;
}
