/* Styles de la maquette */ /**************************************
********** Styles par défaut **********
***************************************/
html,body {
	border: 0;
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

/* Body */
body, #enquete {
	background: #fff;
	color: #000;
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 0.7em;
}

/* Enquête */
.ui-widget-content { 
	border: 1px solid #dddddd; 
	background: none; 
	color: #333333; 
}

.ui-widget-overlay { 
	background: #666666 none 50% 50% repeat; 
	opacity: .50;filter:Alpha(Opacity=50);
}

.ui-dialog{
	border: 3px solid #91002C !important;
}

.ui-dialog-titlebar{
	display: none !important;	
}

#enquete p{
	font-size: 1.3em;
}

#enqueteLink{
	clear:both;
	display:none;	
}

#enqueteLink p{
	text-align: center;
}

.enquete-logo{
	float: left;
	height: 100px;
}

/* Temporaire - ouverture du site
*/
.disponibilite {
	font-size: 0.89em;
}

#actualites h2 {
	float: left;
	display: inline;
}

div.toutes-actualites {
	float: right;
	margin-top: 6px;
}

div.toutes-actualites .puce{
	padding: 0px 0px 0px 12px;
}
/* abbréviations */
.infobulle {
	border-bottom: 1px dotted #C4C2C2;
	cursor: help;
}

/* Liens */
a {
	color: #0058b0;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.puce {
	background: transparent url(../img/puce_lien.gif) no-repeat scroll 0pt
		0.25em;
	padding: 0px 0px 0px 18px;
}

.multilinePuce { 
	display: inline-block;
}

div.hautdepage {
	width: 100%;
	text-align: right;
}

div.bold {
	font-weight: bold;
}

/* VLA 26-09-08 BUG0002013 */
div.hautdepage a {
	background: transparent url(../img/puce_hautdepage.gif) no-repeat scroll
		right 0.25em;
	padding: 0px 18px 0px 0px;
}

ul li {
	background: none;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

ul li {
	position: relative;
	vertical-align: baseline;
}
sup {
	position: relative;
	top: -.2em;
	vertical-align: top;
}

ul li.excel {
	background: transparent url(../img/puce_excel.gif) no-repeat scroll 0pt
		0.25em;
	line-height: 20px;
}

ul li.pdf {
	background: transparent url(../img/puce_pdf.gif) no-repeat scroll 0pt
		0.25em;
	line-height: 20px;
}

ul li.pdf2 {
	background: transparent url(../img/puce_pdf.gif) no-repeat scroll 0pt
		0.25em;
}

ul li.not-deployed-menu {
	position: static;
	background: transparent url(../img/not-deployed.gif) no-repeat scroll
		0pt 0.25em;
}

ul li.deployed-menu {
	position: static;
	background: transparent url(../img/deployed.gif) no-repeat scroll 0pt
		0.25em;
}

ul li.not-deployed-menu a:hover,ul li.deployed-menu a:hover {
	text-decoration: none;
}

ul li.not-deployed-menu ul li a:hover,ul li.deployed-menu ul li a:hover
	{
	text-decoration: underline;
}

ul li.not-deployed-menu .labelItem,ul li.deployed-menu .labelItem {
	position: relative;
	left: -10px;
}

ul li.not-deployed-menu .labelItem:hover,ul li.deployed-menu .labelItem:hover
	{
	text-decoration: underline;
}

ul li.not-deployed-menu .iconMenu,ul li.deployed-menu .iconMenu {
	display: block;
	position: relative;
	float: left;
	height: 9px;
	left: -18px;
	top: 2px;
	vertical-align: baseline;
	width: 9px;
	cursor: pointer;
}

ul li.zip {
	background: transparent url(../img/puce_zip.gif) no-repeat scroll 0pt
		0.25em;
	line-height: 20px;
}

ul li.zip2 {
	background: transparent url(../img/puce_zip.gif) no-repeat scroll 0pt
		0.25em;
	height: 20px;
}

/* Titres */
h1,h2,h3 {
	color: #3A3C3B;
	margin: 6px 0px 0px 12px;
	padding: 0px;
}

h1,h2 {
	font-size: 1.3em;
	padding-left: 18px;
}

.bleu h1 {
	background: transparent url(../img/picto_titre_bleu.gif) no-repeat
		scroll left 0.3em;
}

.rouge h1 {
	background: transparent url(../img/picto_titre_rouge.gif) no-repeat
		scroll left 0.3em;
}

.bleu h2 {
	background: transparent url(../img/picto_soustitre_bleu.gif) no-repeat
		scroll left 0.3em;
}

.rouge h2 {
	background: transparent url(../img/picto_soustitre_rouge.gif) no-repeat
		scroll left 0.3em;
}

.rouge #presentation h2 {
	background: transparent url(../img/picto_titre_rouge.gif) no-repeat
		scroll left 0.3em;
}

