body {
	font: 70%  Arial, Helvetica, sans-serif;
	color: #999999;
	background: #000000;
	text-align: left;
	background-color: #000000;
	margin-top: 0px;
	margin-left: 0px;
}


#page {
	text-align: left;
	width: 1200px;
	background: #000000;
	height: 910px;
}

#entete{
	text-align: left;
	width: 1150px;
	height:100px;
	background: #000000;
	float: left;
}

#logo{
	text-align: left;
	width: 180px;
	height:100px;
	background: #000000;
	float: left;
}
#rubriques{
	text-align: left;
	width: 970px;
	height:50px;
	background: #000000;
	float: left;
	margin: 0;
}
#bd{
	
	width: 10px;
	height:35px;
	
}


#titre{
	text-align: center;
	width: 970px;
	height:50px;
	background: #000000;
	float: left;
	margin: 0;
	background-image: url(/images/menu-entete/titreindex.jpg);
}




#container {
	float:left;
	width: 1150px;
	height:800px;
}

#menu {
	float:left;
	width: 179px;
	height:800px;
}

#contenu {
	float:left;
	width: 970px;
	height:800px;
	overflow: auto;
	line-height: 10px;
}

#dia {
	float:left;
	width: 970px;
	height:530px;
	overflow: auto;
	line-height: 10px;
}

#description {
	float:left;
	width: 970px;
	height:280px;
	overflow: auto;
	line-height: 10px;
}




#pied {
	clear:both;
	background-color: #000000;
	height: 10px;
	float: left;
	width: 1150px;
}

#menu ul {
	width:178px;
	padding:0;
	margin:0;
	list-style-type:none;
}
#menu li
{
display:block;
padding:10px;		
}


#menu ul a
{
	background-color:#000000;
	color:#666666;
	text-decoration:none;
	text-align: left;
	
}
#menu ul li a:hover
{
	color: #CCCCCC;
} 



#entete ul {
	padding:0;
	margin:0;
	list-style-type:none;
	display: block;
}
#entete li
{
	margin-left:0px; /*pour IE*/
	float: left;
	margin: 0;
	display: block;
}
#entete ul li a
{
	display:block;
	float:left;
	width:115px;
	background-color:#000000;
	color:#666666;
	text-decoration:none;
	text-align:center;
	padding:10px;
	border-width:0px;
	border-style:solid;
	/*pour avoir un effet "outset" avec IE :*/
border-color:#00000 #00000 #00000 #00000;
	letter-spacing: 1px;
}
#entete ul li a:hover
{
	color: #CCCCCC;
} 

