<style type="text/css" media="screen">
 
body {
margin: 0;
padding: 0;
background: white;

}

#menu {
	position: absolute; /* placement du menu, à modifier selon vos besoins */
	top: 6px;
	left: 377px;
	z-index:250;
	width: 670px;
	height: 70px;
}



dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}



#menu dl {
	float: left;
	width: 100px;
	height: 36px;
	text-align: left;


}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	margin: 1px;
	width: 100px;
	clear:both;

}

/*texte dans le sous menu*/
/*boite des sous menus*/

#menu dd.droit {
	display: none;
	border: 1px solid #993399;
	width: 202px;
	margin: 1px;
	text-align: center;
	position:absolute;
	margin-left:-65px;
}



#menu dd {
	display: none;
	border: 1px solid #993399;
	width: 202px;
	margin: 1px;
	text-align: center;
	position:absolute;
	margin-left:15px;
}
#menu li {
	background: #000000;
	width: 202px;
	border: 0 none;
	margin: 0px;
	height: 18px;

}

/*texte des sous menus*/
#menu li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	width: 202px;
	margin: 0px;
	text-align: center;

}

/*#menu dt a {
color: #ffffff;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
width: 84px;
margin: 0px;

}

dans les 4 dernieres rubriques*/
.textemenu {
	font-size: 12px;
	color: #FSFFFCC;
	font-family: "Courier New", Courier, monospace;
	text-indent: 5px;
	/*letter-spacing: -1px;*/
	text-align: center;
}

/*couleur et taille du la ss rub. titre*/
.textemenu_titre {
	font-size: 16px;
	color: #9900FF;
	font-family: "Courier New", Courier, monospace;
	text-indent: -5px;
	letter-spacing: -1px;
	text-align: center;
}

.cadre {
	border: 1px solid #999999;
}

a:link {
	color: #003333;
}
a:visited {
	color: #003333;
}
a:hover {
	color: #003333;
}

a:active {
	color: #003333;
}

/*
, #menu dt a:hover, #menu dt a:focus {
background: #eee;
}

*/

/*texte en surbrillance dans le sous menu*/
#menu li a:hover, #menu li a:focus{
	background: #aaa;
	width: 202px;
	margin: 0px;
	border: 0 none;
}

#header {
	width: 455 px;
	height: 134px;
	index-z: 301;
}

#titre02{
	width: 985px;
	height: 510px;
	background-image:url(_images/fond_the_show.jpg);
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;

}


</style>

