﻿@charset "utf-8";

/****************************************************************************************
					styles de base 
*****************************************************************************************/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	background: #9b8a7c url(images/fond_site.jpg) repeat-y top center;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

body.pageNpolive {
	background:#dddddd;
}

h1, h2, h3, h4, h5, h6, p {
	margin:0
}

img {border:none}

.clear {
	clear:both;
}

/****************************************************************************************
					le menu déroulant
					via css et pour ie < 7 via css + js
*****************************************************************************************/
#menuDeroulant {
	position:absolute;
	bottom:8px;
	left:15px;
	z-index:100;
}

#menuDeroulant, #menuDeroulant ul { /* toutes les listes */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#menuDeroulant a {
	display: block;
	/*width: 10em;*/
}

#menuDeroulant li { /* tous les items de liste */
	float: left;
	/*width: 10em;  largeur obligatoire, sinon opera devient fou */
}
#menuDeroulant li li {
	float: left;
	width: 10em;  largeur obligatoire, sinon opera devient fou */
}

#menuDeroulant li ul { /* listes de deuxième niveau */
	position: absolute;
	background: #f3d290;
	width: 10em;
	left: -999em; /* on met left plutôt que display pour cacher les menus parce que display: none n'est pas lu par les lecteurs d'écran */
}
#menuDeroulant li:hover ul, #menuDeroulant li.sfhover ul { /* listes imbriquées sous les items de listes survolés */
	left: auto;
}
#menuDeroulant li li a {
	text-indent:0;
	font-size:12px;
	padding:5px 10px;
	margin:2px 0;
	text-decoration:none;
	color:#000;
}
#menuDeroulant li li a:hover {
	background-color:#f1b03e;
	font-weight:bold;
}

.menu1 {background: url(images/menu1.jpg) no-repeat left top;}
a#menu1:hover {background: url(images/menu1_h.jpg) no-repeat left top;}
.menu2 {background: url(images/menu2.jpg) no-repeat left top;}
a#menu2:hover {background: url(images/menu2_h.jpg) no-repeat left top;}
.menu3 {background: url(images/menu3.jpg) no-repeat left top;}
a#menu3:hover {background: url(images/menu3_h.jpg) no-repeat left top;}
.menu4 {background: url(images/menu4.jpg) no-repeat left top;}
a#menu4:hover {background: url(images/menu4_h.jpg) no-repeat left top;}

.menu1 span {width:98px;}
.menu2 span {width:111px;}
.menu3 span {width:148px;}
.menu4 span {width:148px;}
.menu1 span, .menu2 span, .menu3 span, .menu4 span {display:block; height:32px}

.menu1 a, .menu2 a, .menu3 a, .menu4 a {text-indent:-5000px}

/* gestion du menu actif par rubriques */

.rubRallye .menu1 {background: url(images/menu1_h.jpg) no-repeat left top;}
.rubMedia .menu2 {background: url(images/menu2_h.jpg) no-repeat left top;}
.rubConcurrents .menu3 {background: url(images/menu3_h.jpg) no-repeat left top;}
.rubJournalistes .menu4 {background: url(images/menu4_h.jpg) no-repeat left top;}

/****************************************************************************************
					menu tete, menu pied et menu langues 
*****************************************************************************************/
#menuLangues {
	width: 115px;
	height: 27px;
	position: absolute;
	top: 160px;
	right: 105px;
	z-index: 100;
}

#menuPied {
	width:141px;
	height:138px;
	position:absolute;
	bottom:-7px;
	left:30px;
	z-index:100;
}

#menuBas {
	width:141px;
	height:138px;
	margin-left:200px;
	margin-top:100px;
}
	
#menuTete{
	width:129px;
	height:108px;
	position:absolute;
	bottom:5px;
	right:-22px;
	z-index:100;
}

#blocnote{
}

.pageNpolive #menuTete #blocnote{
	width:129px;
	height:108px;
	position:absolute;
	bottom:5px;
	right:-20px;
	z-index:100;
}

.pageNpolive #menuTete {
	width:100%;
	background:url(images/menu_tete/menu_npolive.jpg) no-repeat;
	height:31px;
	left:0;
	bottom:0;
}

