html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, serif;
	font-size: 85%;
	width: 100%;
	background: #000;
	color: #fff;
	height: 100%;
	text-align: center;
}

/* les liens */
a { 
	color: #cccc66;
	text-decoration : none;
}

a:hover { 
	color: #cccc66;
	text-decoration : underline;
}

img {
	border: none;
}

#conteneur {
	width: 855px;
	margin: 0 auto;
	text-align: left;
}

#entete {
	background: url(images/bando.jpg) no-repeat top left;
	height: 159px;
}

#blocFlash{
	margin-top:-30px;
	padding-top:0px;
	height: 167px;
	z-index:99;

}

/**** Menu de gauche ****/
#menuGauche {
	margin: 0;
	padding: 0;
	float: left;
	width: 170px;
	height: 380px;
	margin-top: 34px;
	text-transform: uppercase;
	text-align: right;
	padding-right: 30px;
}

#menuGauche li {
	list-style: none;
}

#menu {
	font-family: arial;
	font-size: 10px;
	list-style: none;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	line-height: 15px;
	width: 170px;
}

#menu a {
	color: #fff;
	display: block;
	width: 100%;
}

#menu a:hover {
	color: #cccc66; 
}

#menu li ul {
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
	display: none;
}

#menu li ul li {
	line-height: 17px;
}

#menu li li a {
	font-family: arial;
	font-size: 9px;
	color: #cccccc;
	text-decoration: underline;
	background: url(images/flechegrise.gif) no-repeat top left;
	display: inline;
	padding-left: 8px;
}

#menu li li a:hover {
	color: #cccc66;
	background: url(images/flechejaune.gif) no-repeat top left;
}

#menu li:hover ul, #menu li.sfhover ul {
	display: block;
}

#liensUtiles ul {
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 9px;
	list-style: none;
	margin-top: 40px;
	margin-left: 20px;
	padding-top: 6px;
	background: url(images/pointille.gif) top left repeat-x;
}

#liensUtiles li {
	line-height: 14px;
	position: relative;
}

#liensUtiles a , #sommaire a {
	padding-left: 15px;
}

#liensUtiles a {
	background: url(images/fleche.gif) no-repeat 0 50%;
}

#sommaire a {
	background: url(images/fleche.gif) no-repeat 0 2px;
}

#versionLangue {
	height: 20px;
	text-align: right;
	margin-top: 40px;
}

/**** Bloc Contenu ****/
#blocContenu {
	width: 550px;
	float: left;
	margin-top: 34px;
	font-size: 12px;
	padding-top: 0px;
	margin-bottom: 35px;
	padding-left: 50px;
	border-left: 1px solid #cccc66;
}

/*Style sur les listes */
#blocContenu ul {
	list-style: none;
	margin-left: 20px;        
	margin-top: 5px;
	padding: 0;
}

#blocContenu ul li {
	background: url(images/puce.gif) 0 7px no-repeat;
	padding-left: 5px;
}

/* sommaire ( contient une puce en backgournd image du a) */
.rubrique16 #sommaire {
	margin-bottom: 10px;
	overflow: hidden;
}

#sommaire ul { 
	list-style: none;
	margin-left: 0px; 
}

#sommaire ul li {
	background: none;
}



#blocContenu ol {
	list-style: decimal inside;
	margin-left: 0px;
	padding: 0; 
}

#blocContenu ol ul {
	list-style: none outside;
}

/*
#blocContenu h1 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-left: -32px;
	padding-left: 32px;
	background: url(images/grosseFleche.gif) no-repeat;
}

#blocContenu h2 {
    font-size: 12px;
    font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 0;
}

#blocContenu h3 {
    font-size: 14px;

}  

#blocContenu h4 {
    color: #CCCCCC;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;

}

#blocContenu h5 {
	color: #CCCC66;
	font-size: 12px;
} */

#blocContenu h1 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	text-transform: uppercase;
    font-weight: bold;
	/*word-spacing : 0.15em;*/
	letter-spacing: 0;
	/*letter-spacing: 0.08em;*/
	margin-left: -32px;
	padding-left: 32px;
	background: url(images/grosseFleche.gif) no-repeat;
}

