@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, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
ul {
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size:0.92em;/*12px*/
	/*margin-left:20px;*/
	/*color:#FFFFFF;*/
}
#contenu ul {
	font-size: 1em;
	margin-left: 20px;
	margin-bottom:10px;
}
a{
	color:#0000FF;	
}
.clearfloat { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
.habillage_graphique {
	font-size: 0px;
	line-height: 0px;
}
.bkg_gris_claire {
	background-color: #DCDCDC;
}
.bkg_gris_fonce1 {
	background-color: #969696;
}
h1 {
	font-size:1.33em;/*16px*/ /*http://riddle.pl/emcalc/*/
	color:#663300;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
}
h2 {
	font-size:1.17em;/*14px*/
	color:#663300;
	margin-top: 0.8em;
	margin-bottom: 0.5em;
}
h3 {
	font-size:1.08em;/*13px*/
	color:#663300;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}
h4 {
	font-size:1em;/*12px*/
	color:#663300;
}
h5 {
	font-size:0.92em;/*11px*/
	color:#663300;
}
p {
	font-size: 1em; /*12px*/
	text-align: justify;
	margin-top:5px;
	margin-bottom:8px;
}
/*-------------------- FIN CSS de base  --------------------*/
body {
	/*background-color: #CCC;*/
	background-image:url(images/acc_fd_page.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#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:104px;
	background-color:#000;
	color:#FFF;
	padding-top: 14px;
}
#page #logo {
	float:left;
	height:100px;
	background-color:#000;
	color:#FFF;
	width: 119px;
	margin-left: 49px;
	margin-top:-6px;
}
#page #entete #meta_visiter {
	float:left;
	margin-top:5px;
	margin-left:22px;
	width:314px;
	height: 99px;
}
#page #entete #meta_visiter ul {
	float: left;
	margin-left:0px;
}
#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:5px;
}
#page #entete #meta_visiter ul li{
	list-style-type: none;
	margin:0px;
}
#page #entete #cercle_media{
	height:50px;
	width:130px;
	background-image: url(images/acc_fond_terre.jpg);
	background-repeat: no-repeat;
	margin-top:5px;
	margin-left: 137px;
	clear: left;
	background-position: 0px -5px;
}
#page #entete #meta_fonctions {
	float:left;
	margin-top:0px;
	width:180px;
	margin-left: 12px;
}
#page #entete #meta_fonctions ul {
	float:left;
}
#page #entete #meta_fonctions ul.b1{
	width:38px;
}
#page #entete #meta_fonctions ul.b2{
	width:124px;
	margin-left:18px;
}
#page #entete #meta_fonctions ul li {
	list-style-type: none;
	margin:0px;
}
#page #anim_jour_ressources {
	clear:both;
	height:193px;
	/*background-color:#0CC;*/
	/*background-position: -30px;*/
	/*background-image: url(images/acc_fond_anim_ressources_sans_lueur.jpg);
	margin-left:-7px;
	padding-left:7px;*/
	background-image: url(images/acc_fond_anim_ressources.jpg);
	margin-left:-95px;
	padding-left:95px;
	background-repeat: no-repeat;
	width:990px;
}
#page #anim_jour_ressources #animations_du_jour {
	float:left;
	margin-left:40px;
	margin-top:96px;
	width:160px;
	text-align:center;
}
#page #anim_jour_ressources #animations_du_jour .blanc{
	color:#ffffff;
	font-size: 1em;
	font-weight: bold;
}
#page #anim_jour_ressources #animations_du_jour .blanc_prog{
	color:#ffffff;
	font-size: 0.88em;
	font-weight: bold;
}
#page #anim_jour_ressources #animations_du_jour .jaune{
	color:#fdbf14;
	font-size: 0.81em;
	font-weight: bold;
}
#page #anim_jour_ressources #info_exceptionnelle {
	float:left;
	margin-left:265px;
	margin-top:45px;
	width:220px;
	color: #FFFFFF;
	height: 60px;
	font-size:0.69em; /*11px par rapport au 1 em de la page*/
	font-weight: bold;
}
#page #anim_jour_ressources #info_exceptionnelle {
	float:left;
	margin-left:265px;
	margin-top:45px;
	width:220px;
	color: #FFFFFF;
	height: 60px;
	font-size:0.69em; /*11px par rapport au 1 em de la page*/
	font-weight: bold;
}
#page #anim_jour_ressources #info_exceptionnelle a {
	color: #FFFFFF;
}
#page #anim_jour_ressources #infos_pratiques {
	float:left;
	margin-left:40px;
	margin-top:4px;
	width:220px;
	color: #FFFFFF;
	height: 60px;
	font-size:0.69em; /*11px par rapport au 1 em de la page*/
	font-weight: bold;
}
#page #anim_jour_ressources #infos_pratiques ul li{
	list-style-type: none;
	margin:0px;
}

