html, body
{
	margin: 0;
	padding: 0;
}

body
{
	background-image: url("kinopoivre.jpg");
	background-repeat: no-repeat;
	color: #000;
	background-color: #eee2bc;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 16px;
	font-weight: 400;
}

#pleinepage
{
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: url(fond-page.jpg);
	-webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

#menu
{
	float: left;
	/* position: fixed; */
	top: 137px;
	left: 42px;
	padding: -1em 0 2em 0;
	border: solid 1px black;
	width: 270px;
	background-color: white;
}

#pleinepage#menu
{
	position: fixed; 
	top: 137px;
	left: 42px;
	padding: 0;
	border: solid 1px black;
	width: 270px;
	background-color: white;
}

#menu a
{
	display: block;
	width: 270px;
	height: 1.3em;
	line-height: 1.3em;
	color: blue;
	background-color: white;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	text-align: center;
}

#menu a:hover
{
	text-decoration: underline;
}

#menu a.encours
{
	color: white;
	background-color: red;
}

#menunotules
{
	position: absolute;
	top: 160px;
	left: 42px;
	width: 300px;
}

#menunotules p.an
{
	margin: 0;
	line-height: 1.4em;
	width: 300px;
	background-color: maroon;
	color: white;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	text-align: center;
	text-indent: 0;
}

#menunotules a
{
	display: block;
	float: left;
	width: 50px;
	height: 1.3em;
	line-height: 1.3em;
	background-color: white;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	text-align: center;
}

#pleinepage>#menunotules
{
	position: absolute;
	top: 160px;
	left: 30px;
	width: 300px;
	background-color: transparent;
	border: none;
}

h1 /* Titre invisible pour moteurs de recherches */
{
	display: none;
}

h2 /* Titre de la page */
{
	margin-left: 360px;
	margin-top: 44px;
	margin-bottom: 9px;
	height: 34px;
	line-height: 34px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ffff00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 135%;
	font-weight: 600;
	background-color: transparent;
	color: #00CC99;
}

p
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 354px;
	margin-right: 42px;
	text-indent: 2em;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-size: 125%;
	font-style: normal;
	font-weight: normal;
}

.affiche
{
	margin-top:0;
	margin-left: 450px;
	margin-bottom: 2.5em;
	margin-right: 42px;
	padding: 1em 2em 1.2em;
	background-image: none;
	background-color: #FFFFdf;
	box-shadow: 5px 5px 5px #333333
}

.affiche p
{
	color: #700000;
	font-family: "Times New Roman", Georgia, serif;
	font-size: 110%;
	font-weight: 400;
	margin-left: 0;
	text-indent: 0;
	text-align: left;
}

.affiche p.sdl /* Avec saut de ligne */
{
	margin-bottom: 1em;
	color: #700000;
	font-family: "Times New Roman", Georgia, serif;
	font-size: 110%;
	font-weight: 400;
	margin-left: 0;
	text-indent: 0;
	text-align: left;
}

h6.rapide
{
	margin-top: -10px;
}

h6.rapide img
{
	float: left;
}

.exergue
{
	margin-top:0;
	margin-bottom: 1.5em;
	margin-left: 10%;
	margin-right: 0;
}

.exergue p
{
	color: #700000;
	font-family: Geneva, "Times New Roman", serif;
	font-size: 112%;
	font-weight: 400;
	text-indent: 0;
	text-align: right;
}

#chapeau
{
	margin: 0 42px 3em 354px;
	padding: 1.2em 2em;
	width: auto; 
	border-style: solid;
	border-width: 2px;
	background-color:#eecc99;
	font-size: 0.9em;
	text-indent: 1.5em;
	text-align: justify;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
	border-radius: 17px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	-khtml-border-radius: 17px;
	-o-border-radius: 17px; 
}

#accueil #chapeau
{
	margin: 0 20% 3em;
	width: auto;
}

#logo
{
	margin: 0;
	position: absolute;
	top: 0;
	right: 20px;
}

#intro
{
	width: 85%;
	padding: 0.9em 0;
	background-color: #FFFFCC;
	}

