/*  ----------------------------------------------------------- */
/*  Feuilles de styles des squelettes par defaut pour SPIP 1.9  */
/*  ----------------------------------------------------------- */

/* taille typo
 * Base				100%
 * -------------------------------------
 * 20px				1.27em
 * 19px				1.21em
 * 18px				1.15em
 * 17px				1.09em
 * 16px				1.03em
 * 15px				0.96em
 * 14px				0.88em
 * 13px				0.82em
 * 12px				0.77em
 * 11px				0.71em
 * 10px				0.65em
 *  9px				0.59em
 * Attention : en dessous de 0.71em le texte devient illisible en text smallest sur MSIE
 */

/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */



body{
	margin: 0 auto;
	padding:0;
	margin-top:8px;
	/*background: #699;*/
	background: transparent url(images/9/fond_location_salle3.jpg) repeat top center;
	/*background: transparent url(images/9/fond_location_salle.jpg) repeat top center;*/
	/*background:#000;*/
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;	
	/*width: auto;*/
	width: 1002px;
}

/** HABILLAGE ARTICLES */
.skin_top{
	margin:0;
	padding:0;
	float:left;
	height:25px;
	width:1002px;		
	background: transparent url(images/9/lieu-detail-body.png) no-repeat 0 0px;
}
.skin_middle{		
	/*clear:left;*/
	float:left;
	margin:0;
	padding:0;
	background: transparent url(images/9/lieu-detail-body-2.png) repeat-y 0 10px;
}
.skin_bottom{		
	margin:0;
	padding:0;
	float:left;
	height:20px;
	width:1002px;	
	background: transparent url(images/9/lieu-detail-body.png) no-repeat 0 -158px;/* Max=176*/
}


#conteneur {
	/*width: 100%;*/ 
	width: 1002px;
	
}




#conteneur #contenu {
	float: left;
	/*width: 610px;
	margin-left: 14px;*/	
	width:513px;/* corrige 513px*/
	padding-top:11px;
	
}

#conteneur .col23 #contenu {
	float: left;
	/*width: 610px;
	margin-left: 14px;*/
	padding-right: 10px;
	width:753px;/* corrige 763pxpx*/
	padding-top:11px;
}

#conteneur .col123 #contenu {
	float: left;
	/*width: 610px;
	margin-left: 14px;*/
	padding-left: 10px;
	padding-right: 10px;
	width:982px;/* corrige 1002px*/
	padding-top:11px;
}


#conteneur_hp #contenu_hp {
	float: left;
	width: 513px;
	/*margin-left: 3px;*/
}


#conteneur #navigation {
	float: left;
	padding-left:10px;
	width: 229px;/* corrige 239px*/
	/*text-align: center;
	font-size:0.77em;
	margin-right: 12px;*/
}

#conteneur_hp #navigation_hp {
	float: left;
	/*width: 239px;*/
	text-align: center;
	/*margin-right: 12px;*/
}


li #onglet a {
	display: block;  /*On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	
	width: 200px;
	height: 36px;
	/*padding-top: 7px;*/
	/*line-height: 50px ;*/
	color: #FFF;
	
	/*text-decoration: none;*/
	background: url(images/onglet_defiscalisation.gif) no-repeat 0 0; /* On met une image de background, que l'on positionne à 0px du bord gauche et 0px du bord haut */
	
	/*border: 1px solid #dbd;*/
	
}



/* Fil d'Ariane */
#hierarchie {
	
	clear: both;
	padding-left: 9px;
	/* width=total width-padding */
	width: 993px;
	height: 19px;
	padding-top: 3px;	
	
	/*margin-left: 7px;*/
	margin-right:2px;
	
	vertical-align: middle;
	/*margin-bottom: 1em;*/
	font-size: 0.77em; 
	color: #fff;
	/*background-color: #787878;*/
	background-image: url(images/all/skin-bg-hierarchie.png);
}

#hierarchie a {
	color: #fff;
	font-weight: bold;
}


/* Les menus */
	/* Bloc newsletter */