.pageNpolive #menuTete ul, .pageNpolive #menuTete li {
	margin:0;
	padding:0;
	display:inline;
	list-style:none;
}

.pageNpolive #menuTete li {
	float:left;
}

/****************************************************************************************
					menu catégorie (colonne de gauche)
*****************************************************************************************/
#menuCategorie ul {
	padding:0;
	margin:20px 0 0 52px;
	list-style:none;
}

.pageNpolive #menuCategorie ul {
	padding:0;
	margin:20px 0 0 32px;
	list-style:none;
}

#menuCategorie a {
	font-size:12px;
	color:#000;
	text-decoration:none;
	padding: 4px 10px;
	display:block;
	height:100%;
}	

#menuCategorie a.actif, #menuCategorie a:hover {
	background:#634131;
	color:#fbe3a2;
}
.pageNpolive #menuCategorie a.actif, .pageNpolive #menuCategorie a:hover {
	background:#dbdbdb;
	color:#000;
}

/****************************************************************************************
					menu à onglet 
*****************************************************************************************/
#menuOnglet ul {
    list-style-type: none;
    padding-bottom: 24px;
	background:url(images/menu_onglet/fond.jpg) no-repeat 40px 22px;
    margin: 12px 0 0 0;
}

.pageNpolive #menuOnglet ul {
	background:url(images/menu_onglet/npolive_fond.jpg) no-repeat 40px 22px;
}

#menuOnglet li {
	float:left;
	margin:0 3px 0 0;
	background:url(images/menu_onglet/droite.jpg) no-repeat right top;
}

.pageNpolive #menuOnglet li {
	background:url(images/menu_onglet/npolive_droite.jpg) no-repeat right top;
}

#menuOnglet a {
	display:block;
	background:url(images/menu_onglet/gauche.jpg) no-repeat left top;
	padding:5px 15px 2px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	font-style:italic;
	color:#787372;
	letter-spacing: 0;
}

.pageNpolive #contenu #menuOnglet a {
	color:#787372;
	background:url(images/menu_onglet/npolive_gauche.jpg) no-repeat left top;
}

#menuOnglet li.actif {
	background:url(images/menu_onglet/droite_h.jpg) no-repeat top right;
}

.pageNpolive #menuOnglet li.actif {
	background:url(images/menu_onglet/npolive_droite_h.jpg) no-repeat top right;
}

#menuOnglet li.actif a {
	padding-bottom:4px;
	background:url(images/menu_onglet/gauche_h.jpg) no-repeat;
	color:#5a3c32;
}

.pageNpolive #contenu #menuOnglet li.actif a {
	padding-bottom:4px;
	background:url(images/menu_onglet/npolive_gauche_h.jpg) no-repeat;
	color:#5a3c32;
}

#menuOnglet a:hover, .pageNpolive #contenu #menuOnglet a:hover {color:#5a3c32}

/****************************************************************************************
					blocs principaux de mise en page 
*****************************************************************************************/

#tete {
	position:relative;
	z-index:90;
	margin-left:37px;
	height: 201px;
	background: #61523c url(images/fond_tete/fond.jpg) top left no-repeat;
}

.pageTrans #tete {
	/* changement de la tete si page transversale */
	background: url(images/fond_tete/trans.jpg) top left no-repeat;
	height:183px;
}

.pageNpolive #tete {
	/* changement de la tete si page npolive */
	background: url(images/fond_tete/npolive.jpg) top left no-repeat;
	height:214px;
	margin-left:18px
}

#page {
	width: 1000px; 
	background: #5a3c32 url(images/fond_page.jpg) repeat-y top left;
	margin: 0 auto;
	text-align: left;
	position:relative;
}

.pageTrans #page {
	/* changement de la largeur si page transversale */
	width: 920px; 
}

.pageNpolive #page {
	/* changement de la largeur si page npolive */
	width: 878px; 
	background:#d87f01;
}

/* page gauche */
#pageGauche {
	float:left;
	width:880px;
}


.pageNpolive #pageGauche {
	/* changement de la largeur si page npolive */
	float:left;
	width:858px;
}

