/* ==============================================
   FEUILLE DE STYLES RJEE
   ============================================== */
	
/* GLOBAL */ 


#global {
	width: 1024px;				/* Largeur de la page */
	max-width: 90em;
	min-width: 850px;
	margin-left: auto; 			/* Centrage. auto par défault */
	margin-right: auto;			/* Centrage. auto par défault */
}

body { 
	/*color: #ffffff; 			Couleur du texte sur le site entier. Blanc par défault */
	background: #ffffff;    	/* Fond du site. blanc par défault*/
	padding: 0px 0px 0px 0px; 				/* HAUTpx DROITEpx BASpx GAUCHEpx */
}
strong {	
	color: #A1B55D; 			
}
ul, li {
	margin: 0;
	padding: 0;
	list-style:none;
	/* font-family: 'Arial','Helvetica','Geneva','Swiss','SunSans-Regular'; */
	/* font-size: 12px; */
} 
 
 /* MENU PAR ONGLETS CSS MARCHES ACTIONS */
 
li.page{
	text-align:center;
	background:#29376C;			/* Couleur de fond identique au menu CSS (bleu) */
	color:#FFFFFF;
} 
li.page a{
	background:#29376C;			/* Couleur de fond identique au menu CSS (bleu) */
	color:#FFFFFF;
}
li.page a:hover{
	background:#29376C;			/* Couleur de fond identique au menu CSS (bleu) */
	color:#FFFFFF;
} 

li.onglet_contenu{
	color:#000000;
} 
li.onglet_contenu a{
	color:#000000;
}
li.onglet_contenu  a:hover{
	color:#000000;
} 
   
/* EN-TETE */   


#entete {
	background-image:url("styles/img/banniere.png"); 			/* Lien bannière */
	width:1024px;												/* Longueur bannière */
	height:90px;												/* Hauteur bannière */
	
}

/* SOUS EN-TETE */ 

#sous-entete {
	background:#29376C;					/* Couleur de fond identique au menu CSS (bleu) */
	border-top:2px solid white; 		/* Contour blanc TOP */
}
#sous-entete-bis{
	background-image:url(../styles/images/menu_bas.png);
	height:10px;
}

/* Conteneur CENTRE/CENTRE BIS*/

 
#centre {
	width: 100%;				/* */
	height:auto;				/* */
	overflow: hidden;			/* */
}

#centre-bis {
	background: url(img/11-coldroite.png) repeat-y right top; 		/* Colonne grise de droite */
}




/* NAVIGATION (colonne gauche) */


#navigation {
	background: #ffffff; 		/* Couleur fond menu gauche */
	float: left;				/* Placé a gauche */
	width: 139px;				/* De la même taille que les boutons et listes */
	min-height: 800px;				/* Hauteur minimum */
	cursor: pointer;
	cursor: hand;
	font-size: 10px;
	border-right: 1px solid #002D62;
}
#navigation a {
	
	display: block;				/* Pour mettre les liens sous forme de bloc */
	padding: 6px 0px 6px 0px;	/* 1 SEUL LIEN/BLOC */
	line-height: 1.5;			/* Grosseur ligne */
	/* font-size: .9em;		*/	/* Taille police */
	color: #ffffff;				/* */
}
#navigation a:hover, #navigation a:focus {
	background: #ffffff;  		/* Couleur des liens menu lors du survol souris */
	color : black; 				/* Couleur police */
}

.menu .menu_bouton {
	margin : 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #29376C;
	color: #ffffff;
	font-weight:bold;
	border-left: 3px solid #808080;
	text-align: center;
}

.menu .menu_bouton1, .menu .menu_bouton2 {
	
	margin : 5px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	background: #29376C;
	color: #ffffff;
	font-weight:bold;
	border-left: 3px solid #808080;
	text-align: center;
}

.menu .menu_liste1,.menu .menu_liste2 {
	width: 140px;
}

.menu .menu_liste1 li a, .menu .menu_liste2 li a {
	color: black;							/* Couleur texte lien */
	background: #7180b8; 					/* Couleur fond bloc */
	border-bottom: 1.5px solid white; 		/* ligne blanche en dessous de chaque bloc */
	border-left: 2px solid #808080;
}





