/***Balises***/
html
{
	margin: auto;
	font-family: "Courier New", "Times New Roman", sans-serif;
	font-size: 15px;
	text-align: center;
	color: rgb(255, 255, 255);
	background: url("../img/top.jpg") no-repeat fixed center 0px,
	url("../img/1.jpg") no-repeat fixed left 188px,
	url("../img/2.jpg") no-repeat fixed left 350px,
	url("../img/3.jpg") no-repeat fixed left 529px,
	url("../img/4.jpg") no-repeat fixed right 188px,
	url("../img/5.jpg") no-repeat fixed right 365px,
	url("../img/6.jpg") no-repeat fixed right 546px #100805
	;
}

body
{
	width: 900px;
	margin: auto;
}

a
{
	color: rgb(150, 0, 0);
}

a.nouveau_message
{
	color: rgb(0, 150, 0);
}

img
{
	border: none;
	vertical-align: middle;
}

table
{
	margin: auto;
	width: 100%;
}

ul
{
	list-style-position: inside;
}

/***Blocs***/
#tete
{
	height: 100px;
	position: relative;
	/*background:url("../img/banniere.png") no-repeat center center;*/
}

#menu_haut
{
	position: relative;
	border-top: 2px solid rgb(0, 0, 0);
	border-bottom: 2px solid rgb(0, 0, 0);
}


#menu_gauche
{
	width: 150px;
	height: auto;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 2px;
	background-color: rgb(0, 0, 0);
	color: rgb(0, 0, 0);
	border: 2px solid rgb(0, 0, 0);
}

#menu_droite
{
	width: 150px;
	height: auto;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 2px;
	background-color: rgb(0, 0, 0);
	color: rgb(0, 0, 0);
	border: 2px solid rgb(0, 0, 0);
}

.menu_partie_haut
{
	height: 45px;
	background: url("../img/menu_haut.png") no-repeat center center;
}

.menu_partie_centre
{
	background: url("../img/menu_centre.png") repeat-y center center;
}

.menu_partie_bas
{
	height: 45px;
	background: url("../img/menu_bas.png") no-repeat center center;
}

#corps
{
	position: relative;
	margin-left: 150px;
	margin-right: 150px;
	margin-top: 10px;
	padding: 10px;
}

#pied
{
	position: relative;
	clear: both;
	border-top: 2px solid;
}