/* gestion de l'affichage du fond dans la colonne de gauche */

.rubRallye #pageGauche {	
	/* rubrique rallye */
	background: url(images/fond_rubRallye.jpg) no-repeat left 202px;
}

.rubMedia #pageGauche {	
	/* rubrique mediatheque */
	background: url(images/fond_rubMedia.jpg) no-repeat left 202px;
}

.rubConcurrents #pageGauche {	
	/* rubrique conccurrents*/
	background: url(images/fond_rubConcurrents.jpg) no-repeat left 202px;
}

.rubJournalistes #pageGauche {	
	/* rubrique journalistes*/
	background: url(images/fond_rubJournalistes.jpg) no-repeat left 202px;
}

.pageTrans #pageGauche {	
	/* page transversal*/
	background: url(images/fond_rubTrans.jpg) repeat-y left 202px;
}

.pageNpolive #pageGauche {	
	/* page transversal*/
	background: url(images/fond_npolive.jpg) repeat-y left top;
}


/* la colonne du menu de gauche */

#colonneMenu {
	float:left;
	width:202px;
	min-height: 720px;
}

.pageTrans #colonneMenu {
	/* changement si page transversale */
	min-height: 450px;
	margin-bottom:50px;
}

.pageNpolive #colonneMenu {
	/* changement si page transversale */
	min-height: 605px;
	width:182px;
	background: url(images/fond_rubNpolive.jpg) no-repeat bottom left;
}


/* zone de contenu principal de la page, où ce trouve les articles, tableaux, formulaire.... */
.pageTexte #contenu, .pageOnglet #contenu {
	padding-top:20px;
	background:#f8f1df;
	margin:0;
	color:#5a3c32;
	padding-bottom:36px;
	min-height:650px;
	float:left;
	width:678px
}

.pageTrans #contenu {
	padding-top:20px;
	background:#f8f1df;
	margin:0;
	color:#5a3c32;
	padding-bottom:36px;
	min-height:500px;
	float:left;
	width:678px
}

.pageNpolive #contenu {
	padding-top:20px;
	background:#f3f3f3;
	margin:0;
	color:#5a3c32;
	padding-bottom:35px;
	min-height:550px;
	float:left;
	width:676px;
}

.pageTexte #pageDroite, .pageOnglet #pageDroite {	
	/* declage de la pub dans la colonne de droite */
	padding-top:200px;
	
	/* sinon bug ie6 ie5.5*/
	width:120px;
	float:right;
}


/* le pied de page */
.pageTexte #pied, .pageOnglet #pied {
	clear:both;
	background:#d97d00 url(images/fond_pied.jpg) bottom right no-repeat;
	height:104px;
	margin: 0 0 0 38px;
}

.pageTrans #pied {
	background:#d87f01;	
	clear:both;
	height:18px;
	margin: 0 0 0 37px;
}

.pageNpolive #pied {
	background:#d87f01;	
	clear:both;
	height:18px;
	margin:0;
}

.pageAcceuil #pied {
	clear:both;
	background:#d97d00 url(images/fond_pied_acc.jpg) bottom right no-repeat;
	height:104px;
	margin: 0 2px 0 37px;
	position:relative;
}

/* mise en forme du bloc page actus */
.blocActu {
	background:#f7e4bf;
	margin-top:12px;
	padding-bottom:30px;
	margin-left:30px;
	border:1px solid #ddd4bf;
	border-right:none;
}


/****************************************************************************************
					fil d'ariane
*****************************************************************************************/
#fil_ariane {
	background: #d97d00;
	color: #fff;
	font-size:9px;
	margin-left:37px; 
	padding:5px 100px 5px 205px;
	margin-right:
}
#fil_ariane a {
	color:#fff;
	text-decoration:none;
}
#fil_ariane a:hover {
	text-decoration:underline;
}

/****************************************************************************************
					le texte
*****************************************************************************************/

h1 span {
	font-size:18px;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;	
    margin-top:50px;
	background: url(images/fond_h1_texte.jpg) repeat-x top left;
	padding:4px 60px 6px 40px;
}

.pageNpolive h1 span {
	color:white;
}

