@charset "utf-8";
/* ---------------------------   HOME ACTU   ------------------------------------*/


/* HOME ACTU (pave de mise en avant Focus) */

#paveFocus {
	background-image: url(../images/paveHomeActuFond.png);
	background-repeat: no-repeat;
	height:250px;
	width:742px;
	margin-bottom:10px;
	overflow:hidden;
}

#paveFocus #navigation {
	padding-left:40px;
	height:10px;
	overflow:hidden;
}

#paveFocus #navigation.up {
    padding-top:7px;
	margin-bottom:2px;
}

#paveFocus #navigation.down {
	margin-top:2px;
}

#paveFocus #navigation img:hover {
	margin-top:-20px;
	cursor:pointer;
}

/* HOME ACTU (Tabbed panel) */

#paveFocus .VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 92px;
	height: 220px;
	background-color: transparent;
	position: relative;
}

#paveFocus .TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

#paveFocus .TabbedPanelsTab {
	position: relative;
	float: left;
	cursor: pointer;
	list-style: none;
	
}

#paveFocus .VTabbedPanels .TabbedPanelsTab {
	float: none;
	height:47px;
	padding:2px;
	margin-bottom: 2px;
	background-color: transparent;

}

#paveFocus .VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #FFFFFF;
}

#paveFocus .VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
}

#paveFocus .TabbedPanelsContentGroup {
	clear: both;
	color: #000000;
	height: 100%;
}

#paveFocus .TabbedPanelsContent {
	padding: 0px;
	height: 220px;
	width: 642px;
	font-family: 'Arial', sans-serif;
}

#paveFocus #contenuPave div:hover {
    cursor:pointer;
}

#paveFocus .TabbedPanelsContent a {
	text-decoration:none;
	color: #1F6894;
}

#paveFocus .TabbedPanelsContent a:hover {
	font-weight: bold;
}

#paveFocus .TabbedPanelsContentVisible {
}

#paveFocus .TabbedPanelsContent .blocImage  {
	margin-left:25px;
	overflow:hidden;
	position:relative;
	z-index:0;
	border:solid 1px #000000;
	height:208px;
	background-color:#000000;
	}

#paveFocus .TabbedPanelsContent img  {
	width: 370px;
}

#paveFocus .TabbedPanelsContent #blocDescription {
	position:relative;
	z-index:1;
	float:right;
	width:251px;
}

#paveFocus .TabbedPanelsContent #blocDescription .titreFocus {
	color: #000000;
	font-size:22px;
	font-weight:bold;
	text-align:left;
	margin-bottom: 0.3em;
	height:3.3em;
	padding-left:0.5em;
	line-height: 1em;
}

#paveFocus .TabbedPanelsContent #blocDescription .sousTitre{
	color: #000000;
	font-size: 11px;
	text-align:right;
	margin-bottom: 0.1em;
	height:1em;
	padding-right:0.5em;
	line-height: 1em;
}

#paveFocus .TabbedPanelsContent #blocDescription .introFocus  {
	font-size: 12px;
	padding:1em;
	text-align:left;
	height:4.1em;
	border-top: solid 1px #000000;
	overflow:hidden;
}

#paveFocus .TabbedPanelsContent #blocDescription .lireSuite {
	font-size: 11px;
	padding:0.5em 1.1em;
	text-align: right;
	margin-top: 2em;
	font-weight: bold;

}

#paveFocus .TabbedPanelsContent  #blocDescription .lireSuite a {
	color: #9B2B2F;
	text-decoration: none;
}

#paveFocus .TabbedPanelsContent #blocDescription .lireSuite a:hover {
	color: #EB7106;
}

#paveFocus .TabbedPanelsContent  #blocDescription .lireSuite span.commentaire {
	color: #1F6895;
	text-decoration: none;
	font-weight: 500;
	float:left;
}


/* HOME ACTU (Sliding panel) */

#paveFocus .SlidingPanels {
	position: relative;
	width: 100%;
	height: 210px;
	padding: 0px;
	border: none;
	overflow:hidden;
}

#paveFocus .SlidingPanelsContentGroup {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	left:15px !important; 
}

#paveFocus .SlidingPanelsContent {
	width: 100%;/* 130% Bandeau plus long sur onglet gaucge survole*/ 
	height: 51px;
	border: none;
	
}

#paveFocus .SlidingPanelsContent .blocImage{
	overflow:hidden;
	height:45px;
	width: 90px;
    border:solid 1px #000000;
}

#paveFocus .SlidingPanelsContent img {
	width: 90px;
	border:none;

}

#paveFocus .SlidingPanelsAnimating  {
	overflow: hidden !important;
}

#paveFocus .SlidingPanelsCurrentPanel {
}

#paveFocus .SlidingPanelsFocused {
}

