@charset "UTF-8";
/*-------------------- DEBUT CSS de base  --------------------*/
* {
	margin: 0px;
	padding: 0px;
}
* img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body, h1, h2, h3, h4, h5, h6,
blockquote, p, address, form, fieldset,
ul, ol, dl, dt, dd, li, hr, table, td, th, p, div {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	color: #000000;
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 0.81em; /*13px;*/ /*http://riddle.pl/emcalc/*/
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
ul {

}
#contenu ul {
	font-size: 1em;
	margin-left: 20px;
	margin-bottom:10px;
}
/*listes numériques*/
#contenu ol {
margin-left:40px;
padding:0px;
}
a{
	color:#c9a209;	
}
.clearfloat { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
.align-right {
	text-align:right;
}
.habillage_graphique {
	font-size: 0px;
	line-height: 0px;
}
.bkg_gris_claire {
	background-color: #DCDCDC;
}
.bkg_gris_fonce1 {
	background-color: #969696;
}
.align-center{
	text-align:center;
}
h1 {
	font-size:1.38em; /*rapport a la taille body */ /*18px*/ /*http://riddle.pl/emcalc/*/
	font-weight:bold;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
	color:#206175;
	background-image: url(images/puce_h1.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left:18px;
}
h2 {
	font-size:1.00em;/*rapport a la taille body */ /*13px*/ /*http://riddle.pl/emcalc/*/
	font-weight:bold;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	color:#8b1b08;
	background-image: url(images/puce_h3.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left:14px;
}
h3 {
	font-size:1.00em;/*rapport a la taille body */ /*18px*/ /*http://riddle.pl/emcalc/*/
	font-weight:bold;
	margin-top: 0.8em;
	margin-bottom: 0.5em;
	color:#000000;
}
/*
h4 {
	font-size:1em;
	color:#663300;
}
h5 {
	font-size:0.92em;
	color:#663300;
}
*/
p {
	font-size: 1em; /*rapport a la taille body */ /*13px*/ /*http://riddle.pl/emcalc/*/
	text-align: justify;
	margin-top:5px;
	margin-bottom:8px;
}
/*-------------------- FIN CSS de base  --------------------*/
body {
	background-image:url(images/vis1_fd_page.jpg);
	background-repeat: repeat-x;
}
#page {
	width:990px;
	margin-right: auto;
	margin-left: auto;
}
/*
A re tester sous IE si les --margin-left:-30px et padding-left:30px-- de #anim_jour_ressources ne passent pas sous IE
#page #entete, #page #anim_jour_ressources, #page #departements, #page #expos_evenements, #page #mise_en_avant, #page #pied_page {
	width:990px;
	margin-left:30px;
}
*/
/*************************************************/
/*************CSS NAVIG US - DEBUT****************/
/*************************************************/
#navig_us {  
	height:29px;
	text-align:left;
	width:990px;
	margin-right: auto;
	margin-left: auto;
  /*background: url(images/navig_us/menuPrincipalFondTrans.png) no-repeat;*/
}
#navig_us ul {
  float:left;
  line-height:28px;
}
#navig_us li {
  float:left;
  height: 100%;
}
#navig_us li a {
  color:#FFFFFF;
  display:block;
  font-weight:bold;
  margin-left:10px;
  margin-right:10px;
  padding: 0 3px;
  text-decoration:none;
  line-height: 28px;
}
#navig_us ul.niveau1 {
position: relative;
z-index: 1000;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

#navig_us ul.niveau1 li{
	position: relative;
}

/* universcience.fr */
#navig_us ul.niveau1 li.us_fr{
	width:120px;
	background-image: url(images/navig_us/scientifica.png);
}
#navig_us ul.niveau1 li.us_fr:hover{
	background-image: url(images/navig_us/us_hover.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#navig_us ul.niveau1 li.us_fr a{
	padding-left: 12px;
	color: #21A7C4;
	font-family:trebuchet MS;
	font-size:12px;
}