h3 {
	font-size: 1.1em;
	margin-top: 12px;
	padding: 0px 0px 0px 15px;
}

.bleu h3 {
	background: transparent url(../img/h3-bleu.gif) no-repeat scroll left
		0.3em;
}

.rouge h3 {
	background: transparent url(../img/h3-rouge.gif) no-repeat scroll left
		0.3em;
}

.bleu h3.titre {
	background: transparent url(../img/picto_soustitre_bleu.gif) no-repeat
		scroll left 0.3em;
}

.rouge h3.titre {
	background: transparent url(../img/picto_soustitre_rouge.gif) no-repeat
		scroll left 0.3em;
}

.rouge h3.titre span {
	font-weight: normal;
}

h4 {
	font-size: 1.1em;
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 0px 24px;
}

h6 {
	display: none;
}

p {
	margin: 6px 0px 6px 0px;
}

/*Images*/
img {
	border: 0px none;
}

/*Listes*/
ul {
	margin: 6px 0px 6px 0px;
	padding: 0px 10px 0px 0px;
}

li {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 18px;
}

ul li {
	background: transparent url(../img/puce_lien.gif) no-repeat scroll 0pt
		0.25em;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	text-align: left;
}

li.sous-rubrique {
	margin: 0px 0px 10px 18px;
}

/* Tables */
table {
	border-collapse: collapse;
}

@media screen , print , projection {
	caption {
		display: none;
	}
}

th {
	text-align: center;
	/* VLA 26-09-08 BUG0002011 */
	background-color: #F7EDF0;
	color: #000000;
}

td {
	text-align: left;
}

td,th {
	padding: 4px 4px 4px 7px;
	border: 1px solid gray;
	vertical-align: top;
}

td.bold {
	font-weight: bold;
}

td.bold-border-left {
	font-weight: bold;
	white-space: pre;
	text-align: right;
}

td.border-left {
	white-space: pre;
	text-align: right;
}

td.documentation {
	text-align: center;
	padding: 1px 1px 1px 1px;
	height: 20px;
}

tr.color1 {
	background-color: #F7EDF0;
}

tr.color2 {
	background-color: #FFFFFF;
}

td.disabled, span.disabled {
	color: #3A3C3B;
}

/* Formulaires */
form {
	margin: 0;
	padding: 0;
}

input,select {
	margin: 4px 0px 4px 0px;
}

.formHint {
	font-style: italic;
}

.aideRecherche {
	display: inline;
	position: relative;
	top: -5px;
	vertical-align: middle;
}

#zoneSearchField,
#codeZone {
	width: 41em;
}


.col-right #zoneSearchField,
.col-right #codeZone,
.right #zoneSearchField,
.right #codeZone {
	width: 18.5em;
}

#searchFormSelectl {
	margin-top: 2em;
}

/* textes */
strong {
	color: #3a3c3b;
}

/* séparateurs */
hr {
	height: 0;
	border: 1px solid #D9D9D9;
}

/**************************************
*** Principaux éléments de la page ****
***************************************/ /* Bloc principal */
#main {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 954px;
}

/**************************************
********* En-tête *********************
**************************************/
#header {
	margin: 0px auto 12px auto;
	width: 954px;
}

#header-logo {
	background: #D9D9D9;
	height: 81px;
}

/* Logos */
.logo-insee img,.logo-insee {
	float: left;
	padding: 0px;
}

.logo-recensement img,.logo-recensement {
	float: right;
	padding: 0px;
}

#header-logo .header-titre {
	float: left;
	background: none;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 81px;
	margin: 0;
	padding-left: 12px;
	display: block;
}

#header-logo a {
	color: #3A3C3B;
	display: block;
}

#header-logo a:hover {
	text-decoration: none;
}

/* Menu */
#header-menu {
	clear: both;
}

.menu-item {
	margin: 0px;
	padding: 2px 0px 0px;
	width: 100%;
}

.menu-item li {
	background-image: none;
	float: left;
	font-size: 1.1em;
	height: 30px;
	line-height: 1.1em;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px 2px 0px 0px;
	padding: 3px 5px 5px 10px;
}

.menu-item li {
	color: white;
}

.menu-item-bleu {
	background-color: #3b5c7b;
	width: 173px;
}

.menu-item-bleu-selected {
	background-color: #FFFFFF;
	width: 173px;
}

.menu-item-bleu-selected a {
	color: #3b5c7b;
}