#ressources {
	float:left;
	width:257px;
	margin-left:37px;
}
#ressources ul li {
	list-style-type: none;
	margin:0px;
}
#ressources ul.d1, #ressources ul.d2, #ressources ul.d3 {
	float:left;
	margin:0px;
}
#ressources ul.d0 {
	width:137px;
	padding-top: 0px;
} 
#ressources ul.d1 {
	width:44px;
	padding-top: 0px;
	margin-left:17px;
} 
#ressources ul.d2 {
	width:112px;
	margin-top:0px;
}
#ressources ul.d2 li{
	padding-left:0px;
}
#ressources ul.d3 {
	width:70px;
	margin-top:0px;
	padding-top:0px;
	background-repeat: repeat-x;
	float: right;
}
#page #activites_rechercher {
	clear:both;
	height:36px;
	background-image: url(images/fd_activites_recherche.jpg);
	color:#CCC;
}
#page #activites_rechercher #activites {
	float:left;
	height:100%;
	width:620px;
}
#page #activites_rechercher #activites ul.e {
	margin-left:0px;
	margin-top:14px;
	line-height:0px;
}
#page #activites_rechercher #activites ul.e li {
	display:inline;
	margin-left:10px;
	padding:0px;
	padding-left:0px;
	padding-right:0px;
	list-style-type: none;
}

#page #activites_rechercher #activites ul.e li{
	float:left;
}
#page #activites_rechercher #rechercher {
	float:left;
	margin-left:110px;
	width:260px;
	margin-top:7px;
}
#page #activites_rechercher #rechercher .tx-macinasearchbox-pi1 #searchform .tx_indexedsearch_intitule {
	vertical-align:middle;
}
#page #activites_rechercher #rechercher .tx-macinasearchbox-pi1 #searchform .tx_indexedsearch_chp_sword {
	color: #FF5800;
	height:18;
	width:165;
}
#page #activites_rechercher #rechercher .tx-macinasearchbox-pi1 #searchform .go-button {
	vertical-align:bottom
}
#page #departements {
	clear:both;
	height:113px;
	background-color:#000000;
	width: 990px;
	margin: 0px;
	padding: 0px;
}
#page #departements ul.g {
	margin: 0px;
	padding: 0px;
	font-size:0px;
	line-height:0px;
}
#page #departements ul.g li {
	display:inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#page #expos_evenements {
	clear:both;
	height:163px;
	/*background-color:#0C3;*/
	margin-top:8px;
}
#page #expos_evenements #expo1, #page #expos_evenements #expo2 {
	float:left;
	margin-right:8px;
	width:406px;
}
#page #expos_evenements #evenements {
	float:left;
	width:162px;
}
#page #mise_en_avant {
	clear:both;
	height:144px;
	/*background-color:#FF0099;*/
}
#page #mise_en_avant ul {
	font-size:0px;
	line-height:0px;
}
#page #mise_en_avant ul li {
	list-style-type: none;
	margin:0px;
	padding:0px;
	float:left;
}
#page #mise_en_avant ul li.mise_en_avant1, #page #mise_en_avant ul li.mise_en_avant3 {
	padding-right:8px;
}
#page #mise_en_avant ul li.mise_en_avant2 {
	padding-right:10px;
}
#page #pied_page {
	clear:both;
	height:80px;
	background-color:#000;
	background-image: url(images/liseret_pied_page.jpg);
	padding-top:14px;
	padding-bottom:16px;
	margin-bottom:10px;
	text-align:center;
	color:#999;
	background-repeat: repeat-x;
	background-position: center 1px;
	font-size: 0.75em;
}
#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;
}
#page #pied_page .adresse_ouverture {
	font-size: 1em;
}
#page #pied_page .herbergement_mlegales_csi {
	margin-top: 10px;
	font-size:0.83em;
}

