@charset "utf-8";


/* ---------------------------   HOME SORTIES   ------------------------------------*/


/* HOME SORTIES (pave de mise en avant)*/

#paveSorties {
   font-family:'Arial', sans-serif;
   font-size: 11px;
   width:552px;
   height:180px;
   float:left;
   overflow:hidden;
   margin-bottom:10px;
}

/* HOME SORTIES (recherche à gauche dans pave de mise en avant)*/

#rechercheGauchePaveSorties {
	width:190px;
	height:150px;
	background-color: #000000;
	border-top: solid 2px #009EE0;
	border-bottom: solid 2px #009EE0;
	float:left;
	margin-top:25px;
}

#rechercheGauchePaveSorties #centre{
	background:url(../images/recherchePaveSorties.png) no-repeat left top;
	width:160px;
	height:90px;
	margin-left:20px;
	margin-top:25px;
	overflow:hidden;
}

#rechercheGauchePaveSorties #centre .titre{
	font-family: 'Arial', sans-serif;
    font-weight:bold;
	font-size:13px;
	color:#000000; 
	text-transform:uppercase;
	margin-top:10px;
	text-align:center;
	line-height:1.3em;
}

#rechercheGauchePaveSorties #centre input{
	width:135px;
	border:solid 1px #009EE0;
	margin-top:10px;
	margin-left:10px;
}

/*PAVE SORTIES (Tabbed panels)*/

#paveSorties .TabbedPanels {
    font:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	width:552px;
}

#paveSorties .TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}

#paveSorties .TabbedPanelsTab {
	position: relative;
	float: left;
	margin: 0px 2px 0px 0px;
	list-style: none;
	cursor: pointer;
	height:25px;

}

/* Etats de l'onglet PROCHAINES SORTIES */

#paveSorties .TabbedPanelsTab .sortieProchaine {
	width:175px;
	height:25px;
	background:url(../images/ongletPaveSortiesProchaine.png) no-repeat top left;
}

#paveSorties .TabbedPanelsTabHover .sortieProchaine {
    width:175px;
	height:25px;
	background-position:top center;
}

#paveSorties .TabbedPanelsTabSelected .sortieProchaine {
	width:175px;
	height:27px; /* On donne un peu plus de hauteur pour que l'onglet recouvre la bande verte*/
	background-position:top right;
}

/* Etats de l'onglet DERNIERES SORTIES */

#paveSorties .TabbedPanelsTab .sortieDerniere {
	width:160px;
	height:25px;
	background:url(../images/ongletPaveSortiesDerniere.png) no-repeat top left;
}

#paveSorties .TabbedPanelsTabHover .sortieDerniere {
    width:160px;
	height:25px;
	background-position:top center;
}

#paveSorties .TabbedPanelsTabSelected .sortieDerniere {
    width:160px;
	height:27px; /* On donne un peu plus de hauteur pour que l'onglet recouvre la bande verte*/
	background-position:top right;
}


/* Etats de l'onglet SORTIES ATTENDUES */

#paveSorties .TabbedPanelsTab .sortieAttendu {
	width:130px;
	height:25px;
	background:url(../images/ongletPaveSortiesAttendu.png) no-repeat top left;
}

#paveSorties .TabbedPanelsTabHover .sortieAttendu {
    width:130px;
	height:25px;
	background-position:top center;
}

#paveSorties .TabbedPanelsTabSelected .sortieAttendu {
    width:130px;
	height:27px; /* On donne un peu plus de hauteur pour que l'onglet recouvre la bande verte*/
	background-position:top right;
}

#paveSorties .TabbedPanelsContentGroup {
	clear: both;
	background-color: #000000;
    color:#FFFFFF;
	border-top:solid 2px #009EE0;
	border-bottom:solid 2px #009EE0;
	height: 150px;
	width: 552px;
}

#paveSorties .TabbedPanelsContentGroup img {
   
}

