@charset "utf-8";

/* ---------------------------   HOME VIDEOS   ------------------------------------*/


/* HOME VIDEOS (mise en avant evènement) */

#evenementHomeVideos {
    width:742px;
	height:270px;
    margin-right:10px;
	margin-bottom:10px;	
	overflow:hidden;
}

#evenementHomeVideos #cadreSlideshow{
    width:742px;
	height:270px;
	overflow:hidden;
	position:relative;
	z-index:0;
	top:0px;
	left:0px;
}


/* HOME VIDEOS (bloc lecteur video) */

#lecteurHomeVideos {
    font-family:'Arial', sans serif;
	font-size:12px;
    width:308px; 
    height:256px; 
	position:relative;
	z-index:1;
	left:420px;
	top:-260px;
}

#lecteurHomeVideos #placeholderHomeVideos {
    width:308px; 
    height:231px;
	background-color:#000000;
}

#lecteurHomeVideos #grandFormat {
    width:190px;
	height:15px;
    text-align:right;
	margin-left:108px;
	background-color:#000000;
	padding:0px 10px 3px 0px;

}

#lecteurHomeVideos #grandFormat a{
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}

#lecteurHomeVideos #grandFormat a:hover{
	color:#EB7106;
}

/* HOME VIDEOS (slide des videos) */

#paveVideos {
	width:742px;
	height:140px;
	float:left;
	background-color:#000000;
	margin-bottom:20px;
	background-color:#B3B0CF;
}

#paveVideos #bandeauVideo {
     width:100%;
	 height:10px;
	 background:url(../images/bobineVideo.png) repeat-x;
	 float:left;
}

#paveVideos #bandeauVideo.hautVideo {
	 margin-bottom:10px;
}

#paveVideos #bandeauVideo.basVideo {
	 margin-top:5px;
}

/*PAVE VIDEOS (Sliding panels)*/

#paveVideos .SlidingPanels {
	font-family:'Arial', sans-serif;
	font-size: 11px;
	width: 672px;
	height: 110px;
	overflow: hidden;
	position: relative;
	float: left;
}

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

#paveVideos .SlidingPanelsContent {
	width: 108px;
	height: 105px;
	padding-left:2px;
	padding-right:2px;
	float: left;/* Si on enlève la largeur, le slide sera vertical vers le HAUT*/
}

#paveVideos .SlidingPanelsContent .blocImage{
	width:104px;
	height:78px;
	overflow:hidden;
	border: solid 1px #000000;
	position:relative;
	z-index:0;
	/*border:1px solid #FFFFFF;*/
}

#paveVideos .SlidingPanelsContent img{
	height: 78px;
	border:none;
}

#paveVideos .SlidingPanelsContent .titre {
	text-align:center;
	color:#FFFFFF;
	width:102px;
	font-weight:bold;
	height:2.5em;
	overflow:hidden;
	padding:1px;
	color:#000000;
}

/*Survol*/
#paveVideos .SlidingPanelsContent:hover .titre {
	color:#FFFFFF;
}

#paveVideos .SlidingPanelsContent:hover .blocImage {
	border-color:#FFFFFF;
}

/*panneau selectionne*/
#paveVideos .SlidingPanelsCurrentPanel  .blocImage{
	border: solid 1px #5D618C;
}

#paveVideos .SlidingPanelsCurrentPanel  .titre{
	color:#5D618C;
}

/*Navigation*/
#paveVideos #navigationSlide{
    float:left;
	cursor:pointer;
	display:block;
	width:25px;
	margin-left:5px;
	margin-right:5px;
	padding-top:28px;
	overflow:hidden;	
}

#paveVideos #navigationSlide img:hover{
    margin-left:-35px;
}

/* HOME VIDEOS (titre de la page) */

#titreTableauHomeVideos {
    font-family: 'Arial', sans-serif;
    font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	width:742px;
	margin-top:10px;
	margin-bottom:30px;
	clear:left;
}

/* HOME VIDEOS (bloc de recherche) */

#rechercheHomeVideos {
	width:180px;
	height:90px;
	margin-top:0px;
	margin-bottom:20px;
}

#rechercheHomeVideos #centre{
	background:url(../images/recherchePaveVideos.png) no-repeat left top;
	width:180px;
	height:90px;
	overflow:hidden;
}

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

#rechercheHomeVideos #centre input{
	width:155px;
	margin-top:10px;
	margin-left:12px;
	border:solid 1px #C7C5DD;
}


