/**
 * @version $Id: styles.css,v 1.1 2009-01-08 09:53:29 jok Exp $
 * @package allocine-minisite
 * @copyright Copyright (C) 2008 BROCELIA. All rights reserved.
 */

body{
  background-image:url(../img/back_body_1px.gif);
  background-color:#000;
  color:#4e4e4e;
}
#page{
  background-image:url(../img/back_body.jpg);
}
#top{
  background-color:#000;
}

  #top #top_center #adresse{
    color: #fbfbfb;
  }
  #top #lisere{
    background-image:url(../img/lisere.gif);
  }

#nav{
  background-image:url(../img/lisere_nav.png);
}

  #nav #nav_center ul#menutop li#item_1{
    background-image:url(../img/menutop/item_1.png);
  }
  #nav #nav_center ul#menutop li#item_2{
    background-image:url(../img/menutop/item_2.png);
  }
  #nav #nav_center ul#menutop li#item_3{
    background-image:url(../img/menutop/item_3.png);
  }
  #nav #nav_center ul#menutop li#item_4{
    background-image:url(../img/menutop/item_4.png);
  }
  #nav #nav_center ul#menutop li#item_5{
    background-image:url(../img/menutop/item_5.png);
  }
  #nav #nav_center ul#menutop li#item_5.active{
    background-image:url(../img/menutop/item_5_active.png);
  }



#corps{
  background-color:#fff;
}
#corps #left #newsletter{
  background-image:url(../img/left/back_newsletter.gif);
}
#corps #left #newsletter label{
  background-image:url(../img/left/back_field_newsletter.gif);
}
#corps #left #newsletter #submit_newsletter{
  background-image:url(../img/left/btn_ok.gif);
}
#corps #left #infos h3{
  background-image:url(../img/left/head_infos.gif);
}
#corps #left #infos .content{
  background-color:#fdedd0;
}
#corps #left #infos .content a{
  color:#2f2f2f;
  font-weight:bold;
}
#corps #left #infos .bottom{
  background-image:url(../img/left/bottom_infos.gif);
}
#corps #left #liens_utiles h3{
  background-image:url(../img/left/head_liens_utiles.gif);
}
#corps #left #liens_utiles .content{
  background-color:#f6f6f6;
}
#corps #left #liens_utiles .content a{
  color:#2f2f2f;
  font-weight:bold;
}
#corps #left #liens_utiles .bottom{
  background-image:url(../img/left/bottom_annonce.gif);
}
#corps #left #horaires h3{
  background-image:url(../img/left/head_horaire.gif);
}
#corps #left #horaires .content{
  background-color:#f6cce2;
}
#corps #left #horaires .content a{
  color:#2f2f2f;
  font-weight:bold;
}
#corps #left #horaires .bottom{
  background-image:url(../img/left/bottom_horaires.gif);
}
#corps #left #news_cine h3{
  background-image:url(../img/left/head_news.gif);
}
#corps #left #news_cine .content{
  background-color:#f6f6f6;
}
#corps #left #news_cine .content .dashed{
  /*border-bottom: 1px dotted #d5d5d5;*/
  background-image:url(../img/dashed4.gif);
}
#corps #left #news_cine .content a{
  text-decoration:underline;
  color:#a80056;
  font-weight:bold;
  display:block;
  padding: 10px;
}
#corps #left #news_cine .content p a{
  font-weight:normal;
  color:#6e6e6e;
  display:inline;
  padding:0;
}
#corps #left #news_cine .bottom{
  background-image:url(../img/left/bottom_annonce.gif);
}
#corps #left #annonce h3{
  background-image:url(../img/left/head_annonce.gif);
}
#corps #left #annonce .content{
  background-color:#f6f6f6;
}
#corps #left #annonce .content .dashed{
  /*border-bottom: 1px dotted #d5d5d5;*/
  background-image:url(../img/dashed4.gif);
}
#corps #left #annonce .content a{
  text-decoration:underline;
  color:#a80056;
  font-weight:bold;
  display:block;
  padding: 10px;
}
#corps #left #annonce .content p a{
  font-weight:normal;
  color:#6e6e6e;
  display:inline;
  padding:0;
}
#corps #left #annonce .bottom{
  background-image:url(../img/left/bottom_annonce.gif);
}
#corps #left #derniers_articles h3{
  background-image:url(../img/left/head_dernier_article.gif);
}
#corps #left #derniers_articles .content{
  background-color:#f6f6f6;
}
#corps #left #derniers_articles .content p{
  /*border-bottom: 1px dotted #d5d5d5;*/
  background-image:url(../img/dashed4.gif);
}
#corps #left #derniers_articles .content a{
  text-decoration:underline;
  color:#a80056;
  font-weight:bold;
  display:block;
  padding: 10px;
}
#corps #left #derniers_articles .content p a{
  color:#4e4e4e;
  display:inline;
  text-decoration:none;
  padding:0;
}
#corps #left #derniers_articles .content p a:hover{
  text-decoration:underline;
}
#corps #left #derniers_articles .bottom{
  background-image:url(../img/left/bottom_annonce.gif);
}
#corps #content #affiche h1#titre_affiche{
  background-image:url(../img/titres/titre_affiche.gif);
}
#corps #content #affiche .dashed{
  background-image:url(../img/dashed.gif);
}
#corps #content #affiche ul{
  border-bottom:1px solid #a80056;
}
#corps #content #affiche ul li a{
  text-decoration:underline;
  color:#6e6e6e;
}
#corps #content #une h1#titre_une{
  background-image:url(../img/titres/titre_une.gif);
}
#corps #content h1#titre_blog{
  background-image:url(../img/titres/titre_blog.gif);
}
#corps #content #article h1#titre_offres{
  background-image:url(../img/titres/titre_offres.gif);
}
#corps #content #affiche .film_affiche .new{
  color:#a70055;
}
#corps #content #une .dashed{
  background-image:url(../img/dashed2.gif);
}
#corps #content #une .last{
  background-image:url(../img/dashed.gif);
}
#corps #content #article .commentaires{
  background-image:url(../img/dashed3.gif);
}
#corps #content #article .last{
  background-image:url(../img/dashed.gif);
}
#corps #content #une .une a.reserver{
  background-image:url(../img/home/btn_reserver.gif);
}
#corps #content #une ul{
  border-bottom:1px solid #a80056;
}
#corps #content #une ul li a,
#corps #content #article ul li a{
  text-decoration:underline;
  color:#a80056;
  font-weight:normal;
}
#corps #content #une ul li.item2 a,
#corps #content #article ul li.item2 a{
  text-decoration:underline;
  color:#6e6e6e;
  font-weight:normal;
}
#corps #content #une ul.pagination{
  border:none;
}
#corps #content #article ul.pagination{
  border:none;
  background-image:url(../img/dashed.gif);
}
#corps #content #article ul.pagination li.first{
  background-image:url(../img/blog/puce_last.gif);
}
#corps #content #article ul.pagination li.last{
  background-image:url(../img/blog/puce_next.gif);
}
#corps #content #article .dashed{
  background-image:url(../img/dashed3.gif);
}
#corps #content #article .commentaires h3{
	color:#fbc900;
}
#corps #content #article .commentaires .commentaire{
  background-image:url(../img/dashed2.gif);
}
#corps #content #article .commentaires form .submit_commentaire{
  background-image:url(../img/blog/btn_valider.gif);
}