#intro p
{
	margin-left: 42px;
	text-indent: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 94%;
	font-weight: bold;
}

#pied
{
	margin: 1em auto 0 auto;
	padding: 0.5em 0 0.5em 0;
	font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
	text-align: center;
	color: #333333;
	background-color: transparent;
	border-top: solid 1px black;
}

#pied p
{
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 0.67em;
	line-height: 1.5em;
	margin: 0;
	text-indent: 0;
	text-align: center;
}

#pied p span
{
	color: #333333;
	padding: 0 1em;
}

#pied p span a
{
	text-decoration: none;
}

#pied p span a:hover
{
	font-weight: bold;
}

hr
{
	width: 85%;
}

.gauche
{
	float: left;
	margin: 12px 20px 12px 354px;
}

p img.gauche
{
	float: left;
	margin: 12px 20px 12px 0;
}

.droite
{
	float: right;
	margin: 12px 42px 12px 20px;
}

p img.droite
{
	margin-right: 0;
}

.corps11
{
	font-size: 0.9em;
}

.corps10
{
	font-size: 0.8em;
}

.sansmarge
{
	text-indent: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 42px;
	margin-right: 42px;
	text-align: justify;
	font-size: 94%;
	font-weight: bold;
}

.sm
{
	margin-bottom: 0;
	margin-left: 42px;
	margin-right: 42px;
	text-align: center;
	font-size: 94%;
	font-weight: bold;
}

a
{
	color: #0000cc;
}

a:link, a:visited, a:active
{
	color: #0000cc;
	text-decoration: none;
}

