body
{
width: 1000px;
margin: auto;
background-color: #000000; 
color: white;
font-family: 'Trebuchet MS';
font-size: 15px;
}

.red
{
color: red;
}

p
{
text-indent: 20px;
}

#float_right
{
	display: block;
	float: right;
	margin-left: 10px;
}

#float_left
{
	display: block;
	float: left;
	margin-right: 10px;
}

#foot
{
	margin-top: 10px;
	display: block;
	text-align: center;
	width: 1000px;
}

#head_menu
{
	width: 175px;
	height: 29px;
	padding-top: 10px;
	background-image: url("image_ui/head_menu.png");
	text-align: center;
}

#body_menu
{
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 155px;
	background-color: rgb(23, 23, 23);
}

#foot_menu
{
	width: 175px; 
	height: 18px;
	background-image: url('image_ui/foot_menu.png');
}

#body
{
	display: block;
	margin-left: 180px;
	margin-right: 180px;
}

#baniere
{
	display: block;
	width: 1000px;
	height: 180px;
	margin-bottom: 10px;
}

a
{
color: white;
text-decoration: none;
}

a:hover
{
color: red;
}

a img
{
border: none;
}

li
{
list-style-type: none;
}

h1, h2, h3, h4, h5, h6
{
color: red;
}

#titre a:hover
{
color: black;
}

#foot a:hover
{
color: black;
}

.list_index li
{
	list-style-type: disc;
}



/* _________________________________________________ MENU TOP */

#menu_top
{
	display: block;
	margin-bottom: 10px;
}

#menu_top a:hover
{
color: black;
}