/* Contenu PRINCIPAL (colonne centre) */


#principal {
	
	background: #ffffff;			/* Couleur fond */
	height: auto;					/* Hauteur minimal du div */
	width: 879px;					/* Largeur du bloc */
	margin: 0px 0px 0px 140px;		/* Pour éviter la collision avec NAVIGATION [HAUT DROITE BAS GAUCHE] */	
	padding: 0px 0px 0px 5px;		/* POUR EVITER DE COLLER LES BORDS */
}


#AccueilGauche
{
background: #ffffff;			/* */
width:615px;					/* */
height:auto;					/* */
float:left;						/* */
margin: 6px 5px 0px 10px;		/*  [HAUT DROITE BAS GAUCHE]*/
padding: 0px 8px 0px 0px;		/*  [HAUT DROITE BAS GAUCHE]*/
}

.contenu
{
background: #ffffff;			/* */
width:867px;					/* */
float:left;						/* */
margin: 6px 5px 0px 10px;		/*  [HAUT DROITE BAS GAUCHE]*/
padding: 0px 0px 0px 0px;		/*  [HAUT DROITE BAS GAUCHE]*/
border-top: solid 1px #808080;	
border-right: solid 1px #808080;	
border-bottom: solid 1px #808080;	

}

/* Contenu SECONDAIRE (colonne droite) */
	
	
#secondaire {
	background: #c3c3c3;		/* De la même couleur que la colonne grise */
	float: right;				/* Placé a DROITE */
	width: 235px;				/* */		
	padding: 0px 0px 0px 5px;	/*  [HAUT DROITE BAS GAUCHE]*/
	min-height: 800px;			/* */
}	

	
/* PIED de page */

#pied {					/* */
	padding-top:2px;					/* */
	border-bottom:2px solid white;		/* */
	background:#29376C;					/* */
	color:#ffffff;						/* */
	line-height: 0.4;		/* */
	font-size: 9px;
}
#pied a{					/* */
	color:#FFFFFF;
}
#pied_haut{
	background-image:url(../styles/images/footer_haut.png);
	height:10px;
	margin-top:10px;
}
#copyright {
	margin: 8px 0 0 0;					/* */
	font-size: 1em;						/* */
	text-align: left;					/* */
}


/* ECONOMIE ET STRATEGIE US */


tr.titre_strategie {
background:#29376C;
color:#ffffff;
}
tr.titre_strategie a {
color:#ffffff;
font-weight:bold;
text-decoration:none;
}
tr.titre_strategie a:hover, th.titre_strategie a:focus {
color:#ffffff;
font-weight:bold;
text-decoration:none;
}
tr.contenu_strategie_blanc {
background-color:#FFFFFF;
}
tr.contenu_strategie_blanc  a{
color:#000000;
text-decoration:none;
}
tr.contenu_strategie_gris {
background-color:#CCCCCC;
}
tr.contenu_strategie_gris  a{
color:#000000;
text-decoration:none;
}

/* ===================== AFFICHAGE MIF  ===================== */

.titre  { font-weight: bold; font-size: 14px }
.sousTitreMIF { font-weight: bold; font-size: 12px }
.textContent12 { font-size: 12px }



/* ===================== AFFICHAGE DES STRATEGIES US (STRATEGIE_US.PHP) ===================== */
		
table.strategie {
width:881px;
}	
tr.titre_strategie {
background:#29376C;
color:#ffffff;
text-align:center;
}
tr.titre_strategie a {
color:#ffffff;
font-weight:bold;
text-decoration:none;
}
tr.titre_strategie a:hover, th.titre_strategie a:focus {
color:#ffffff;
font-weight:bold;
text-decoration:none;
}
tr.contenu_strategie_blanc {
line-height: 10pt;
background-color:#FFFFFF;
}
tr.contenu_strategie_blanc  a{
color:#000000;
text-decoration:none;
font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
font-size: 12px;
}
tr.contenu_strategie_blanc  a:hover,tr.contenu_strategie_blanc  a:focus{
color:#7d98fe;
font-weight:bold;
}
tr.contenu_strategie_gris {
line-height: 10pt;
background-color:#CCCCCC;
}
tr.contenu_strategie_gris  a{
color:#000000;
text-decoration:none;
font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
font-size: 12px;
}
tr.contenu_strategie_gris  a:hover,tr.contenu_strategie_gris  a:focus{
color:#7d98fe;
font-weight:bold;
}
#strategie_nom {
text-align:right;
}
#strategie_date {
text-align:left;
}