.pageNpolive h4 span {
	font-size:18px;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;	
    margin-top:50px;
	padding:4px 60px 6px 40px;
	color:#727272;
}

h1.suivant {margin-top:50px}

h1.suivant span {
	background: url(images/fond_h1_texte.jpg) repeat-x top left;
	padding:4px 60px 6px 40px;
}

h2, h2.normal {
	font-size:14px;
	padding:20px 20px 0 40px;
	color:#f09a04;
}

.pageOnglet h2 {
	font-size:12px;
	font-weight:normal;
	padding:20px 20px 6px 0;
	margin-left:40px;
	border-bottom:1px solid #000;
	position:relative;
}

.pageTexte #contenu h3 {
	padding:11px 20px 0 40px;
	font-size:12px;
}

.pageTrans #contenu h3 {
	background: url(images/icones/panneau.gif) no-repeat left bottom;
	padding:11px 20px 0 20px;
	margin-left: 40px;
	font-size:11px;
}

p, .pageOnglet #contenu p,  .pageTrans #contenu p {
	font-size:11px;
	padding:11px 20px 0 40px;
}

.pageTexte #contenu ul, .pageTrans #contenu ul {
	font-size:11px;
	padding:0;
	margin:0 20px 0 80px;
}

p.chapeau {
	font-weight:bold;
}

.pageOnglet p.datePresse {
	position:absolute;
	right:123px;
	text-align:right;
	margin-top:-32px;
}

.pageOnglet #contenu #sousOnglet p {
	background:#f7e4bf;
	border:1px solid #d7cfbf;
	border-top:none;
	padding:10px 5px 10px 10px;
	margin-left:40px;
	margin-bottom:10px;
	font-size:13px; 
	font-weight:bold;
	position:relative
	}
	
.pageNpolive #contenu #sousOnglet p {
	background:#e9e9e9;
	border:1px solid #d2d1cf;
	border-top:none;
	padding:10px 5px 10px 10px;
	margin-left:40px;
	margin-bottom:10px;
	font-size:13px; 
	font-weight:bold;
	position:relative
	}

.pageOnglet #contenu p.bordGauche {
	border-left: #000000 dotted 1px;
	padding:15px 20px 0 10px;
	margin-left:75px;
}


img.imgdroite {float:right; margin-left:20px;margin-bottom:10px}


