@charset "UTF-8";
/* CSS Document */

/* 
Beige : #FFF5C8
Bordeau 30% : #DAAC8D
Bordeau 50% : #C27B67
border-width:thin;
*/

body
{
	margin: 10px 0 ;
	padding: 0 ;
	text-align: center ;
	font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
	background: #FFF ;
}

ul
{
	margin-top: 0px ;
	margin-bottom: 0px ;
} 

div#conteneur
{
	width: 750px ;
	height: 100% ;
    margin: auto ;
	margin-top: 150px ;
	text-align: justify ;
	border: 2px solid #DAAC8D ;
	background: #FFF5C8 ;
}
/* Une bordure autour de l'ensemble de la page, et couleur beige pour le fond de celle-ci */

h1#header
{
	height: 170px;
	background: url(icones/entete.jpg) no-repeat left top;
	margin: 0 ;
}
/* Une image de fond correspondant aux 177 pixels de la hauteur du header */
 
h1#header a
{
	width: 750px ;
	height: 70px ;
	display: block ;
	position: relative ;
	left: 350px ;
	top: 15px ;
	text-indent: -5000px ;
}/* On donne les mêmes dimensions au lien, chose possible grâce à la propriété display: block ; qui transforme le lien en élément de type block, 
auquel on peut donner des propriétés de taille.
On met aussi l'image de fond qui a les mêmes dimensions que le cadre ainsi créé */
/* Le text-indent négatif est fait pour pouvoir ne cacher le texte hors de la page, ce que nous voulons. Ainsi il reste exploitable pour les syntèses vocales */

/* MENU */
ul#menu
{
	height: 20px ;
	margin: 0 ;
	padding: 0 ;
	background-color: #DAAC8D;
	list-style-type: none ;
    clear: both ;
}
/* On donne une hauteur au menu, correspondant a la taille de l'image utilisée en fond, on met ensuite l'image de fond avec un décalage de 25 pixels vers le haut 
pour utiliser la technique de roll over; */

ul#menu li
{
	float: left ;
	text-align: center ;
}/* On rend les li en flottant pour pouvoir les afficher horizontalement, on cache les puces, et on centre le texte */

ul#menu li a
{
	width: 150px ;
	line-height: 20px ;
	font-size: 1em ;
	font-weight: bold ;
	letter-spacing: 2px ;
	color: #fff ;
	display: block ;
	text-decoration: none ;
}/* C'est sur les liens que le gros du travail est effectué, largeur, hauteur de ligne, taille de police, graisse de police, espacement des lettres, couleur, 
bordure et decoration du texte. Nous pouvons dimensionner les a grâce à la propriété display: block ; */

ul#menu li a:hover
{
	color: #000 ;
}/* Nous modifions la couleur du texte au moment du survole de la sourie */


/* COLONES */
div#colonne_droite {
	float: right;
	width: 290px;
}

div#colonne_gauche {
	margin-right: 290px ;
}

/* CONTENU */
div#contenu
{
	padding: 0 10px 0 10px ;
}
/* On crée un espace à gauche et à droite du contenu */

div#contenu h2
{
	margin-left: 0 ;
	padding-top: 10px ;
	padding-left: 25px ;
	line-height: 25px ;
	font-size: 1.2em ;
	background: url(icones/bobine.png) no-repeat left bottom ;
	color: #C27B67 ;
	border-bottom: 1px solid #C27B67 ;
	margin-bottom: 4px ;
	margin-top: 5px ;
}
/* Mise en forme du titre de page, une petite image, on décale le texte en fonction de l'image, on donne un couleur au texte et on met une bordure basse */

div#contenu h3
{
	border-width:thin;
	border-color: #000 ;
	border-style: dashed ;
	margin: 0 ;
	padding: 5px ;
}
/* De même que pour le titre h2, à ceci près qu'on ne donne pas d'image décorative cette fois ci */

div#fond
{
	background-color: #DAAC8D ;
	margin: 1px ;
	padding: 3px ;
}

div#contenu p
{
	text-align: justify ;
	text-indent: 2em ;
	line-height: 1.7em ;
}
/* On rend les paragraphes plus propre, alignement justifié,
 alinéa et hauteur de ligne supérieure à l'état normal pour aérer le tout */

