body
{
	background-color:rgb(150,150,255);
	color : black;
	font-family : Trebuchet MS, Microsoft sans serif, serif;
	width:1000px;
	margin:auto;
}

a
{
	color:rgb(155,0,0);
}

/*
a:visited
{
	color:yellow;
	text-decoration:none;
}
*/
.PageEntiere
{
	/*background-color:blue;*/
}

.EnTete
{
	background-color:black;
	color : white;
	width:1000px;
	height:40px;
	text-align:center;
	font-variant: small-caps;
	font-size:30px;	
}

.Centre
{
	background-image: url("Images/FondMenu.png");
	background-repeat:repeat-y;
	height:100%;
}

.MenuGauche
{
	width:160px;
	float:left;
	position : absolute;
}

.MenuAccueil
{
	position : absolute;
	top:0px;
}

.MenuHoraire
{
	position : absolute;
	top:100px;
}

.MenuTarif
{
	position : absolute;
	top:200px;
}

.MenuContact
{
	position : absolute;
	top:300px;
}

.MenuInformation
{
	position : absolute;
	top:400px;
}
.ZonePrincipale
{
	width:840px;
	/*background-color:green;*/
	margin-left:160px;
	position:relative;
	top:0px;
	text-align:center;
	min-height:500px;
}

.ZonePrincipale textarea
{
	width:500px; 
	background-color:rgb(150,150,255);
	border:none; 
	font-size:1em; 
	overflow:hidden;
	font-family : Trebuchet MS, Microsoft sans serif, serif;
	text-align:justify;
}

.ZoneInfo
{
	width:840px;
	/*background-color:purple;*/
}

.Affiche
{
	width:120px; 
	height:160px;
}

.Titre
{
	background-color:black;
	color : white;
	width:840px;
	height:30px;
	text-align:center;
	font-variant: small-caps;
	font-size:20px;		
	margin-bottom:20px;
	border-top: 1px white inset;
}

.TitreFilm
{
	background-color:black;
	color : white;
	width:840px;
	text-align:center;
	font-variant: small-caps;
	border-top: 1px white inset;
}

.Etiquette
{
	background-color:black;
	color : white;
	font-weight:bold;
	font-size : 16px;
	margin-left:0px;
	width : 160px;
	text-indent: 20px;
	text-align:left;
}

.ZoneCentrale
{
	width:840px;
	/*background-color:red;*/
	text-align:center;
}

.JourHoraireParSemaine
{
	width:90%;
	margin:auto;
	background-color:black;
	color : white;
}

.ZoneTableau
{
	position:absolute;
	width:840px;
}

.Jour
{
	text-align: justify;
	text-indent: 10px;
	width:160px;
	position:absolute;
}

.Heure
{
	position:absolute;
}

.Resume
{
	text-align: justify;
	text-indent: 30px;
	margin-left:20px;
}

.PiedDePage
{
	background-color:black;
	color : white;
	width:1000px;
	text-align:center;
	font-size:0.8em;
}

.PiedDePage a
{
	color:rgb(255,0,0);
}