/* ===================== BOITE A ONGLETS (MARCHES_ACTIONS.PHP ect...) ===================== */


#tabbed_box {
text-align:left;
}
.tabbed_box h4 {
    font-family:Arial, Helvetica, sans-serif;
    font-size:20px;
    color:#ffffff;
    letter-spacing:-1px;
    margin-bottom:10px;
}
.tabbed_box h4 small {
    color:#e3e9ec;
    font-weight:normal;
    font-size:9px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    position:relative;
    top:-4px;
    left:6px;
    letter-spacing:0px;
}
ul.tabs {
    margin:0px; padding:0px;
}
ul.tabs li {
    list-style:none;
    display:inline;
}
ul.tabs li a {
    background-color:#354570;
    color:white;
    padding:8px 14px 8px 14px;
    text-decoration:none;
    font-size:10px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    border:1px solid #464c54;
}
ul.tabs li a:hover {
    background-color:#AFB5C6;
    border-color:#2f343a;
}
ul.tabs li a.active {
    background-color:#ffffff;
    color:#282e32;
    border:1px solid #464c54;
    border-bottom: 1px solid #ffffff;
}
.content {
    background-color:#ffffff;
    padding:10px 10px 10px 0px;
    border:1px solid #464c54; 
}
#content_2, #content_3 , #content_4 { display:none; }
ul.tabs {
    margin:0px; padding:0px;
    margin-top:5px;
    margin-bottom:6px;
}
.content ul {
	text-align: inherit;
    margin:0px;
    padding:0px 0px 0px 20px;
}
.content ul li {
    list-style:none;
    border-bottom:1px solid #d6dde0;
    padding-top:5px;
    padding-bottom:5px;
    font-size:13px;
}
.content ul li :hover{
    list-style:none;
    border-bottom:1px solid #d6dde0;
    padding-top:5px;
    padding-bottom:5px;
    font-size:13px;
}
.content ul li a {
    text-decoration:none;
}
.content ul li a small {
    font-size:9px;
    text-transform:uppercase;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    position:relative;
    left:4px;
    top:0px;
}
.content ul li:last-child {
    border-bottom:none;
}
ul.tabs li a {
    background-image:url(images/tab_off.jpg);
    background-repeat:repeat-x; 
    background-position:bottom;
}
ul.tabs li a.active {
    background-image:url(images/tab_on.jpg);
    background-repeat:repeat-x;
    background-position:top;
}
.content {
    background-image:url(images/content_bottom.jpg);
    background-repeat:repeat-x; 
    background-position:bottom;
}



/* ===================== CADRE GENERAL (EQUIPE.PHP) ===================== */


.CadreRJEE { width: 867px; }
.TitreCadreRJEE  { height:32px; background-image:url('images/titre_brut.png'); font-weight:bold; color:#ffffff; text-align: center; font-size: 12px;}

.TitreRJEE  { height:20px; padding:0px 0px 0px 5px;}

.ligneTableauRJEE  { height: 100px; }
.TableauPhotoRJEE { width: 100px; padding:0px 0px 0px 10px;}
.PhotoEquipe { height: 98px; width: 98px; }
.TableauDescriptifRJEE { padding: 2px 2px 2px 5px; }


/* ===================== PODCAST- TPODCAST.PHP ===================== */


table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	font-size: 8pt;
	text-align: left;
	width:861px;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 10px;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 20px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}

/* ===================== CALENDRIER- CALENDRIER.PHP ===================== */

/* Les balises générales */