#paveSorties .TabbedPanelsContent {
	padding-left: 10px;
}

#paveSorties .TabbedPanelsContentVisible {
}



/*PAVE SORTIES (Sliding panels)*/

#paveSorties .SlidingPanels {
	width: 540px;
	height: 150px;
	overflow: hidden;
	position: relative;
	float: left;
}

#paveSorties .SlidingPanelsContainer {
	height:160px;
	position: absolute;
	float:left;
	width: 8000em;/* Si on enlève la largeur, le slide sera vertical vers le BAS*/
}

#paveSorties .SlidingPanelsContent {
	width: 120px;
	height: 150px;
	padding-right:15px;
	float: left;/* Si on enlève la largeur, le slide sera vertical vers le HAUT*/
}

#paveSorties .SlidingPanelsContent .blocImage{
	overflow:hidden;
	border: solid 1px #FFFFFF;
	height:90px;
	width:120px;
	position:relative;
	z-index:0;
}

#paveSorties .SlidingPanelsContent img{
	height: 90px;
	border:none;
}

#paveSorties .titre	{
	text-align: center;
	font-weight:bold;
	height:2.5em;
	overflow:hidden;
}

#paveSorties .divDecompte {
	 position: relative; 
	 z-index:1; 
	 height:20px;
	 font-family:'Arial', sans-serif;
	 font-size:11px;
	 font-weight:bold;
	 color: #000000;
	 text-align:right;
	 top:-119px;
	 left:1px;
}

#paveSorties .spanDecompte {
	background-color:#FFE400;
	display:block;
	float:right;
	padding-left:5px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
}


/*Survol*/
#paveSorties .SlidingPanelsContent:hover .titre {
	color:#19A7E3;
}

#paveSorties .SlidingPanelsContent:hover .blocImage {
	border-color:#19A7E3;
}

/*Navigation prec/suiv*/
#paveSorties #navigationSlide{
	height:20px;
	padding-top:5px;
}

#paveSorties #navigationSlide a{
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
}

#paveSorties #navigationSlide a:hover{
	color:#EB7106;
}

#paveSorties #navigationSlide .gauche {
	float:left;
}

#paveSorties #navigationSlide .droite {
	float:right;
	padding-right:15px;
}



/*HOME SORTIES (elements communs des tableaux des sorties) */

#tableauListeSorties {
    width:742px;
	margin-top:20px;
	min-height:500px;
	float:left;
}

#tableauListeSorties .titreTableau {
	font-family: 'Arial', sans-serif;
    font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-bottom:10px;
}

/* numero des pages*/

#tableauListeSorties #page {
	font-size: 12px;
	font-style: italic;
	text-align: right;
	width:742px;
	height:13px;
	clear:left;
}

/*chargement*/

#tableauListeSorties #chargement {
	font-size: 12px;
	color:#FFFFFF;
	text-align:center;
	background:url(../images/transparentGris50.png) repeat;
	width:742px;
	height:450px;
	position:relative;
	z-index:1;
}

#tableauListeSorties #chargement .infos{
	color:#000000;
	background-color:#FFFFFF;
    text-align:center;
	border:double 3px #009EE0;
	width:200px;
	height:25px;
	padding:5px 0px;
	margin:0px 268px;
	position:relative;
	z-index:1;
	top:100px;
}

#tableauListeSorties #chargement .infos span{
   	font-size: 11px;
    position:relative;
	z-index:1;
	top:-7px;
}


/*navigation sorties*/

#tableauListeSorties #navigation {
   font-family: 'Arial', sans-serif;
   font-size:12px;
   text-align:center;
   width:742px;
   margin-top:10px;
   margin-bottom:10px;
   float:left;
}

#tableauListeSorties #navigation a{
   padding:2px;
   text-decoration:none;
   display:inline-block;
   color:#000000;
}