#titre_bloc_newsletter{
	width:190px;
	height:39px;
	margin-bottom:5px;
}
#bloc_newsletter{
	width:164px;
	height:67px;
	text-align:left;
	font-size:11px;
	border-left:1px solid #f4f4f4;
	border-right:1px solid #f4f4f4;
	padding:6px;
}

ul#menuColArticle li ul li {
  	/*background: #339933;*/
  	width:176px;
	border-bottom : 1px solid #e5e5e5;
	border-left : 1px solid #f4f4f4;
	border-right : 1px solid #f4f4f4;
	font-weight:bold;
}

ul#menuColArticle li a {
	/*background: #333;*/
  	/*background: #339933;*/
	/*color: #fff;
	padding: 0.5em;
	background-image: url(images/fillet-menu.png);*/
	/*text-align: center;*/
  	color: #fff;	
 	padding: 0.5em;
	background-repeat:no-repeat;
	height:28px;
	background-color:#FFFFFF;
}

ul#menuCol li ul li a:hover {
  /*background: #aaa;
  background: #CCCCCC;
  border-left: 5px #339933 solid;
  padding-left: 15px;*/
}

ul#menuColArticle li ul li a:hover {
  /*background: #aaa;
  background: #CCCCCC;
  border-left: 5px #339933 solid;
  padding-left: 15px;*/
}






#bloc_ministere {
	width:149px;
	height:308px;
	text-align:left;
	border-top:1px solid #e5e5e5;
	border-left:1px solid #f4f4f4;
	border-right:1px solid #f4f4f4;
	padding: 16px 17px 0px 10px;
}

#bloc_ministere p {
	font-family:Arial, Helvetica, sans-serif ;
	font-size:11px;
	text-align:justify;
	margin:0;
	padding:0
}

/* Centre */

.txt_orange{
	color:#FF6600;
}


.cartouche{
	padding:0 10px 0 0;	
	
}




#list_champs{
	padding-top:35px;
	padding-left:217px;
}

#list_champs DIV{
	padding-bottom:15px;
}

.liste1 {
	list-style-image:url(images/defisc/puce.gif);
	line-height:2em;
}
.liste2 {
	list-style-image:url(images/defisc/puce.gif);
}
.liste2 a {
	cursor:pointer;
}

.centre {
	width:480px;
	/*margin-top:13px;*/
	margin-left:7px;
	position:relative;
	float:left;
}


/* Colonne droite */
.menu_droit {
	width:260px;
	/*margin-top:13px;*/
	/*margin-left:10px;*/
	position:relative;
	float:left;
	/*background-color:#fafcff;*/
}

.col3 {
	font-size:11px;
}

.titres_droite {
	color:#f63;
	font-size:18px;
	font-weight:bold;
	border-bottom:solid 1px #000;
}



.menuBlocDroite {
	padding-bottom:20px;
	margin-bottom:10px;
	background-image:url(images/defisc/separ_menu_droit.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}


/** TITRES */

.titreDomaine {
	color:#036;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	/*padding-left:10px;*/	
}
.titreRubrique {
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
.descriptifRubrique {
	color:#FFF;
	font-size:22px;
	text-align:left;
	margin-top:20px;
	margin-bottom:10px;
}

.sous_desc {
	color:#333;
	font-size:15px;
	text-align:left;
	margin-top:5px;
	margin-bottom:10px;
	font-weight:bold;
}
.titreTheme {
	text-align:left;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:lighter;
	letter-spacing:1px;
}
.question {
	text-align:right;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0px;
}

/** FIN TITRES */



/** Footer */

#footer .links {
	float: left;
	/*margin-left: 7px;*/
	width: 1002px;
	font-size: 10px;	
	/*background-color: #666666;*/
	color: #FFFFFF;
	
}

#footer .links A{
	color: #FFFFFF;
}

#footer .links STRONG{
	font-size: 11px;
}

.copyrights{
	clear: both;
	color: #fff;
	font-style: normal;
	font-weight: normal;
	font-size: 9.5px;
	line-height: normal;
	text-align: center;
}
.copyrights a {
	color: #fff;
	font-weight:bold;
}