#pleinepage a:link, a:visited, a:active
{
	color: #0000cc;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

raconte
{
	margin-left: 354px;
	margin-top: 10em;
	color: #0000cc;
	text-align: center;
}

.rubrique
{
	width: auto;
	margin-top: 1.5em;
	margin-left: 42px;
	margin-right: 42px;
	font-family: "Times New Roman", Times, serif;
	font-size: 25pt;
	text-align: center;
	height: 42px;
	line-height: 42px;
	font-weight: bold;
	font-style: normal;
	color: maroon;
	border-style: solid;
	border-width: 3px;
	border-color: maroon;
}

h3
{
	margin-top: 1em;
	margin-left: 354px;
	margin-right: 42px;
	margin-bottom: 0.5em;
	width: 80%;
	line-height: 71px;
	background-image: URL(film.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27pt;
	text-indent: 116px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
}

h3.si /* Sans image, pour les Entractes */
{
	background-image: none;
	text-indent: 0;
}

h4
{
	margin-top: 2em;
	margin-left: 354px;
	margin-right: 42px;
	background-image: URL(petitfilm.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px; 
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	text-align: center;
	line-height: 21px;
	font-weight: bold;
	border-style: solid;
	border-width: 3px;
	border-color: #f0e0b8;
}

#pleinepage>h4
{
	background-position: 0px 0px;
}

h4.si /* Sans image */
{
	background-image: none;
}

h5
{
	margin-left: 354px;
	margin-right: 42px;
	font-family: Tahoma, sans-serif;
	font-size: 69%;
	text-align: right;
	font-style: normal;
	font-weight: bold;
	color: #7f7f7f;
}

h5.titre
{
	margin-top: 1em;
	margin-bottom: 10px;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 200%;
	text-align: left;
	color: maroon;
}

h5.titre img
{
	margin-left: -10px;
}

#spoilers h5
{
	margin-left: 354px;
	margin-right: 42px;
	margin-top: 1em;
	margin-bottom: 0.25em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 107%;
	font-weight: bold;
	color: maroon;
	text-align: left;
	text-indent: 0;
}

h6
{
	position: relative;
	margin-top: 1cm;
	margin-bottom: 0px;
	margin-right: 42px;
	margin-left: 354px;
	height: 30px;
	line-height: 30px;
	text-indent: 0;
	text-align: left;
	font-family: Tahoma, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

h6.de
{
	margin-left: 354px;
	margin-right: 42px;
	margin-top: 0;
	margin-bottom: 0.25em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	font-weight: bold;
	color: #000;
	text-align: left;
	text-indent: 0;
}

.act
{
	margin-left: 354px;
	margin-right: 42px;
	font-size: 108%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	line-height: 110%;
	margin-top: 0;
	margin-bottom: 1em;
} 

.enbref
{
	margin-top: 1.2em;
	margin-bottom: 0;
	color: #700000;
}

.enbref img
{
	margin-top: 6px;
}

.enbref span
{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0.79em;
	text-align: right;
}

.centrage /* Centrer un élément, et fixer sa taille si c'est du texte */
{
	margin: 0 42px 0 354px;
	text-align: center;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 5em;
} 

.centragelien /* Centrer un élément, et fixer sa taille si c'est du texte */
{
	margin: 1em 292px 0 604px;
	background-color: #eeee80;
	text-align: center;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 1em;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
}

sup
{
	vertical-align: 4px;
	font-size: 75%;
}

sub
{
	vertical-align: -3px;
	font-size: 55%;
	}

#misajour
{
	position: absolute;
	top: 137px;
	left: 42px; 
	width: 287px;
	background-image: url(fond-derniers-liens.jpg);
}

#misajour p
{
	color: maroon;
	margin: 0;
	text-indent: 0;
	text-align: center;
	font-size: 75%;
	font-weight: bold;
}

#misajour p	a   
{
	display: block;
	color: #0000FF;
	margin-bottom: 0.65em;
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-weight: bold;}


#onglets
{
	margin: 0;
	padding: 0 0 3em 0;
}

#onglets li
{
	list-style: none;
	float: left;
	margin: 0;
	padding-left: 15px;
	height: 25px;
	line-height: 25px;
	white-space: nowrap;
	font-family: Geneva, Arial, sans-serif;
	font-size: 75%;
	background: #eee2bc url("onglet.gif") left bottom no-repeat;
}

#onglets a
{
	display: block;
	float: left;
	padding: 0 15px 0 0;
	text-decoration: none;
	font-weight: bold;
	background: #eee2bc url("onglet.gif") right bottom no-repeat;
	color: #000;
	width: 0.1em;
}

#onglets a:hover
{
	background-color: #eee2bc;
	color: #f3f3f3;
}

html>body #onglets a
{
	width: auto;
} /* Corrige le trucage destiné à IE6 : la barre oblique inversée qui suit masque la règle dans IE5-Mac \*/

#onglets a
{
	float: none;
} /* Fin du trucage destiné à IE5-Mac */

.retrait
{
	text-indent: 4em;
}

.liste
{
	width: 70%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}

.liste img
{
	margin-top: 6px;
}

.liste a
{
	display: block;
	float: left;
	padding: 0 8px;
}



#vite p
{
	text-align: left;
	text-indent: 0;
	margin-bottom: 0.65em;
}

.spoiler {
	background-image: url(/sys/spoilers.gif);
	border: 1px solid red;
}

.spoiler span {
	visibility: hidden;
}

.spoiler.hover {
	background-image: none;
	border: none;
}

.spoiler.hover span {
	visibility: visible;
}

.spc { /* Spécifications techniques */
	text-indent: 0;
	background-color: #ffffdf;
	padding: 1.2em 2em;
	margin-bottom: 1.8em;
	font-size: 1.0em;
	font-weight: bold;
	color: #700000;
	box-shadow: 8px 8px 8px #555;
}
	

.bd {
	position: relative;
	margin: 0 42px 1.5em 354px;
	text-align: left;
	background-color: #ffffdf;
	box-shadow: 8px 8px 8px #555;
}

.bd img {
	text-align: left;
	width: 120px;
	height: 160px;
}

.bd .texte {
	position: absolute;
	top: 28px;
	left: 173px;
	height: 23px;
	width: 791px;
}

.bd .texte p {
	margin-left: 0;
	text-align: left;
	text-indent: 0;
	font-family: Times, "Times New Roman", serif;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.8em;
}