#blocContenu h1 span {
	font-size: 13px;
	letter-spacing: 0;
	word-spacing: 0;
}

#blocContenu h2 {
    font-size: 15px;
    font-weight: bolder;
	text-transform: uppercase;
	margin-bottom: 0;
	clear: right;
	clear: both;
}
#blocContenu h2 span{
	color: #CCCC66;
}

#blocContenu h3 {
    font-size: 14px;
	margin-bottom: 0;
	text-shadow: black;
	margin-top: 5px;
	padding-top: 5px;
	background: url(images/pointille.gif) left top repeat-x;
}  

#blocContenu h4 {
    color: #CCCCCC;
    font-weight: 600;
    font-size: 12px;
	text-decoration:underline;
	margin-bottom: 0;
	margin-top: 4px;
}

#blocContenu h5 {
	color: #CCCC66;
	font-size: 12px;
}

#blocContenu p {
	margin-top: 5px;
}

#printPage{
	clear:both;
	display:block;
}

#blocContenu p.signature{ 
	text-align: center;
	float: right;
	font-weight: bold;
	width: 60%;
	margin-bottom: 20px;
	color: #ccc;
	letter-spacing: 0.4em;
}

.rubrique38 #blocContenu h2#form, #blocContenu form#formRechercheAnnuaire legend {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	margin-top: 4px;
}

.rubrique38 #blocContenu h2#form {
	margin-left: -32px;
	padding-left: 32px;
	background: url(images/grosseFleche.gif) no-repeat;
	line-height: 20px;
}

/**** Formulaire de recherche dans l'annuaire ****/
#blocContenu form#formRechercheAnnuaire {
	margin: 0;
	padding: 0;
	background: url(images/pointille.gif) top left repeat-x; /* On met un background ici et non dans le h1 car le h1 ? une marge n?gative */
	padding-top: 5px;
}

#blocContenu form#formRechercheAnnuaire fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#blocContenu form#formRechercheAnnuaire legend {
	color: #fff;
	margin-left: -8px;
}

html>body #blocContenu form#formRechercheAnnuaire legend {
	margin-left: 0px;
}

#blocContenu p {
	margin-bottom: 5px;
	text-align: justify; 
}

#blocContenu form#formRechercheAnnuaire p {
	margin: 0;
	padding: 0;
	padding-top: 4px;
	padding-bottom: 15px;
}

#blocContenu input {
	font-size: 11px;
	color: #000;
}

#blocContenu #boutonRechercher {
	background: transparent;
	text-transform: uppercase;
	color: #fff;
	border: none;
	cursor: pointer;
}

#blocContenu p#petiteFonction {
	background: url(images/pointille.gif) top left repeat-x;
	text-transform: uppercase;
	font-size: 9px;
	margin-top: 20px;
	padding-top: 6px;
	clear:right;
}

#petiteFonction a , a.puce {
	margin-left: 5px;
	background: url(images/fleche.gif) no-repeat;
	padding-left: 15px;
	line-height: 15px;
}
a.puce {
text-transform: uppercase;
	font-size: 9px;
}

#blocContenu div#introContenu {
	font-size: 14px;
	margin-top: 5px;
overflow:hidden;
width : 100%;
}

#blocContenu img#visuel { 
	border : 1px solid #bbb;
	margin-top : 8px;
}

/* nouveau resultat recherche */
/* LE TITRE DU PROFESSIONNEL */
#blocContenu #resultatRecherche h3 { 
	margin: 0;
	padding-top: 10px;
	margin-right: 6px;
	background: url(images/pointille.gif) top left repeat-x;
}

/* Le complement, categorie + lien */
#blocContenu #resultatRecherche h3 span { 
	font-weight: normal ; 
	font-size: 12px;
}

/* Le paragraphe de resultat */
#blocContenu #resultatRecherche p { 
	margin-top: 15px;
	line-height: 14px;
	margin-bottom: 15px;
}

#categorie {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	margin-top: 3px;
	list-style: none;
	margin-bottom: 15px;
}

#categorie li {
	font-size: 9px;
	background: url(images/pointille.gif) top left repeat-x;
	line-height: 14px;
	padding-top: 2px;
}

#categorie li a {
	display: block;
	width: 100%;
}