#tableauListeSorties #navigation span{
   padding:2px;
   display:inline-block;
   color:#CCCCCC;
}

#tableauListeSorties #navigation span.actuel{
   font-weight:bold;
}

#tableauListeSorties #navigation span.actuel,
#tableauListeSorties #navigation a:hover {
   color:#EB7106;
}

/*liste*/

#listeSorties {
	font-family:'Arial', sans-serif;
	font-size:12px;
	border-collapse:collapse;
	empty-cells:show;
	width:742px;
	margin:0;
}



#listeSorties #enTete {
	padding: 5px;
	padding-bottom:0.3em;
	font-weight: bold;
	margin: 0;
	cursor: pointer;
	height:1.3em;
	width:732px;
}

#listeSorties #enTete a{
	text-decoration:none;
	color:#000000;
}

#listeSorties #enTete a:hover{
	color:#FFFFFF;
}

#listeSorties #enTete #plateforme{
	text-transform:capitalize;
}

#listeSorties #aucunResultat {
    font-size: 12px;
	font-style: oblique;
	text-align: center;
	padding:10px;
} 

#listeSorties #dateDeSortie{
    width:110px;
	text-align:left;
	float:left;
	height:1em;
}

#listeSorties #titre {
    width:322px;
	float:left;
	height:1em;
}

#listeSorties #plateforme{
    width:150px;
	text-align:left;
	float:left;
	height:1em;
}

#listeSorties #genre{
    width:150px;
	text-align:left;
	float:left;
	height:1em;
}

#listeSorties #ligne  {
	-moz-user-select: none;
	-khtml-user-select: none;
	margin: 0;
	padding: 0.25em 5px 0.45em 5px;
	float:left;
	width:732px;
	height:1em;
	overflow:hidden;
	cursor: pointer;
}

#listeSorties #ligne #dateDeSortie{
	text-transform:capitalize;
}

/*HOME SORTIES (modif pour le tableau des prochaines sorties) */

#listeSorties.prochaine #enTete {
	background: url('../images/bg_grad_blue1.gif') repeat-x;
}

#listeSorties.prochaine #titre .importance_0 {
   text-decoration:none;
   color:#000000;
}

#listeSorties.prochaine .importance_1, #listeSorties .importance_2 {
   color:#1F6895; 
   font-weight:bold;
}

#listeSorties.prochaine .importance_3 {
   color:#1F6895; 
   font-weight:bold;
}

/*ligne impaire*/

#listeSorties.prochaine  .even {
	background-color: #EBF6FD;
}

/*survol*/
#listeSorties.prochaine .importance_0.rowHover {
	color:#FFFFFF;
	background-color:#009EE0 !important;
}

#listeSorties.prochaine .importance_1.rowHover, #listeSorties.prochaine .importance_2.rowHover, #listeSorties.prochaine .importance_3.rowHover {
   color:#FFFFFF;
   background-color:#000000; !important;
}

#listeSorties.prochaine .rowHover span{
	color:#FFE400;
}


/*HOME SORTIES (modif pour le tableau des dernières sorties) */

#listeSorties.derniere #enTete {
	background: url('../images/bg_grad_gray2.gif') repeat-x;
}


#listeSorties.derniere .importance_1, #listeDerniereSorties .importance_2 {
   color:#EB7106;
   font-weight:bold;
}

#listeSorties.derniere .importance_3 {
   color:#EB7106;
   font-weight:bold;
}

/*ligne impaire*/

#listeSorties.derniere .even {
	background-color: #EEEFEF;
}

/*survol*/

#listeSorties.derniere .importance_0.rowHover {
	color:#FFFFFF;
	background-color:#B0BCBD; !important;
}

#listeSorties.derniere .importance_1.rowHover, #listeSorties.derniere .importance_2.rowHover, #listeSorties.derniere .importance_3.rowHover {
   color:#FFFFFF;
   background-color:#EB7106; !important;
}

