body
{
	width: 1000px;
	margin: auto;
	margin-top: 0px;
	background-color: black;
}



form
{ 
	margin: 0;
}



.menu_haut :link, .menu_haut
{
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: white;
}



.menu_haut :visited
{
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: white;
}



.menu_haut :hover
{
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: red;
}






.menu_haut
{
	background-image: url("http://bouilletv.com/interface/menu_img1.gif");
	text-align: right;
	margin: 0px;
	padding-right: 10px;
	height: 46px;
	background-repeat: no-repeat;
}



/*** Menu de navigation ***/	
.menu, img
{
	border: none;
	float: left;
	margin: 0px;
}



.menu
{
	border-bottom: 5px solid black;
	clear: both;				
}



/*** Recherche ***/	
.recherche
{
	font-family: Arial, Times, serif;
	text-align: right;
	font-size: 15px;
	color: white;
	padding-right: 10px; 
}



/*** Typo titre ***/	
.titre_rouge
{
	font-family: "Arial black", Arial, Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: red;
}



.titre_blanc
{
	font-family: "Arial black", Arial, Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: white;
}