#corps #content #pratique ul#ssmenu{
	border-bottom:1px solid #fcdba1;
	color:#cb5605;
 	background-image:url(../img/titres/titre_pratique.gif);
}
#corps #content #pratique ul#ssmenu li.selected{
  background-color:#fcdeaa;
  background-image:url(../img/pratique/ss_menu_left.gif);
}
#corps #content #pratique ul#ssmenu li a{
  color:#cb5605;
}
#corps #content #pratique ul#ssmenu li.selected a{
  background-image:url(../img/pratique/ss_menu_right.gif);
}
#corps #content #pratique ul.liens{
  background-image:url(../img/dashed.gif);
}
#corps #content #pratique ul.liens li strong{
	color:#000000;
}
#corps #content #pratique ul.liens li a{
	color:#c10063;
	text-decoration:underline;
}
#corps #content #horaires_content ul#ssmenu{
	border-bottom:1px solid #f6cce2;
	color:#d3006c;
 	background-image:url(../img/titres/titre_horaires.gif);
}
#corps #content #horaires_content ul#ssmenu li.selected{
  background-color:#f6cce2;
  background-image:url(../img/horaires/ss_menu_left.gif);
}
#corps #content #horaires_content ul#ssmenu li a{
  color:#d3006c;
}
#corps #content #horaires_content ul#ssmenu li.selected a{
  background-image:url(../img/horaires/ss_menu_right.gif);
}
#corps #content #horaires_content .horaire .cartouche p{
  color:#a70055;
}
#corps #content #horaires_content .horaire ul li a{
  color:#c10063;
}
#corps #content #horaires_content .onglets{
	color:#6e6e6e;
}
#corps #content #horaires_content .onglets ul li.selected{
  background-color:#f6f6f6;
  background-image:url(../img/horaires/horaires_left.gif);
}
#corps #content #horaires_content .onglets ul li a{
  color:#6e6e6e;
}
#corps #content #horaires_content .onglets ul li.selected a{
  background-image:url(../img/horaires/horaires_right.gif);
  color:#4e4e4e;
}
#corps #content #horaires_content .horaire .onglets div{
  color:#c10063;
  background-color:#f6f6f6;
  background-image:url(../img/dashed.gif);
}
#corps #content #horaires_content .horaire span.avertissement{
  color:#bb3900;
}