/* HOME ACTU (titre de la home) */

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

#titreListeHomeActu .titre{
	/*border-bottom:double 5px #E31B22;*/
}

/* HOME ACTU ( dans colonne gauche)  */

#navigationDateActu {
	font-family: 'Arial', sans-serif;
    font-size: 12px;
	margin-bottom: 10px;
	background-color:#FFFFFF;
}

#navigationDateActu .entete{
    text-transform:uppercase;
	text-align: center;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#E31B22;
	padding:3px 30px;
}

#navigationDateActu .liste{
	border-right:solid 1px #E31B22;
	border-bottom:solid 1px #E31B22;
}

#navigationDateActu a {
    text-decoration:none;
    color:#CC071E;
	font-weight:bold;
}

#navigationDateActu a:hover {
    color:#EB7106;
}

#navigationDateActu #triActu {
	padding:5px;
	height:3.6em;
}

#navigationDateActu #triActu.avecSeparation {
	border-bottom: solid 1px #E31B22;
}


/* HOME ACTU (skyscraper pub ) */
#skyscraperPubHomeActu {
	margin-bottom:10px;
	width:180px;
	height:620px;
	background:url(../images/skyscraperPub.png) no-repeat; 
}

/* HOME ACTU (colonne actu)  */

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

#newsDuJour #entete {
	padding:5px 0px 0px 0px;
	height:30px;
	margin-bottom:10px;
}

#newsDuJour #entete .gauche{
	font-size: 18px;
	font-weight:bold;
	height:25px;
	float:left;
}

#newsDuJour #entete .droite{
	float:right;
}

#newsDuJour #entete .droite a {
	width:20px;
	display:block;
	float:left;
	overflow:hidden;
	margin-left:5px;
	margin-top:5px;
}

#newsDuJour #entete .droite img {
	border:none;
}

#newsDuJour #entete .droite a:hover img{
	margin-left:-30px;
}

#newsDuJour #entete .separation {
    clear:both;
	background:url(../images/ligneRecherche.png) no-repeat 0% 11%;
	height:5px;
}

/*Bloc de la news*/

#newsDuJour #blocNews {
	border-bottom: solid 1px #CCCCCC;
	padding:10px 0px; /* hauteur - largeur*/
	width:552px;
	clear:left;
}

/*Haut news (titre, date, plateforme)*/

#newsDuJour #blocNews #hautNews {
	padding:5px 10px 10px 10px;
	width:532px;
	overflow:hidden;
}

#newsDuJour #blocNews #hautNews .ouvrirFermer {
	text-align: right;
	float: right;
}

#newsDuJour #blocNews #hautNews .ouvrirFermer a {
	text-decoration:none;
	color:#000000;
	font-size:13px;
}

#newsDuJour #blocNews #hautNews .ouvrirFermer a:hover {
	color:#E31B22;
}

#newsDuJour #hautNews #titreNews a {
	font-size: 15px;
	font-weight: bold;
	color:#000000;
	text-decoration:none;
}

#newsDuJour #hautNews #titreNews a.importance_1, 
#newsDuJour #hautNews #titreNews a.importance_2,
#newsDuJour #hautNews #titreNews a.importance_3{
	color: #CC071E;
}

#newsDuJour #hautNews #titreNews a:hover {
	color:#EB7106;
}

#newsDuJour #blocNews #hautNews #infosNews  {
	clear:right;
}

#newsDuJour #blocNews #hautNews .dateNews  {
}

#newsDuJour #blocNews #hautNews .plateformeNews  {
	font-weight: bold;
}

/*contenu de la news (du slide)*/

#newsDuJour #blocNews #contenuNews {
	margin: 0px;
	padding:0px;
	width:552px;
	overflow:hidden;
}

#newsDuJour #blocNews #contenuNews .slide{
	height:100%;
}

#newsDuJour #blocNews #contenuNews .slide .contenu{
	position: relative;/*pour IE */
	left: 0px; 
	top: 0px;
	overflow:hidden;
}

#newsDuJour #blocNews  .contenu .texte {
	text-align:justify;
	overflow:hidden;
	width:532px;
	margin-bottom:5px;
	padding:0px 10px;
}

#newsDuJour #blocNews .contenu .blocIllustrationNews {
	width:112px;
	height:63px;
	border: solid 1px #CCCCCC;
	margin-right:0.5em;
	margin-bottom:0.5em;
	overflow:hidden;
	float:left;
}

#newsDuJour #blocNews .contenu .blocIllustrationNews img {
	border: 0px;
	width:112px;
} 

#newsDuJour #blocNews  .contenu .texte a  {
	text-decoration: none;
	font-weight: bold;	
	border:none;
	color: #1F6894;
}

#newsDuJour #blocNews .contenu .texte a:hover  {
	color: #EB7106;
}

