/*
Design  pour wakfutv
Réalisé par Guillaume
<lien url="http://www.wakfutv.fr
*/

body
{
	margin:auto;
	background-color:rgb(73,73,73);
	list-style-image: url("tofu.png");
	color:white;
}
a
{
	border:none;
	color:rgb(53,170,142);
	text-decoration:none;
}

img
{
	border:none;
}

#site
{
	position:relative; 
	width:990px;
	margin:auto;
}

#banniere
{
	height:207px;
	background-image:url('bann.png');
}

#menu
{
	width:158px;
	float:left;
	background-image:url('menu_centre.png');
}
.menu_corps
{
	margin-left:20px;
}
.menu_bas
{
	background-image:url('menu_bas.png');
	height:18px;
}
#corps
{
	min-height:800px;
}

#page
{
	margin-left:-40px;
	margin-right:130px;
}
.page_corps
{
	margin-left:250px;
	margin-right:50px;
}

#news
{
	margin-left:200px;
	margin-right:170px;
}

.news_haut
{
	height:50px;
	color:rgb(53,170,142);
}
.name_news
{
	font-size:x-large ;
}

.news_bas
{
	height:50px;
}

#sondage
{
	width: 154px;
	height:424px;
	background-image:url('sondage.png');
	background-repeat:no-repeat;
	
	text-align:center;	
	position:absolute; 
	top:199px;
	right:10px;
	z-index:100;
}