/** EXPLORATEUR_ARTICLES FICHES DEBUT */

#article_liste{

}

#titre_article_sommaire{
/*	width:447px;
	background-color:#CCC;
	border-left:solid 1px #000;
	border-right:solid 1px #000;
	padding:0 0px 0 5px;*/
	padding-top:7px;
	padding-bottom:7px;
}

#titre_article_sommaire a{
	padding-left:5px;
}

#article_fiches{

}

#article_border{
	width:100px;
}

#sommaire_border_top{
	width:454px; 
	height:6px; 
	background-image:url(images/defisc/cadreH_faq_home.gif); 
	background-repeat:no-repeat;
}

#sommaire_border_bottom{
	width:454px; 
	height:6px; 
	background-image:url(images/defisc/cadreB_faq_home.gif); 
	background-repeat:no-repeat;
}

#explorateur_sommaire{
	width:454px;
	height:auto;
}

#border_ex{
	float:left;
	margin-top:7px;
	background-color:#f5f5f5;
	border:1px solid #ccc;
	padding:5px;
}

.border_ex_titre{
	color:#6a6a6a;
	font-size:24px;
	text-align:left;
}

.soustitre_ex{
	font-size:18px;
	color:#ff6633;
}

/** EXPLORATEUR_ARTICLES FIN */

/** COMMUN :: Cadres */

.cadre_fonce_haut{
	width:454px;
	height:6px;
	float:left;
	background-image:url(images/defisc/cadreH_faq_home.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
.cadre_fonce_centre{
	width:432px;
	
	background-color:#CCC;
	border-left:solid 1px #000;
	border-right:solid 1px #000;
	padding-left:10px;
	padding-right:10px;
	text-align:justify;
}
.cadre_fonce_bas{
	width:454px;
	height:6px;

	background-image:url(images/defisc/cadreB_faq_home.gif);
	background-position:top;
	background-repeat:no-repeat;
}
.cadre_fonce_bas_faq{
	width:454px;
	height:6px;
	margin-top:-12px !important;
	background-image:url(images/defisc/cadreB_faq_home.gif);
	background-position:top;
	background-repeat:no-repeat;
}
.cadre_clair_haut{
	width:454px;
	height:6px;

	background-image:url(images/defisc/cadreH_faq.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-top:10px
}
.cadre_clair_centre{
	width:432px;
	background-color:#EBEBEB;
	border-left:solid 1px #999;
	border-right:solid 1px #999;
	padding:10px;
	text-align:justify;
}
.cadre_clair_bas{
	width:454px;
	height:6px;

	background-image:url(images/defisc/cadreB_faq.gif);
	background-position:top;
	background-repeat:no-repeat;
}


/** FIN COMMUN :: Cadres */


/** ONGLET ENTETE : DEBUT */

/* ONGLETS */

#domain_list #menu{
	margin:0;
	padding:0;
	float:left;
	display:block;
}

ul#menu  {
	
	float: left;
	display:block;
	height: 36px;
	width: 1002px;
	font-size: 11px;
	margin: 0;
	/*margin-bottom:15px;*/
	/*padding-left: 282px;
	padding-right: 42px;*/
	padding-top: 0px;
	padding-bottom: 0px;
	/*margin-left: 7px;*/
	list-style-type: none;
	font-weight: bold;
	
	/* text-indent: 1px; On décale le texte de 40px du bord gauche */
	/*background-image: url(images/skin-small-bg-blue-v2.gif);*/
	/*background-color:#FFF;*/
}

ul#menu li {
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	/*border-right: 1px solid #FFF;*/	
	text-align: center;

	list-style-type: none;
	cursor:pointer;
}

#menu .links {	
	
	height:28px;
	padding-top: 8px;
	text-decoration:none;
	
	
}


/* Les 2 principaux etats ici, et le reste, dans la personnalisation = autres css */



li#onglet9 {
	display: block;/*  On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	
	width: 181px;
	height: 36px;	
	color: #FFF;
	background: url(images/all/onglet-left.png) no-repeat 0 0; /* On met une image de background, que l'on positionne à 0px du bord gauche et 0px du bord haut */
}