.tab_calendrier a{
  color: blue;
  font-weight:bold;
  text-decoration:none;
}
.tab_calendrier a:visited{
  color: green;
  text-decoration:none;
}
img{
 border:0px;
}
/* le calendrier */

.tab_calendrier{
   empty-cells:show;
   border:1px solid #000000;
   border-collapse:collapse;
   border-spacing: 0px;
   margin:16.5px;

}
.cell_calendrier{
  border:1px solid #000000;
  text-align:center;
  height:25px;
  width:25px;
}
.titre_calendrier{
  color:#ffffff;
  text-align:center;
  border:1px solid #000000;
  height:27px;
  background-color:#29376C;
}
.tab_calendrier span#titre{
  width:160px;
  font-weight:bold;

}
.voir_plus{
  color: #ffffff;
  text-decoration:none;
}
.tab_calendrier a#link_precedent{
  float:left;
  width:50px;
}
.tab_calendrier a#link_suivant{
  float:right;
  width:50px;
}
#comments  {
width:198px;
margin-left:16.5px;
margin-right:16.5px;
position: relative;
}
#top-panel  {
background-color:#29376C;
z-index: 1500;
position: relative;
}
#outer_panel.panel-top {
overflow: hidden; 
position: absolute; 
z-index: 1600;
top: 19px; 
width: 198px;
height: 105px;
}
#inner_panel {
background-color:#ffffff;
position: relative;
top: 1px;
margin:0px;
border: 1px solid #9791cb;
}

#calendrier table.div1 {
	margin:5px;
	width:210px;
}
#calendrier table.div3 {
	width:210px;
}
#calendrier table.div4 {
	border-collapse:collapse;
	border-top:1px solid #ffffff;
	width:210px;
}
#calendrier table.div5 {
	margin-left:10px;
	width:212px;
	background-color:#ffffff;
}
#calendrier td.div1 {
}
#calendrier td.div2 {
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	background-color:#29376c;
}
#calendrier td.div3 {
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	height:15px;
	background-color:#29376c;
}
#calendrier td.div3 a {
	color:#ffffff;
	text-decoration:none;
}

#calendrier tr.div1 {
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	height:20px;
	background-color:#29376c;
}
#calendrier tr.div2 {
	height:25px;
	width:20px;
	background-color:#7180B8;
}
.selection {	
	font-weight:normal;
	height:20px;
	color:#000000;
	background-color:#ffffff;
	layer-background-color : #ffffff;
}
.aujourdhui {
	color:#000000;
	font-weight:bold;
	background-color : #d5d5ed; 
	layer-background-color : #ffffff;
}
td.titre1 {
	font-weight:normal;
}

/* ===================== TOP 5- top_5_fr.PHP ===================== */

#un_mois{
	width:860px;
	margin-bottom:10px;
}
#trois_mois{
	width:860px;
}
.lesser {
	float:right;
	width:450px;
}
.better {
	float:left;
	width:400px;
}
#top_5 {
	height:30px;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid #ffffff;
	color:#FFFFFF;
	width:810px;
	background-color:#354570;
}
/* ===================== AVERTISSEMENT LEGAL - CONTACT ===================== */

#titre_averto {
width:867px;
height:32px; 
display:table;
display:table-cell;
vertical-align:middle;
background-image:url('../styles/images/titre_brut.png');
text-align:center;
font-weight:bold; 
color:#ffffff;  
font-size: 12px;
border-bottom:1px solid #000000;
}
#averto {
padding-bottom:30px;
padding-left:10px;
width:855px;
background-position:right;
background-repeat : no-repeat; 
border-bottom: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
}
.contenu_averto {
	width:600px;
}

/* ===================== MODULE D'AUTOCOMPLETION - RECHERCHE.PHP ===================== */

#champ-texte {
	/*opacity: 0.7;
	filter:alpha(opacity=70);*/
}
.chercher{
	vertical-align: middle;
	height:20px;
	color:#a2a2a2;
	font-style: italic ;
	background-image:url('../content/recherche/loupe.png');
	background-position:left;
	background-repeat:no-repeat;
	padding-left:25px;
}
