/* CSS Document */

body {
	font-family: arial, helvetica, serif;
	font-size: 100%;
	background: #000000;
	margin: 0;
	padding: 0;
}

#content {
	background-image:  url(../dvd_casting_forme/fond_film7.jpg);
	width: 777px;
	height: 97%;
	margin-left: -388px;
	left:50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
}
/* apparence des liens en dehors des menus */
a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a:link {
	color: white;
}

a:visited {
	color: white;
}

a:active {
	color: red;
}

a:hover {
	color: #0A0D27;
}

#entete {
	height: 62px;
	width: 761px;
	left: 8px;
	top: 8px;
	position: absolute;
	z-index: 1;
}
#information {
	position: absolute;
	left: 10px;
	top: 139px;
	width:179px; 
	height:300px;
}
#information p{
	background: url(../dvd_casting_forme/ss_bande.jpg) no-repeat left bottom;
	padding: 0.3em 1em;
}
#menu{
	position:absolute; 
	left:8px; 
	top:74px; 
	width:761px; 
	height:19px; z-index:5; 
	font-family: arial, helvetica, serif;
	font-size: 75%;
	font-weight: bold;
}
/* début du code pour les menus  */

ul {   /* bloc contenant les blocs menus, les blocs contenant les blocs  ss-menus */
	list-style: none; /* positionne les menus et les sous menus */
	padding: 0;
	margin: 0px;
}

#nav a {
	color: white;
	text-decoration: none;
}
#nav a:hover {
	color: red;
	text-decoration: none;
}

#nav li li a {     /* influe sur sous-menus */
	display: block;
	font-weight: bold;
	color: white;
	padding: 0.2em 10px; /* influe sur les blocs sous-menus en positionnant avec des marges */
}

#nav li li a:hover {   /* influe sur sous-menus quand on passe la souris*/
	padding: 0.2em 5px;
	border-left: solid red;
	border-right: solid transparent;
	border-width: 0 6px;
}

li {
	float: left;
	position: relative;
	width: 120px;
	text-align: center;
	background-color: transparent;
}

li ul {   /* bloc contenant les blocs ss-menus */
	display: none;
	position: absolute;
	top: 100%; /* pour IE, positionne les sous-menus collés aux menus */
	left: 0px;

	font-weight: bold;
	background:  url(../dvd_casting_forme/ddbg3.gif) no-repeat left bottom;
	padding: 0.5em 0 1em 0;
	border-right: solid 1px red;
	border-top: solid 1px black;
}

li>ul {       /* pour mozilla, positionne les sous-menus collés aux menus */
	top: auto;
	left: auto;
}

li li {   /* mise en bloc du texte des sous-menus  */
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}
/* fin du code pour les menus  */
#bande_demo {
	position: absolute;
	width: 590px;
	height: 70%;
	left: 211px;
	top: 109px;
	overflow: auto;
	margin: 0;
	padding: 0;
	z-index: 2;
	font-family: arial, helvetica, serif;
	font-size: 75%;
	color: white;
	text-align: left;

}
#titre {
	left: 211px;
	top: 109px;
	width: 560px;
	font:italic bold 14px arial, helvetica, serif;
	color: red;
	text-align: lEFT;
	background: url(../dvd_casting_forme/bande.jpg) no-repeat left bottom;
	filter: Shadow(Color=#0A0D27, Direction=60); 
	padding: 0;
}
#pied{
	position: absolute;
	height: 15px;
	width: 750px;
	bottom: 0px;
	font: 9px Arial, Helvetica, sans-serif;
	color: #5B6B92;
	text-align: center;
	padding: 0;
}
#pied a{
	font: 9px Arial, Helvetica, sans-serif;
	color: #5B6B92;
}
#pied a:hover{
	font: 9px Arial, Helvetica, sans-serif;
	color: #5B6B92;
	text-decoration: underline;
}
p {
	clear: left;
	padding: 1em 2em 0.7em 1em;
	margin: 0;
	font-size: 100%;
}

p.image {
	float: right;
	font-size: 0.8em;
	text-align: center;
	color: #7d6340;
	padding: 1.25em 1.25em 0.25em 0.25em;
}

p.image img {
	display: block;
	border: 1px solid #7d6340;
}
h1 {
	font-size: 16px;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	font: bold 16px arial, helvetica, serif;
	color: red;
	text-align: left;
	background: url(../dvd_casting_forme/demo2.gif) no-repeat left bottom;
}
h2 {
	font-size: 12px;
	color: white;
	padding: 0em 0 0.1em 1em;
	margin: 0px;
}
#demo{
}
h3 {
	font: italic bold 14px arial, helvetica, serif;
	color: red;
	padding: 0.7em 0 0 0;
	margin: 0px;
	background: url(../dvd_casting_forme/demo.gif) no-repeat left bottom;
}
#dvd  {
	text-decoration: none;
	padding: 0em 0em 0em 1em;
	margin: 0;
}
#dvd a {
	text-decoration: none;
}
#dvd a:hover {
background: none; /* correction d'un bug IE */
}
#dvd a span { /* définition de la balise <span> inclue dans <a> */
display: none;
}
#dvd2 a:hover {
background: none; /* correction d'un bug IE */
}
#dvd2 a span { /* définition de la balise <span> inclue dans <a> */
display: none;
}
#dvd a:hover span { /* définition de la balise <span> au survol */
display: inline;
position: absolute;
left:0px; 
top:20px; 
}
#dvd2 a span { /* définition de la balise <span> inclue dans <a> */
display: none;
}
#dvd2 a:hover span { /* définition de la balise <span> au survol */
display: inline;
position: absolute;
left:0px; 
top:200px; 
}