li#onglet9 a {
	display: block; /*On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 181px;
	height: 36px;
	
	color: #FFF;
	/*padding-top:8px;*/
	background: url(images/all/onglet-left.png) no-repeat 0 0; /* On met une image de background, que l'on positionne à 0px du bord gauche et 0px du bord haut */
}

li#onglet9 a:hover {
	/*display: block;	*/
	
	height: 36px;
	width: 181px;
	/*padding-top:8px;*/
	background: url(images/all/onglet-left.png) no-repeat 0 -36px ; /* Et ici on décale l'image du background de 30px vers le haut pour laisser apparaître la 2eme partie de l'image */	
}

li#onglet10 {
	display: block;  /*On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 122px;
	height: 36px;
	color: #FFF;
	/*padding-top:8px;*/
	background: url(images/all/onglet-small-center.png) no-repeat 0 0; /* On met une image de background, que l'on positionne à 0px du bord gauche et 0px du bord haut */
}

li#onglet10 a {
	display: block;  /*On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 122px;
	height: 36px;
	color: #FFF;
	/*padding-top:8px;*/
	background: url(images/all/onglet-small-center.png) no-repeat 0 0; /* On met une image de background, que l'on positionne à 0px du bord gauche et 0px du bord haut */
}

li#onglet10 a:hover {
	background: url(images/all/onglet-small-center.png) no-repeat 0 -36px ; /* Et ici on décale l'image du background de 30px vers le haut pour laisser apparaître la 2eme partie de l'image */	
	height: 36px;
	/*padding-top:8px;*/
}

li#onglet22 {
	display: block;  /*On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 181px;
	height: 36px;
	color: #FFF;
	background: url(images/all/onglet-right.png) no-repeat 0 0; /* On met une image de background, que l'on positionne à 0px du bord gauche et 0px du bord haut */

}

li#onglet22 a {
	display: block;  /*On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 181px;
	height: 36px;
	color: #FFF;
	background: url(images/all/onglet-right.png) no-repeat 0 0; /* On met une image de background, que l'on positionne à 0px du bord gauche et 0px du bord haut */
}

li#onglet22 a:hover {
	background: url(images/all/onglet-right.png) no-repeat 0 -36px ; /* Et ici on décale l'image du background de 30px vers le haut pour laisser apparaître la 2eme partie de l'image */	
	height: 36px;
}

li#onglet23 {
	display: block;  /*On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 181px;
	height: 36px;
	color: #FFF;
	background: url(images/all/onglet-right.png) no-repeat 0 0; /* On met une image de background, que l'on positionne à 0px du bord gauche et 0px du bord haut */

}

li#onglet23 a {
	display: block;  /*On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 181px;
	height: 36px;
	color: #FFF;
	background: url(images/all/onglet-right.png) no-repeat 0 0; /* On met une image de background, que l'on positionne à 0px du bord gauche et 0px du bord haut */
}

li#onglet22 a:hover {
	background: url(images/all/onglet-right.png) no-repeat 0 -36px ; /* Et ici on décale l'image du background de 30px vers le haut pour laisser apparaître la 2eme partie de l'image */	
	height: 36px;
}

li#onglet0 {
	display: block;  /*On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 181px;
	height: 36px;
	color: #FFF;
	background: url(images/all/onglet-right.png) no-repeat 0 0; /* On met une image de background, que l'on positionne à 0px du bord gauche et 0px du bord haut */

}

li#onglet0 a {
	display: block;  /*On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 181px;
	height: 36px;
	color: #FFF;
	background: url(images/all/onglet-right.png) no-repeat 0 0; /* On met une image de background, que l'on positionne à 0px du bord gauche et 0px du bord haut */
}

li#onglet0 a:hover {
	background: url(images/all/onglet-right.png) no-repeat 0 -36px ; /* Et ici on décale l'image du background de 30px vers le haut pour laisser apparaître la 2eme partie de l'image */	
	height: 36px;
}



/** ONGLETS ARTICLE : FCONTION DRAW_TAB DEBUT */