/* cite des sciences */
#navig_us ul.niveau1 li.csi {
	background:#FFFFFF url(images/navig_us/menu_separation.png) no-repeat scroll 100% 0;
}
#navig_us ul.niveau1 li.csi:hover{
	background:url(images/navig_us/cite_hover.png) no-repeat scroll 100% 0;
}
#navig_us ul.niveau1 li.csi a {
	color:#C10015;
	font-family:trebuchet MS;
	font-size:12px;
}

/* palais de la decouverte*/
#navig_us ul.niveau1 li.palais, #navig_us ul.niveau1 li.palais:hover {
	/*background:#FFFFFF url(images/navig_us/menu_separation.png) no-repeat scroll 100% 0;*/
	color:#FFFFFF;
	background:url(images/navig_us/palais_hover_barre_gn.jpg) repeat-x scroll 100% 0;
}
#navig_us ul.niveau1 li.palais:hover{
	/*background:url(images/navig_us/palais_hover_barre_gn.jpg) repeat-x scroll 100% 0;*/
}
#navig_us ul.niveau1 li.palais a{
	/*color: #E0471E;
	font-family:trebuchet MS;
	font-size:12px;*/
	color:#FFFFFF;
}
/* universcience.tv */
#navig_us ul.niveau1 li.us_tv{
	background: #ffffff;
	border-right: 1px solid #9B978F;
}
#navig_us ul.niveau1 li.us_tv:hover{
	background:url(images/navig_us/us_tv_hover.jpg) repeat-x scroll 100% 0;
}
#navig_us ul.niveau1 li.us_tv a{
	color: #87a62f; /*recherche (1-gamma) sur mac painter picker a partir du vert us.tv*/
	font-family:trebuchet MS;
	font-size:12px;
}

#navig_us ul.niveau1 li:hover a {
	color:#FFFFFF;
}
/*************************************************/
/**************CSS NAVIG US - FIN*****************/
/*************************************************/
#page #entete {
	height:235px;
	background-color:#000;
	background-image: url(images/liseret_pied_page.jpg);
	background-repeat: repeat-x;
	background-position: center 240px;
	color:#FFF;
	padding-top: 10px;
}
#page #entete #logo_animations_du_jour {
	width:200px;
	float: left;
	padding-top: 4px;
}
#page #entete #logo {
	float:left;
	height:100px;
	background-color:#000;
	color:#FFF;
	width: 100px;
	margin-left: 18px;
	margin-top:14px;
}
#page #entete #animations_du_jour {
	float:left;
	margin-left:5px;
	margin-top:30px;
	width:160px;
}
#page #entete #animations_du_jour .blanc{
	color:#ffffff;
	font-size: 1em;
	font-weight: bold;
}
#page #entete #animations_du_jour .blanc_prog{
	color:#ffffff;
	font-size: 0.88em;
	font-weight: bold;
}
#page #entete #animations_du_jour .jaune{
	color:#fdbf14;
	font-size: 0.81em;
	font-weight: bold;
}
#page #entete #logo_animations_du_jour #infos_pratiques {
	float:left;
	margin-left:5px;
	margin-top:17px;
	width:160px;
}
#page #entete #logo_animations_du_jour #infos_pratiques ul li{
	list-style-type: none;
	margin:0px;
}
#page #entete #meta_visiter {
	float:left;
	margin-top:0px;
	margin-left:0px;
	width:140px;
}
#page #entete #meta_visiter ul {
	margin-left:0px;
}
#page #entete #meta_visiter ul.a1, #page #entete #meta_visiter ul.a0 {
	margin-right:20px;
	margin-bottom:6px;
}
#page #entete #meta_visiter ul.a1, #page #entete #meta_visiter ul.a2 {
	margin-right:20px;
}
#page #entete #meta_visiter ul.a1, #page #entete #meta_visiter ul.a2, #page #entete #meta_visiter ul.a3 {
	height:44px;
	margin-bottom:10px;
	padding-left:5px;
}
#page #entete #meta_visiter ul li{
	list-style-type: none;
	margin:0px;
}
#page #entete #meta_visiter ul.a1 li, #page #entete #meta_visiter ul.a2 li, #page #entete #meta_visiter ul.a3 li, #page #entete #meta_visiter ul.g li, #page #entete #meta_visiter ul.e li, #page #entete #meta_visiter ul.d0 li, #page #entete #meta_visiter ul.d1 li, #page #entete #meta_visiter ul.d2 li {
	height:18px;
}
#page #entete #departements_activites {
	width:190px;
	margin-left:10px;
	float:left;
	margin-top:3px;
}
#page #entete #departements_activites #activites {

}
#page #entete #departements_activites #activites ul.e {
	margin-left:0px;
	margin-top:14px;
	/*line-height:0px;*/
}
#page #entete #departements_activites #activites ul.e li {
	/*display:inline;*/
	/*margin-left:10px;*/
	padding:0px;
	padding-left:0px;
	padding-right:0px;
	list-style-type: none;
}