#newsDuJour #blocNews .contenu .texte a:hover  img{
	border-color:#EB7106;
}

/* les images des news */
#newsDuJour #blocNews .contenu .imageNews {
    text-align:center;
	width:532px;
	overflow:hidden;
	padding:10px;
	clear:left;

}

#newsDuJour #blocNews .contenu .imageNews img {
	margin: 0px 4px;
	border: solid 1px #CCCCCC;
}

#newsDuJour #blocNews .contenu .commentaire {
	margin-bottom:0.5em;
	margin-top:15px;
	width:532px;
	clear:left;
	padding:0px 10px;
}

#newsDuJour #blocNews .contenu .commentaire a  {
	color: #1F6894;
	text-decoration: none;
}

#newsDuJour #blocNews .contenu .commentaire a:hover {
	color: #EB7106;
}

#newsDuJour #blocNews .contenu .lienAssocie  {
	font-size: 12px;
	color: #1F6894;
	text-align: right;
    width:532px;
	padding:0px 10px;
}

#newsDuJour #blocNews .contenu .lienAssocie a  {
	color: #1F6895;
	font-weight: bold;
	text-decoration:none;	
}

#newsDuJour #blocNews .contenu .lienAssocie a:hover  {
	color: #EB7106;
}

/*Petite modif s'il s'agit d'un focus */

#newsDuJour #blocNews.focus {
	border-bottom: none;
	padding-bottom:0px;
}

#newsDuJour #blocNews.focus #hautNews{
	background: url(../images/bg_focus_actu_centre.png) repeat-y;
}

#newsDuJour #blocNews.focus #contenuNews{
	background: url(../images/bg_focus_actu_centre.png) repeat-y;
}

#newsDuJour #blocNews.focus #hautCadreFocus {
	width:552px;
	height:10px;
	background: url(../images/bg_focus_actu_haut.png) no-repeat;
}

#newsDuJour #blocNews.focus #basCadreFocus {
	width:552px;
	height:10px;
	background: url(../images/bg_focus_actu_bas.png) no-repeat;
}

#newsDuJour #blocNews.focus #hautNews a.importance_1, 
#newsDuJour #blocNews.focus #hautNews a.importance_2,
#newsDuJour #blocNews.focus #hautNews a.importance_3{
	color: #9B2B2F;
}

#newsDuJour #blocNews.focus #hautNews #titreNews a:hover {
	color:#EB7106;
}

#newsDuJour #blocNews .contenu .blocIllustrationFocus {
	border: solid 1px #DDB5A4;
	margin-right:0.5em;
	margin-bottom:0.5em;
	overflow:hidden;
	float:left;
}

#newsDuJour #blocNews .contenu .blocIllustrationFocus img {
	border: 0px;
} 

#newsDuJour #blocNews .contenu .lienFocus {
	text-align:right;
	width:532px;
	padding:0px 10px;
}

#newsDuJour #blocNews .contenu .lienFocus a{
	text-decoration: none;
	color:#9B2B2F;
	font-weight:bold;
}

#newsDuJour #blocNews .contenu .lienFocus a:hover {
	color: #EB7106;
}

/*Si pas de news */

#newsDuJour #pasDeNews {
	font-style: italic;
	padding: 10px;
	text-align:center;
	color:#E31B22;
	font-size:14px;
}

/*Navigation jour/semaine/mois */

#newsDuJour #basNews  {
    font-size: 16px;
	padding:5px 10px 15px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom:solid 1px #CCCCCC;
	clear:left;
}

#newsDuJour #basNews span {
	color: #CCCCCC;
}

#newsDuJour #basNews a {
	text-decoration: none;
	color: #000000;
	
}

#newsDuJour #basNews a:hover {
    color:#E31B22;
}


#newsDuJour #basNews .jourAvant {
	text-align: left;
	float: left;
}

#newsDuJour #basNews .jourApres {
	text-align: right;
}

/* Les news importantes de la veille */
#actuDeLaVeille {
	font-family: 'Arial', sans-serif;
	font-size:12px;
    width: 552px;
	overflow:hidden;
	float:left;
	margin-top:20px;
	border:double 3px #E31B22;
	margin-bottom:10px;
}

#actuDeLaVeille .entete {
	font-size: 16px;
	font-weight: bold;
	background-color:#E31B22;
	color:#FFFFFF;
	padding:5px;
}

#actuDeLaVeille .ligne {
	padding:5px 10px;
}

#actuDeLaVeille .ligne a {
	text-decoration:none;
	color:#1F6894;
}

#actuDeLaVeille .ligne a:hover {
	color:#EB7106;
}

#actuDeLaVeille .ligne .plateformeNews  {
	font-size: 12px;
	font-weight: bold;
}