#onglets_article{
	clear:both;
	float:none;
	height:21px;
	margin-top:15px;
	/*background:#33FF00;
	background:url(images/defisc/onglet_defisc_longueur.png) 0px 0px repeat;*/
}

.onglets_background{
	background:url(images/defisc/onglet_defisc_longueur.gif) 0px 0px repeat;
}

#onglets_article .article_onglet_left{
	float:left;
	width:7px;
	height:21px;
	background:url(images/defisc/onglet_defisc_on_off.png) 0px 0px no-repeat;
	/*background:#99CC00;*/
}

#onglets_article .article_onglet_left_selected{
	float:left;
	width:7px;
	height:21px;
	background:url(images/defisc/onglet_defisc_on_off.png) 0px -21px no-repeat;
	/*background:#99CC00;*/
}

#onglets_article .article_onglet_center{
	float:left;
	height:21px;	
	background:url(images/defisc/onglet_defisc_hauteur.png) 7px 0px repeat;
	
}

#onglets_article .article_onglet_center_selected{
	float:left;
	height:21px;	
	background:url(images/defisc/onglet_defisc_hauteur.png) 7px -21px repeat;
	
}

#onglets_article .article_onglet_right{
	float:left;
	width:7px;
	height:21px;
	background:url(images/defisc/onglet_defisc_on_off.png) -70px 0px no-repeat;	
}

#onglets_article .article_onglet_right_selected{
	float:left;
	width:7px;
	height:21px;
	background:url(images/defisc/onglet_defisc_on_off.png) -70px -21px no-repeat;	
}

/** ONGLETS ARTICLE : FCONTION DRAW_TAB FIN */

#zone_bottom_right {
	/*background-color:#fafcff;*/
}

/* Entete */
#entete {
	width: 1002px;
	/**width: 973px;*/
	margin: 0;
	/*margin: 0 7px 0px 7px;
	background-color:#FFFFFF;*/
	/** border-bottom: 2px solid #333; */ }

	
#entete #nom_site_spip, #entete a .spip_logos {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 1.5em; }
#entete a { text-decoration: none; }
#entete .formulaire_recherche { float: right; }

#entete .conteneur {
	float: left;
	width: 1002px;
	height:68px;	
	back
	padding: 0;
	margin: 0;
	/*background-color:#00FF66;*/
}


#entete .cel1{
	
	padding: 2px 0 0;/**/
	float: left;
	width: 105px;
	height:38px;
	/*height:auto;*/
	/*background-color:#003366;*/

}

#entete .cel2{
	float: left;
	width: 857px;
	height:auto;
	/**height: 31px;*/
	margin-left: 0;
	/**text-indent: 1.5em;*/
	/**text-align: left;*/
	/**padding: 0 35px 10px;*/
	padding: 6px 20px 0;
	/*background-color:#FF3333;*/
		

}

#entete .cel3{
	
	width: 359px;
	height: 31px;
	margin-left: 593px;
	background-color:#666633;/**/
		

}

#entete .domaine-titre {
	
	/*padding: 0 0.3em;*/
	padding-top:30px;	
	/*margin-top:25px;*/
	text-align: center;
	/*text-indent: 10px;*/
	font-weight: bold;
	font-size: 12.8px;
	/*color: #666666;*/
}

#entete .telephone-titre {
	
	padding: 0.18em 0.3em;
	text-align: right;
	text-indent: 1.5em;
	font-weight: bold;
	
	font-size: 24px;
	color: #0099FF;
	
}


/* Pied de page */
#pied {
	clear: both;
	width: 959px;/**/
	/*width: 100%;*/
	margin-left: 7px;
	
	margin-top: 0.2em;/**/
	margin-bottom: 0.2em;/**/
	
	/*border-top: 1px dotted #CCC;*/
	
	text-align: center; 
}

#pied small { font-size: 0.77em; }
#pied img { vertical-align: bottom; }

#footer {
clear: both;
	
	width: 100%;
}




#footer .li {
	/*list-style-image: url(images/puce-blanche-breve.gif);*/
	margin-top: 5px;
	list-style-type: none;
}