/* HOME VIDEOS (liste videos) */

#tableauListeVideos {
	font-family: 'Arial', sans-serif;
    font-size: 12px;
	width:552px;
	height:970px;
	overflow:hidden;
	float:left;
}

/* numero des pages*/

#tableauListeVideos #page {
	font-size: 12px;
	color: #FFFFFF;
	font-style: italic;
	text-align: right;
	background-color:#000000;
	width:542px;
	height:1em;
	padding:5px;
	clear:left;
}


/*chargement*/

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

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

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

/*navigation liste videos*/

#tableauListeVideos #navigation {
   font-family: 'Arial', sans-serif;
   font-size:12px;
   text-align:center;
   width:552px;
   margin:5px 0px;
}

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

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

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

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

/*LISTE VIDEOS (Tabbed panels)*/


#tableauListeVideos .TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

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

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

/* Etats de l'onglet DERNIERES VIDEOS */

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

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

#tableauListeVideos .TabbedPanelsTabSelected .videoDernier {
    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 VIDEOS LES + CONSULTEES */

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

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

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


#tableauListeVideos .TabbedPanelsContentGroup {
	clear: both;
}

#tableauListeVideos .TabbedPanelsContent {
    width:552px;
}

#tableauListeVideos .TabbedPanelsContentVisible {
}


#tableauListeVideos #aucunResultat {
	font-size: 12px;
	font-style:italic;
	text-align:center;
	color:#000000;
}

#tableauListeVideos .liste {
    width:552px;
	height:870px;
}


#tableauListeVideos .bloc {
	width:542px;
	height:150px;
	padding:5px;
	margin-bottom:10px;
	border-bottom:double 5px #C7C5DD;
	overflow:hidden;
	clear:left;
}

/*gauche*/
#tableauListeVideos .bloc .gauche {
	 width:160px;
	 height:140px;
	 margin-right:5px;
	 float:left;
	 overflow:hidden;	
}

#tableauListeVideos .bloc .gauche .blocImage {
	 width:160px;
	 height:120px;
	 overflow:hidden;	
}

#tableauListeVideos .bloc .gauche .blocImage img {
     height:120px;
	 border:none;
}

#tableauListeVideos .bloc .gauche .visite {
	color:#EB7106;
	margin-top:2px;
}

/*droite*/

#tableauListeVideos .bloc .droite {
     float:left;
	 width:377px;
	 overflow:hidden;
}


#tableauListeVideos .bloc .droite .sujet {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #C7C5DD;
	height: 1.2em;
	padding-top:0.3em;
	padding-bottom:0.4em;
	padding-left:1em;
	margin-bottom:5px;
}

#tableauListeVideos .bloc .droite .sujet a{
	color:#000000;
	text-decoration:none;
}

#tableauListeVideos .bloc .droite .sujet a:hover{
	color:#FFFFFF;
}

#tableauListeVideos .bloc .droite .date {
	color:#000000;
	font-size: 11px;
	width: 138px;
	padding-left:5px;
	float:left;
	overflow:hidden;
}

#tableauListeVideos .bloc .droite .type {
	color:#000000;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	width: 229px;
	text-align:right;
	padding-right:5px;
	float:left;
	overflow:hidden;
}

#tableauListeVideos .bloc .droite .titre {
	color:#000000;
	font-size: 12px;
	font-weight: bold;
	width: 367px;
	padding: 10px 5px 0px 5px;
	clear:left;
}


#tableauListeVideos .bloc .droite .description {
	font-size: 12px;
	color: #000000;
	height:4em;
	padding:0px 5px;
	margin-bottom:5px;
	overflow:hidden;
}

#tableauListeVideos .bloc .droite .commentaire {
	color:#000000;
	font-size: 12px;
	width: 184px;
	padding-left:5px;
	float:left;
}

#tableauListeVideos .bloc .droite .commentaire a{
	color: #1F6895;
	text-decoration:none;
}

#tableauListeVideos .bloc .droite .commentaire a:hover{
	color:#EB7106;
}

#tableauListeVideos .bloc .droite .suite {
	color:#000000;
	font-size: 12px;
	width: 183px;
	padding-right:5px;
	text-align:right;
	float:left;
}

#tableauListeVideos .bloc .droite .suite a{
	color: #1F6895;
	text-decoration:none;
}

#tableauListeVideos .bloc .droite .suite a:hover{
	color:#EB7106;
}