.menu-item-rouge {
	background-color: #91002C;
	width: 175px;
}

.menu-item-rouge-selected {
	color: #91002C;
	background-color: #FFFFFF;
	width: 175px;
}

.menu-item-rouge-selected a {
	color: #91002C;
}

.menu-item .menu-item-last {
	background-color: #3b5c7b;
	margin: 0;
	width: 173px;
}

.menu-item-bleu a,.menu-item-rouge a,.menu-item-last a {
	color: white;
}

/****************************************
************Pied de page ****************
*****************************************/
#footer {
	margin-top: 12px;
	clear: both;
}

ul#footer-links {
	background: #D9D9D9;
 	padding: 4px 10px 4px 0px;
	text-align: right;
}

ul#footer-links li {
	background: transparent;
	display: inline;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

/***************************************************
**** Decription des différents blocs principaux ****
****************************************************/
.main-content {
	margin-top: 0px;
	clear: both;
}

.main-content table {
	margin-top: 12px;
	clear: both;
}

.tableTemplate {
	width: 954px;
}
td.left {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 628px;
	border: 0px;
}

td.right {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 314px;
	border: 0px;
}

.main-content .left {
	width: 628px;
}

.main-content .right {
	min-width: 260px;
	padding-left: 12px;
}

div.col-left {
	float: left;
	width: 628px;
	margin-top: 12px;
}

div.col-right {
	float: right;
	width: 314px;
	margin-top: 12px;
}
td div.col-right {
	width: auto;
}

div.box-gray {
	margin: 0px 0px 12px 0px;
	background-color: #D9D9D9;
}

div.box-gray .content {
	text-align: left;
}

div.box-pink {
	margin: 0px 0px 0px 12px;
	background-color: #F7EDF0;
}

div.box-pink h3 {
	background: white url(../img/picto_soustitre_rouge.gif) no-repeat scroll
		0.1em 0.35em;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	border-bottom: 2px solid #91002C;
	color: #91002C;
}

div.box-gray h3 {
	background: white url(../img/picto_soustitre_gris.gif) no-repeat scroll
		0.1em 0.35em;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	border-bottom: 2px solid #6A685B;
	color: #6A685B;
}

div.box-gray h3 {
	background: white url(../img/picto_soustitre_gris.gif) no-repeat scroll
		0.1em 0.35em;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	border-bottom: 2px solid #6A685B;
	color: #6A685B;
}

/*****************************************
********** Fil d'ariane ******************
******************************************/
#fil-ariane {
	height: auto;
	margin: 0px 0px 12px 12px;
}

/*****************************************
** Blocs figurant sur la page d'accueil **
******************************************/ /* Bloc recherche */
#bases {
	margin-top: 24px;
}

#recherche {
	margin-bottom: 12px;
}
.col-left #recherche {
	border-top: 2px solid #91002C
}

.resultats {
	margin: 12px 0px 12px 0px;
}

.resultats table {
	font-size: 0.9em;
	margin: 8px 0px;
}

#searchFormSelectTheme {
	margin-top: 2em;
}
.right #searchFormSelectTheme {
	width: 260px;
}

/* VLA 26-09-08 BUG0002012 */
.resultats th {
	background-color: #F7EDF0;
	color: #000000;
	font-weight: bold;
}

.intro {
	clear: both;
	padding: 0px 12px 0px 12px;
}

.content {
	clear: both;
	padding: 6px 12px 6px 12px;
	margin-bottom: 6px;
}

.content:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

* html .content {
	height: 1%;
}

.content
,
{
display
:
 
block
;


}
/* VLA 26-09-08 BUG0002040 */
#actualites li {
	background-image: none;
}

/* Champs formulaire */
.text-input {
	border: 1px solid #6A685B;
}

.button-bar{
	text-align: center;
	margin-left: auto; 
  	margin-right: auto;
  	width:345px;
}

.button,.submit {
	display: block;
	background-color: #6A685B;
	border: 1px solid #6A685B;
	color: #FFFFFF !important;
	width: 100px;
}

.button {
	font-size: 13px;
	font-weight: normal;
	margin: 5px 0px;
	padding: 0px;
	text-align: center;
}
.button:hover {
	text-decoration: none;
}

.button-enquete {
	float:left;
	margin: 5px;
	height: 35px;
}

#libelleResultSelected {
	text-align: left;
	font-weight: bold;
}

/* Paragraphe */
p.info {
	background: transparent url(../img/picto_rubriqueIndice.gif) no-repeat
		scroll 0pt;
	padding: 0px 0px 0px 20px;
	margin: 6px 0px 6px 0px;
}

p.download {
	margin: 6px 0px 6px 12px;
}