#page #entete #departements_activites #activites ul.e li{
	/*float:left;*/
}
#page #entete #departements_activites #departements {
	margin: 0px;
	padding: 0px;
}
#page #entete #departements_activites #departements ul.g, #page #entete #departements_activites #departements ul.g0 {
	margin: 0px;
	padding: 0px;
}
#page #entete #departements_activites #departements ul.g0 {
	margin-bottom:5px;
}
#page #entete #departements_activites #departements ul.g li, #page #entete #departements_activites #departements ul.g0 li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#page #entete #departements_activites #departements ul.g li {
	height:18px;
}
#page #entete #cercle_media{
	height:50px;
	width:130px;
	background-image: url(images/fond_terre.jpg);
	background-repeat: no-repeat;
	margin-top:5px;
	margin-left: 157px;
	clear: left;
}
#page #entete #meta_fonctions_rechercher {
	float:left;
	margin-top:0px;
	width:180px;
	margin-left: 0px;
}
#page #entete #meta_fonctions_rechercher #meta_fonctions {
	margin-top:0px;
	padding-top:6px;
	width:180px;
	margin-left: 0px;
	height:60px;
}
#page #entete #meta_fonctions_rechercher #meta_fonctions ul {
	float:left;
}
#page #entete #meta_fonctions_rechercher #meta_fonctions ul li {
	list-style-type: none;
	margin:0px;
}
#page #entete #meta_fonctions_rechercher #meta_fonctions ul.b1{
	width:40px;
}
#page #entete #meta_fonctions_rechercher #meta_fonctions ul.b2{
	width:136px;
	margin-left:4px;
}
#page #entete #meta_fonctions_rechercher #meta_fonctions ul.b2 li{
	height:20px;
}
#page #entete #meta_fonctions_rechercher #rechercher {
	margin-top:55px;
	padding-top:6px;
	padding-left:6px;
	margin-left: 0px;
	clear:left
}
#page #entete #meta_fonctions_rechercher #rechercher .tx-macinasearchbox-pi1 #searchform .tx_indexedsearch_intitule {
	vertical-align:middle;
}
#page #entete #meta_fonctions_rechercher #rechercher .tx-macinasearchbox-pi1 #searchform .tx_indexedsearch_chp_sword {
	color: #FF5800;
	height:18;
	width:165;
	margin-top:10px;
}
#page #entete #meta_fonctions_rechercher #rechercher .tx-macinasearchbox-pi1 #searchform .go-button {
	vertical-align:bottom;
	margin-left:11px;
}
#ressources {
	float:left;
	width:263px;
	margin-left:7px;
	margin-top:3px;
}
#ressources ul li {
	list-style-type: none;
	margin:0px;
	height:18px;
}
#ressources ul.d1, #ressources ul.d2, #ressources ul.d3 {
	/*float:left;*/
	margin:0px;
}
#ressources ul.d0 {
	width:150px;
	padding-top: 0px;
	margin-bottom:7px;
} 
#ressources ul.d1 {
	width:44px;
	padding-top: 0px;
	margin-top:12px;
} 
#ressources ul.d2 {
	width:112px;
	margin-top:0px;
}
#ressources ul.d2 li{
	padding-left:0px;
}
#ressources ul.d3 {
	width:70px;
	margin-top:1px;
	margin-right:17px;
	padding-top:0px;
	float: right;
}
#page #pied_page {
	clear:both;
	height:80px;
	background-color:#000;
	background-image: url(images/liseret_pied_page.jpg);
	background-repeat: repeat-x;
	background-position: center 1px;
	padding-top:14px;
	padding-bottom:16px;
	margin-bottom:10px;
	text-align:center;
	color:#999;
	font-size: 0.77em; /*rapport a la taille body */ /*10px*/ /*http://riddle.pl/emcalc/*/
}
#page #pied_page a:link, #page #pied_page a:visited, #page #pied_page a:hover, #page #pied_page a:active {
	color:#999;
	text-decoration:none;
}  
#page #pied_page .baseline_palais {
	font-size: 1.92em;
	color:#FFF;
	display:none;
}
#page #pied_page .adresse_ouverture {
	font-size: 1.2em;
}
#page #pied_page .herbergement_mlegales_csi {
	margin-top: 10px;
	font-size:1em;
}
/*************************************************************************************************************************************/
/*RECUPERATION SWITCH V.2600 - DEBUT */
/*************************************************************************************************************************************/
#nav_switch {
	margin: 0;
	padding: 0;
	width: 406px;
	float: left;
	background-image: url(images/vis1_fd_switch_transition.jpg);
	background-repeat: repeat-y;
}
#vis_switch {
	float: left;
	width: 200px;
	padding-left: 3px;
	margin: 0px;
	background-image: url(images/entete_switch_v.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
#sav_switch {
	width: 200px;
	padding-left: 3px;
	float: left;
	margin: 0px;
	background-image: url(images/entete_switch_d.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
#nav_visiter {
	margin-top:40px;
}
#nav_savoir {
	margin-top:40px;
}
/* for Internet Explorer */
/*\*/
* html #nav_visiter {
height: 260px;
}
/* for Internet Explorer */
/*\*/
* html #nav_savoir {
height: 260px;
}
/*************************************************************************************************************************************/
/*RECUPERATION SWITCH V.2600 - FIN */
/*************************************************************************************************************************************/
/*************************************************************************************************************************************/
/*RECUPERATION CONTENU V.2600 - DEBUT */
/*************************************************************************************************************************************/
#page #localisation {
	width:100%;
	height:30px;
	margin-top:20px;
	background-color: #dcdcdc;
}
#page #localisation .rubrique_page_actuelle {
	margin-left:10px;
	font-size:1.54em; /*rapport a la taille body */ /*20px*/ /*http://riddle.pl/emcalc/*/
	font-weight:bold;
	padding-top:4px;
}
#page #localisation .rubrique_page_actuelle_revue {
	margin-left:10px;
	font-size:1.31em; /*rapport a la taille body */ /*20px*/ /*http://riddle.pl/emcalc/*/
	font-weight:bold;
	padding-top:4px;
}
#page #localisation .fil_ariane {
	margin-right:10px;
	float:right;
	margin-top:8px;
}
#page #localisation .fil_ariane .info_fil_ariane{
	float:left;
}
#page #localisation .fil_ariane ul{
	display:inline;
	margin:0;
	padding:0;
}
#page #localisation .fil_ariane ul li{
	display:inline;
	margin:0;
	padding:0;
}
#page #localisation .fil_ariane ul a{
	color:#000000;
}
#page #localisation .fil_ariane .fil_ariane_page-mere{
	
}
#page #localisation .fil_ariane .fil_ariane_page-actuelle {
	font-weight:bold;
}
#page #sous_menu_navigation {
	height:23px;
	padding-top:12px;
	margin-left:10px;
}
#page #sous_menu_navigation ul li{
	display:inline;
	margin:0;
	padding:0;
}
#page #sous_menu_navigation ul li.sous-menu-act, #page #sous_menu_navigation ul li.sous-menu-no {
	padding-left:7px;
	padding-right:7px;
}
#page #sous_menu_navigation ul a.sous-menu-no {
	color:#333333;
	text-decoration:none;
}
#page #sous_menu_navigation ul a.sous-menu-act{
	color:#ff5900;
	text-decoration:none;
}
#page #sous_menu_navigation ul a:hover{
	color:#ff5900;
}
#bloc_contenu {
	margin-top:9px;
	width: 100%;
	background-image: url(images/vis1_fd_page_transition.jpg);
	background-repeat: repeat-y;
	line-height:1.23em; /*rapport a la taille body */ /*16px;*/ /*http://riddle.pl/emcalc/*/
}
#contenu {
	background-color: #ebebeb;
	width: 564px;
	float:left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#contenu #texte ul.logos_partenaires {
	list-style-type: none;
	}
