#container {
	min-height: 100%;
	height: 100%;
	margin: 0px;
	width:100%;
}

/* --- POSITIONNEMENT --- */

/* Page */
html{
	margin: 0px;
	overflow-y: scroll;
	}

body {
margin:0px;
}
#global {
	background-color:#e8ecf7;
	width: 975px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 65px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #999;
}

/* En-tête */
#entete {
	background-image: url(images/galerie/cadre.png);
	background-repeat: no-repeat;
	height: 170px;
	width:975px;
}
#entete-fond{
	background-image:url(images/fond-menu.png);
	background-position:left bottom;
	background-repeat: repeat-y;
	height:160px;
}
#entete-droite {
	position:absolute;
	height: 70px;
	width: 300px;
	background-image: url(images/logo_centrale-pages.png);
	background-repeat: no-repeat;
	margin-left:650px;
	margin-top: 125px;
}
/* Bloc central */
#centre {
	width: 100%;
	overflow: hidden;
}

/* Menu de navigation */
#navigation {
	display:inline;
	margin-left:0px;
	float: left;
	width: 220px;
	background-image:url(images/fond-menu.png);
	vertical-align:top;
}

/* Contenu principal */
#principal {
	float: left;
	width: 535px;
	margin-left: 10px;
	margin-top:10px;

}
#principal-bloc {
	float: left;
	width: 535px;
	border: 2px solid #BECAE9;
}
#principal-bloc-test {
	float: left;
	width: 535px;
	border: 2px solid #BECAE9;
	padding-left:10px;
	padding-right:10px;
	text-align:justify;
	line-height:15px;
	background-color:#E8E8E8;
}

#principal-bloc-test li{
    padding-left:25px;
	padding-right:6px;
	margin:0px;
	padding-bottom:4px;
	line-height:14px;
	list-style-type: none;
	background-image: url(../../../puce-tiret.gif);
	background-repeat: no-repeat;
	background-position: 6px 8px;
	text-align:justify;
}

#principal-bloc ul{
	margin:0px;
	padding:0px;
}

/* Pied de page */
#pied-general{
	position:absolute;
	width: 975px;
	height: 65px;	
	}

#pied {
	margin: 0;
	font-size: 0.85em;
	background-image: url(images/pied-up-sec-central.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 975px;
	height: 65px;
	text-align: center;
	padding-top: 49px;
	padding-right: 20px;
	padding-left: 0;	
}

#eduqua{
	position:absolute;
	margin-top:10px;
	margin-left:42px;
	height:45px;
	}

/* Mention de copyright */
#copyright {
	margin: 8px 0 0 0;
	font-size: 1em;
	text-align: left;
}
.B_crumbBox{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;	
	}