p.note {
	font-style: italic;
	margin: 6px 0px 6px 0px;
}

/******************************
** Présentation des produits **
******************************/
#themes ul li {
	background: none;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
}

/**************************************
****** Bloc Page Chiffres clés ********
**************************************/
.item-rapport {
	clear: both;
	padding: 6px 0px 6px 0px;
	border-bottom: dotted 1px #F7EDF0;
}

.item-rapport .content {
	padding: 0px;
}

.item-rapport h2 {
	margin: 0px;
	padding: 3px 12px 3px 12px;
	/* VLA 26-09-08 BUG0002012 */
	background: #F7EDF0 none;
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
}

.item-rapport table {
	font-size: 0.9em;
	margin: 8px 0px;
}

/* VLA 26-09-08 BUG0002012 */
.item-rapport th {
	background-color: #FFFFFF;
	font-weight: bold;
	color: #000000;
}

.item-rapport th {
	padding: 4px 4px 4px 4px;
	vertical-align: top;
}

.item-rapport td {
	padding: 4px 4px 4px 7px;
	vertical-align: top;
}

.item-rapport tr.color1 th,.item-rapport tr.color2 th {
	font-weight: normal;
	text-align: left;
}

.item-rapport tr.color1 th {
	background-color: #F7EDF0;
}

.item-rapport tr.color2 th {
	background-color: #FFFFFF;
}

#fiche-chiffres-cles .item-rapport tr.color1,#fiche-chiffres-cles .item-rapport tr.color1 th
	{
	background-color: #FFFFFF;
}

.item-rapport tr.color1 .bold,.item-rapport tr.color2 .bold {
	font-weight: bold;
}

.item-rapport tr.color1 .bold-retrait1,.item-rapport tr.color2 .bold-retrait1
	{
	font-weight: bold;
	padding-left: 20px;
}

.item-rapport tr.color1 .bold-retrait2,.item-rapport tr.color2 .bold-retrait2
	{
	font-weight: bold;
	padding-left: 40px;
}

.item-rapport tr.color1 .retrait1,.item-rapport tr.color2 .retrait1 {
	padding-left: 20px;
}

.item-rapport tr.color1 .retrait2,.item-rapport tr.color2 .retrait2 {
	padding-left: 40px;
}

.item-rapport .interligne {
	height: 10px;
}

.item-rapport p.absence-element {
	padding: 15px 0px;
}

#listTheme .closeThemeInfo {
	display: block;
	background: url("../img/deployed.gif") no-repeat scroll 0 0.25em transparent;
	padding-left: 18px;
	margin: .3em 0 0;
}
#listTheme .theme {
	cursor: pointer;
	border-bottom: 1px dashed;
}
#listTheme .collapserOpened {
	border: none;
}

#listTheme .themeInfo {
	border: 1px dashed gray;
	padding: 10px;
}
#listTheme .collapseClosed {
	display: none;
}
#listTheme .collapseOpened {
	display: block;
}

/******************************************
********* Bases téléchargeables **********
*******************************************/
.content-2 {
	padding: 0px;
	margin: 0px 0px 6px 12px;
}

.bases {
	width: 100%;
}

.bases #bt-format-texte,#bt-format-excel {
	width: 90px;
}

/**
** Nouveautés des fichiers détail
**/
#nouveautesFichierDetail{
	color: #91002C;
	font-size: 12px;
	font-weight: bold;
}

a.urlDonneesPrecedentes {
	display: block; /*retour à la ligne*/
}

/************************************
********** Aide thématique **********
*************************************/
#aideThematique h2 {
	border-top: 1px dotted gray;
}

#listKeyword .collapseClosed {
	display: none;
}
#listKeyword ul {
	margin-left: 18px;
}

#listKeyword .collapseOpened {
	display: block;
}
#listKeyword .collapserClosed {
	display: block;
	background: url("../img/not-deployed.gif") no-repeat scroll 0 0.25em transparent;
	padding-left: 18px;
	cursor: pointer;
}
#listKeyword .collapserOpened {
	display: block;
	background: url("../img/deployed.gif") no-repeat scroll 0 0.25em transparent;
	padding-left: 18px;
	cursor: pointer;
}
.keywordTheme {
	padding-left: 0;
	background: none;
}
/* pour IE6 */
.keywordTheme {
	_display: inline-block;
}
ul li.pdf {
	_padding-top: 3px;
	_background-position-y: 5px; 
}

#footer-links {
	_height: 1%;
}

/*** hack IE6/7 pour les liens du footer **/
ul#footer-links li {
  /zoom: 1;
  _zoom: auto;
  /padding: 0 2px;
}