body {
background-color:black;
}
#conteneur{
 background-image:url("Images/cont_centre.png");
 width:900px;
 margin:auto;
}
#cont_hautG{
	float:left;
	background-image:url("Images/cont_hautG.png");
	width:25px;
	height:25px;
}
#cont_haut{
	float:left;
	width:850px;
	height:25px;
	background-image:url("Images/cont_haut.png");
}
#cont_hautD{
	margin-left:875px;
	width:25px;
	height:25px;
	background-image:url("Images/cont_hautD.png");
}
#cont_basG{
	float:left;
	background-image:url("Images/cont_basG.png");
	width:25px;
	height:25px;
}
#cont_bas{
	float:left;
	width:850px;
	height:25px;
	background-image:url("Images/cont_bas.png");
}
#cont_basD{
	float:left;
	width:25px;
	height:25px;
	background-image:url("Images/cont_basD.png");
}
#page{
margin:auto;
width:850px;
color:black;
border: solid #000080 2px;
}
#haut {
width : 100%;
height:154px;
text-align:center;
margin : 0;
}
#barre_haut {
width : 842px;
background-image : url("Images/barre.png");
height : 22px;
padding:4px;
}
#barre_centre {
height:150px;
width : 842px;
background-image : url("Images/barre_centre.png");
padding:4px;
}
#barre_bas{
width : 842px;
height : 22px;
background-image : url("Images/barre.png");
padding:4px;
}
#centre {
width : 800px;
min-height : 550px;
background-image : url("Images/menu.png");
background-repeat:repeat-y;
}
#corp {
margin-left : 160px;
min-height : 550px;
width:670px;
background-color:#FFFFFF;
color:black;
padding:10px;
}
#menu {
color:black;
float:left;
width:160px;
background-image : url("Images/menu.png");
background-repeat:repeat-y;
}
#bas {
clear:both;
width:842px;
height:22px;
padding:4px;
text-align:center;
font-size:10px;
background-image : url("Images/barre.png");
}

#barre_haut .button,#barre_bas .button{
	display:inline-block;
	cursor : pointer;
	width:90px;
	height:20px;
	background-image:url("Images/boutton/barre_button_off.png");
	text-align:center;
}

#ecrant /* Propriétés qui s'appliquent au cadre en général */
{
height:150px;
width:210px;
}