/*
	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: 650px;
	
	margin-left: auto;
	margin-right: auto;
	
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
}
/*
	Flash Home Page
*/
div#flash {
	position: absolute;
	
	left: 0px;
	top: 30px;
	
	width: 986px;
	height: 584px;
	
	z-index: 1;
}
/*
	Ensembles des styls des contenus HTML
*/
div#html {
	position: absolute;
	
	left: 0px;
	top: 0px;
	
	width: 986px;
	height: 650px;
	
	z-index: 2;
}
div#baspage {
	/* Placement des boites intro et actualités dans la page */
	
	position: absolute;
	
	left: 0px;
	bottom: 51px;
	
	width: 986px;
	height: 208px;
	
	background-image:url(../../images/erplm_bph-left.png);
	background-repeat: no-repeat;
	
	z-index: 1;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#intro {
	/* Placement des boites intro */
	
	position: absolute;
	
	left: 31px;
	top: 56px;
	
	width: 226px;
	height: 130px;
	
	overflow: hidden;
}
div#intro h1 {
	/* titre de la boite intro */
	
	font-weight: bold;
	font-size: 12px;
	
	color: #666666;
	
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
}
div#intro p {
	/* texte dans la boite intro */
	
	font-weight: normal;
	font-size: 11px;

	color: #666666;
	
	margin: 0;
	padding: 0;
}

div#introbrez {
	/* Placement des boites introbrez */
	
	position: absolute;
	
	left: 300px;
	top: 56px;
	
	width: 226px;
	height: 130px;
	
	overflow: hidden;
}
div#introbrez h1 {
	/* titre de la boite intro */
	
	font-weight: bold;
	font-size: 12px;
	
	color: #666666;
	
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
}
div#introbrez p {
	/* texte dans la boite introbrez */
	
	font-weight: normal;
	font-size: 11px;

	color: #666666;
	
	margin: 0;
	padding: 0;
}

div#actualite {
	/* Placement des boites actualités */
	
	position: absolute;
	
	left: 541px;
	top: 0px;
	
	padding: 0;
	padding-top: 56px;
	padding-left: 20px;
	padding-right: 20px;
	
	width: 195px;
	height: 139px;
	
	overflow: hidden;
	
	background-image:url(../../images/erplm_bph-right-top.png);
	background-repeat: no-repeat;
	
	z-index: 1;
}
div#actualite a#toutactu {
	/* Bouton +d'actu état normal */
	
	position: absolute;
	
	left: 0px;
	top: 155px;
	
	width: 239px;
	height: 53px;
	
	padding: 0;
	
	background-image:url(../../images/erplm_bph-right-bottom_ou.png);
	background-repeat: no-repeat;
}
div#actualite a#toutactu:hover {
	/* Bouton +d'actu état suvolé */
	
	background-image:url(../../images/erplm_bph-right-bottom_ov.png);
}
div#actualite h1 {
	/* titre avec puce pour l'actu en avant */
	
	font-weight: bold;
	font-size: 14px;
	
	color: #00a7e3;
	
	background-image: url(../../images/erplm_pbh.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	
	margin: 0;
	margin-bottom: 2px;
	padding: 0;
	padding-left: 15px;
}
div#actualite p {
	/* Texte de l'actu en avant */
	
	font-weight: normal;
	font-size: 11px;

	color: #666666;
	
	margin: 0;
	padding: 0;
}
/*
	Styles pour les menu en haut de page
*/
div#menu {
	position: absolute;
	
	left: 14px;
	top: 50px;

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

	color: #000;
}
/*
	Styles pour le positionnement des conteneur pour les barres CRIJ/IJ
*/
div#menu_ij {
	position: absolute;
	
	left: 0px;
	top: 0px;

	width: 985px;
	height: auto;
	
	z-index: 5;
}
div#bp_ij {
	position: absolute;
	
	left: 0px;
	top: 626px;

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