#blocContenu #espace {
	background: url(images/pointille.gif) top left repeat-x;
}

#blocContenu .lienEspace {
	color: #cccc66;
	display: block;
	text-decoration: none;
	line-height: 14px;
	font-size: 9px;
	text-transform: uppercase;
	padding-top: 2px;
	margin-left: -20px;
	padding-left: 20px;
	background: url(images/fleche.gif) no-repeat 0 50%;
}

#blocContenu .lienFiches{
	text-align:right;
	width:543px;
	padding-bottom:10px;
}

/*** Tableau tahiti et le cinıma ***/
#blocContenu #tabTahitiCinema {
	width: 550px;
	border-collapse: collapse;
	text-align: left;
	margin-bottom: 40px;
}

#blocContenu #tabTahitiCinema #thRealisateurs {
	width: 100px;
}

/***** Partie bas de page *****/
#basPage {
	/*background: url(images/logoBasPage.gif) no-repeat right top;*/
	height: 50px;
	font-size: 10px;
	clear: both;
	border: 1px solid #000; /*Permet de resoudre un bug de decalement */
	margin-right: 80px;
}

#basPage p {
	background: url(images/fleches.gif) no-repeat top left;
	margin-top: 30px;
	padding-left: 255px;
}

#basPage #tahitiFilm {
	font-weight: bold;
	font-size: 11px;
}

#basPage p a {
	color: #fff;
	font-family: "arial";
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

#basPage p span a {
	font-size: 10px;
}

#basPage p a em {
	font-size: 13px;
}


/* classes utilitaires ( javascript et co) */
.hide{ 
	position: absolute; 
	left: -50000px; 
}

.hided { 
	display: none; 
}

/* Classes from Ritch Edit */ 
.imgdroite {
	float: right;
	margin-left: 10px;
}

.imggauche {
	float: left;
	margin-right: 10px;
}

.borderimage { 
	margin-top: 2px; /* a cause de la taille des bordures*/
	border: 1px solid #ccc;
}

/***** Style pour le plan du site *****/
#plansite h1 {
	margin-bottom: 5px;
	font-size: 15px;
}

#plansite h1 a {
	color: #fff;
	display: block;
	background: url(images/pointille.gif) left bottom repeat-x;
}

#plansite h1 a:hover {
	color: #fff;
	text-decoration: none;
}

#plansite h2 {
	padding-left: 12px;
	margin: 0;
	background: url(images/flechegrise.gif) no-repeat 0 2px;
}

#plansite h2 a {
	color: #fff;
	font-size: 11px;
	display: block;
	text-decoration: none;
}

#plansite h2 a:hover {
	text-decoration: none;
	color: #cccc66;
}

#plansite h2 span {
	display: block;
	color: #999999;
	padding-left: 30px;
}

#plansite h2 a:hover span {
	color: #999999;
}

/* Personnalisation rubriques articles ( rubriques contenant les cartes)  ( Rubrique repırage) */
.rubrique14 #blocContenu div#introContenu {
	background: url(images/pointille.gif) bottom left repeat-x;
	padding-bottom:15px;
	margin-bottom:10px;
}
.rubrique14 #blocContenu div#introContenu p {
	padding-top:15px;
	background: url(images/pointille.gif) top left repeat-x;
	text-align:left;
}
/* Sommaire en deux colonnes */
.rubrique16 #sommaire li {
	width: 45%;
	float: left;
}

/* Virer les borders des images avec lien */
.rubrique14 #blocContenu div#introContenu a img {
	border:none;
}

/* Bloc Actualites*/
div.actualite { 
margin-bottom:20px;
clear:both;
margin-top:20px;
overflow:hidden;
width:100%;
}

div.actualite p { 
display:block;
}
div.actualite img.vignette { 
float : left ; 
margin-top : 8px;
margin-right:10px;
border : 1px thin #bbb;
}

.actualite .lireLaSuite {
background: url(images/fleche.gif) no-repeat 0 2px;
padding-left:13px;
float:right;
}
#blocContenu .actualite h3 { 
	color: #CCCCCC;
    font-weight: 600;
    font-size: 12px;
}
#blocContenu .actualite h2 { 
margin-top:0;
}
/* Fin bloc actualites */