div#contenu a
{
	color: #000 ;
	text-decoration: none;
}

div#contenu a:hover
{
	color: #999 ;
	text-decoration: none;
}
/* On met en forme les liens contenu dans la page */

/* COLONES FILMS */
div#colonne_droite_films {
	float: right;
	width: 300px;
}

div#colonne_gauche_films {
	margin-right: 300px ;
}

div#contenufilms
{
	padding: 0 10px 0 10px ;
}

div#contenufilms h2
{
	margin-left: 0 ;
	padding-top: 10px ;
	padding-left: 25px ;
	line-height: 25px ;
	font-size: 1.2em ;
	background: url(icones/clap.png) no-repeat left bottom ;
	color: #C27B67 ;
	border-bottom: 1px solid #C27B67 ;
	margin-bottom: 4px ;
	margin-top: 5px ;
}
/* Mise en forme du titre de page, une petite image, on décale le texte en fonction de l'image, on donne un couleur au texte et on met une bordure basse */

/*Tableau Film*/
.tableau_droite_films {
width:270;
background-color:none;
margin: 1 auto;
}

.tableau_gauche_films {
width:430;
background-color:none;
margin: 1 auto;
}

/*Fond des td pour les nom de films*/
.film1 {
height:20;
background-color:#DAAC8D;
border-width:1px;
border-style:solid;
border-color:#666666;
font-size:12px;
}

.film2 {
height:20;
background-color:#C27B67;
border-width:1px;
border-style:solid;
border-color:#666666;
font-size:12px;
}

.titre_film {
height:35;
background-image:url(icones/lafichefilm.png);
background-position:left;
background-repeat:no-repeat;
}

.nom_film {
height:35;
background-color:#DAAC8D;
border-width:1px; 
border-color:#666666;
border-style:solid;
}

.realisateur_film {
height:15;
background-color:#C27B67;
border-width:0; 
border-color:none;
}

.acteurs_film {
height:15;
background-color:#C27B67;
border-width:0; 
border-color:none;
}

.genre_film {
height:15;
background-color:#C27B67;
border-width:0; 
border-color:none;
}

.synopsis_film {
background-color:#DAAC8D;
border-width:thin;
border-color:#666666;
border-style:dashed;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
}

.titre_photos {
height:35;
background-image:url(icones/lesphotos.png);
background-position:left;
background-repeat:no-repeat;
}

.image {
width:350;
background-color:#DAAC8D;
border-width:1px; 
border-style:solid;
border-color:#666666;
}

.image_select {
width:80;
height:60;
background-color:#DAAC8D;
border-width:1px; 
border-style:dashed;
border-color:#666666;
}

.image_nonselect {
width:80;
height:60;
background-color:#C27B67;
border-width:1px; 
border-style:dashed;
border-color:#666666;
}

.titre_bande_annonce {
height:35;
background-image:url(icones/labandeannonce.png);
background-position:left;
background-repeat:no-repeat;
}

.bande_annonce {
height:350;
width:430;
background-color:#DAAC8D;
border-width:1px; 
border-style:solid;
border-color:#666666;
padding-top: 3px;
}

/* PAGE LIENS */
.liens {
background-color:#DAAC8D;
border-width:thin;
border-color:#666666;
border-style:dashed;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
}

/* PETIT CONTENU */
div#smallcontenu
{
	padding: 0 4px 0 4px ;
}

p#footer
{
	margin: 0 ;
	padding-right: 10px ;
	line-height: 15px ;
	color: #C27B67 ;
	padding: 4px ;
}
/* Mise en forme de la partie pied de page */

pre
{
	overflow: auto ;
	background: #dea ;
	border: 2px solid #9b2 ;
	padding: 5px 0 0 5px ;
	font-size: 1.2em ;
}
/*une couleur de fond, une bordure, la taille de police et un léger espace entre le texte et les bords du pre */

pre span
{
	color: #560 ;
}
/* Couleur de texte des éléments compris dans des span eux mêmes compris dans un pre */

pre span.comment
{
	color: #b30000 ;
}
/* Couleur différente pour les span.comment, les span utilisés pour les commentaires */