#contenu #texte ul.sans_marge{
	margin-left:0em;
	}
#contenu #texte ul.logos_partenaires li.left{
	float:left;
	}
#contenu #texte ul.logos_partenaires li.left10{
	float:left;
	margin-right:10px;
	}
#contenu #texte ul.logos_partenaires li.left15{
	float:left;
	margin-right:15px;
	}
#contenu #texte ul.logos_partenaires li.left20{
	float:left;
	margin-right:20px;
	}
#contenu #texte ul.logos_partenaires li.left25{
	float:left;
	margin-right:25px;
	}
#contenu #texte ul.logos_partenaires li.top3{
	margin-top:3px;
	}
#contenu #texte ul.logos_partenaires li.top5{
	margin-top:5px;
	}
#contenu #texte ul.logos_partenaires li.top10{
	margin-top:10px;
	}
#contenu #texte ul.logos_partenaires li.top15{

	margin-top:15px;
	}
#contenu #texte ul.logos_partenaires li.top20{

	margin-top:20px;
	}
#contenu #texte ul.logos_partenaires li.top25{
	margin-top:25px;
	}
#page #bloc_contenu #contenu #texte img {
	max-width:550px;
}
/* Style de classe pour les legende d image.*/
#page #bloc_contenu .csc-caption, #page #bloc_contenu .csc-textpic-caption{
	font-size:0.63em; /*= 10px rapport a la taille body */ /*12px;*/ /*http://riddle.pl/emcalc/*/
}
* html #page #bloc_contenu .csc-caption, *:first-child+html #page #bloc_contenu .csc-caption, * html #page #bloc_contenu .csc-textpic-caption, *:first-child+html #page #bloc_contenu .csc-textpic-caption{
	font-size:10px;
}
*:first-child+html #page #bloc_contenu .csc-caption, *:first-child+html #page #bloc_contenu .csc-textpic-caption{
	font-size:0.77em;
}
/* Probleme itlaique sous IE6 */
* html #page #bloc_contenu #contenu #texte {
	overflow: hidden;
	o\verflow: visible;
	width: 100%;
	w\idth: auto;
	zoom: 1;
}

/*************************************************************************************************************************************/
/*RECUPERATION CONTENU V.2600 - FIN */
/*************************************************************************************************************************************/

div.num_pcd, div.num_pcd_nouv_formule {
	width:280px;
	float:left;
}
.num_pcd_nouv_formule .bloc_couv_sommaire .sommaire p, .num_pcd .bloc_couv_sommaire .sommaire p {
	margin: 0px;
	padding: 0px;
}
.num_pcd_nouv_formule .bloc_couv_sommaire, .num_pcd .bloc_couv_sommaire  {
	margin-bottom: 10px;
}
.num_pcd_nouv_formule .bloc_couv_sommaire, .num_pcd .bloc_couv_sommaire .couv_revue img {
}
.num_pcd {
	height:340px;
	margin-bottom:10px;
}