a.lien_PdfDroite {	
	background: url(images/icones/pdf.gif) no-repeat bottom left; 
	padding-left:20px; 
	color:#5a3c32;
	font-size:11px;
	font-weight:normal;
	position:absolute;
	right:15px;
}
a.lien_tv {background: url(images/icones/tv.gif) no-repeat bottom left; padding-left:20px; color:#5a3c32}
a.lien_fenetre {background: url(images/icones/fenetre.gif) no-repeat bottom left; padding-left:20px; color:#5a3c32}
a.lien_sons {background: url(images/icones/sons.gif) no-repeat bottom left; padding-left:20px; color:#5a3c32}
a.lien_article {background: url(images/icones/article.gif) no-repeat bottom left; padding-left:20px; color:#5a3c32}
a.lien_pdf {background: url(images/icones/pdf.gif) no-repeat bottom left; padding-left:20px; color:#5a3c32}
a.lien_interieur {color:#f09a04;}

.planSite li {color:#ccc}
.planSite h3 {color:#f09a04}
.planSite a {color:#5a3c32; text-decoration:none;}
.planSite a:hover {text-decoration:underline;}

#navigationEngages a {color:#5a3c32; text-decoration:none;}
#navigationEngages a:hover  {text-decoration:underline}
#navigationEngages a.actif  {font-weight:bold}

.pageNpolive #contenu a {
	color:#ff6600
}

.pageNpolive #detail ul {
	margin-top:6px; margin-bottom:0;
	font-size:11px;
}
.pageNpolive #detail li {
	line-height:13px;
	margin-left:25px;
}

.pageTexte #contenu ul.listeActus, .pageTrans #contenu ul.listeActus {
	margin:20px 20px 0 80px;
}

.pageTexte #contenu ul.listeActus li, .pageTrans #contenu ul.listeActus li {
	list-style-image:url(images/icones/liste_actus.gif)
}
.pageTexte #contenu ul.listeActus li a, .pageTrans #contenu ul.listeActus li a {
	color:#5a3c32;
	font-weight:bold;
}

.pageTexte #contenu ul.listeActus .titreListeActu {
	color:#f09a04;
	font-weight:bold;
}



/****************************************************************************************
					formulaires
*****************************************************************************************/

form a {color:#000}

.pageTrans form, .pageOnglet form {
	margin:20px 0 0 0;
}
fieldset {
	border:none;
	padding:0; margin:0; 
}
.pageTrans fieldset .colonnes p {
	float:left;
	width:600px;
}
.pageOnglet fieldset p {
	float:left;
	width:500px;
}

label, input, select, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
label {
	width:70px;
	float:left;
}
label.col2 {
	margin-left:50px;
}
input, select {
	width:auto;
	float:left;
}

input.longChamp {width:250px}

span.infosChamp {padding-left:20px}

input.check, input.bouton {
	width:auto;
}

textarea {width:484px; height:100px; overflow:auto; };

.pageTrans form p {padding:0; margin:0}

/****************************************************************************************
					Vidéos & Photos  média
*****************************************************************************************/

#listePhotos {margin:0 20px 20px 38px}

.blocPhoto {
	float:left;
	width:154px;
	height:143px;
	text-align:center;
	margin-bottom:20px;
}

.pageOnglet #contenu .detailPhoto p {padding:0 10px}

.blocPhoto img {
	margin-top:5px;
}
.blocPhoto p {
	text-align:left;
	font-size:10px;
	margin-right:20px;
	margin-top:7px;
}

.detailPhoto {
	height:100%;
	background:#d8cdbd;
	margin:0 10px;
	overflow:hidden;
	position:relative;
}

.detailPhoto a.caddie, .detailPhoto a.upload, .detailPhoto a.ph {text-indent:-5000px}
.detailPhoto span {display:block; width:50px; height: 50px}

.ph {
	position:absolute;
	top:98px;
	left:110px;
	background:url(images/icones/ph.gif) no-repeat;
	width:15px;
	height:15px;
	z-index:10;
}

.caddie {
	position:absolute;
	top:120px;
	left:110px;
	background:url(images/icones/caddie.gif) no-repeat;
	width:15px;
	height:11px;
	z-index:20;
}
.upload {
	position:absolute;
	top:120px;
	left:112px;
	background:url(images/icones/upload.gif) no-repeat;
	width:10px;
	height:13px;
	z-index:20;
}

#navigationMedia {
	clear:left;
	margin:0 0 0 47px;
	border-top:1px solid #ccc;
	padding-top:10px;
	position:relative;
	width:598px;
}

#navigationMedia a {
	color:#000;
	text-decoration:none;
	font-size:11px;
	position: absolute;
	height:20px;
}
#navigationMedia a:hover {
	text-decoration:underline;
}

#navigationMedia .suiv {right:0}
#navigationMedia .prec {left:0}

.vignette {}
	
	
/****************************************************************************************
					tableaux
*****************************************************************************************/	

table {
	font-size:11px;
	margin:0 0 0 0;
	border-collapse:collapse;
}

thead, tr.paire {
	background: #f7e4bf;
}

th {
	border:0px solid #d9d2c1;
	color:#f09a04;
	font-size:13px;
	padding:5px 8px;
}

td {
	color:#5a3c32;
	padding:8px;
}


td a {
	color:#5a3c32;
	text-decoration:underline
}
	
td.numeroEngages {width:25px; border:none}
td.nomEngages {width:175px}
td.paysEngages {width:25px; text-align:center}
td.marqueEngages {width:125px}
td.equipeEngages {width:228px}
	
/****************************************************************************************
					blocs specifiques
*****************************************************************************************/

#sousOnglet {
	margin-top:-2px; float:left; width:100%;
}

.pageOnglet #detail {width:100%; float:left;}

#specialFond {background: url(images/boite-outils.gif) no-repeat 60px bottom; height:100%; } 

.atexte_normal {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
