 /** Feuille de style specifique a l'impression */
 
@page: {size: auto; 
		margin:10%; 
	
 }
@page :first { margin-top:10cm; }  /* La marge du haut de la première page fait 10cm*/ 

body{	background-color:#fff;
		color:#000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:11pt;
		margin:0;
		padding:0;
		line-height:110%;
		}

/***** sémentique *****/

/*---------------------------- Sections à ne pas imprimer ---------------------------------*/
.lien_page, #navigation,#entete,.identifiants,.floatr,.forum-repondre,.forum-repondre-message,.spip-admin-float {	display: none;}
				

/*------------------ affichage du lien de la page ------------------------------------*/
#hierarchie {	margin-top:100px;
				font-family: Arial;
				font-size:9pt;}
/* border: 1pt solid #993333;*/
/*#hierarchie a:after {content: " " attr(href) " "; }*/
				
/*--------------------------------------------*/
#logo { position: absolute;
		top:0px;
		left:50px;
		width:240px;
 }

 /*--------------------------------------------*/
 .coordonnees { position: absolute;
			top:0px;
			right:50px;
			width:240px;
			font-size:12pt;
			line-height:0.7em;
			text-align: center ;
			}
	.coordonnees h6 {}
	.coordonnees h5 {margin-bottom:-20px;
					 margin-top:5px; }
/*-------------------------------------------*/
#principal {margin-top:10px;
			width: 96%;
			border: 1pt solid #993333;
			text-align: justify ;
			padding :1%;
			}

#logo_local{float:left;
			width:30%;
			margin:1.5%;
			}
	
#titre_page {	float:right; 
				width: 58%;
				margin: 2%;
				padding: 0px 0px 10px 0px;
				text-align: center;
				border-bottom: 1px solid #993333 ;
				}		
	#titre_page h1 {line-height:110%;}					/*--------> titre*/
	#titre_page h6 { text-align:center;     			/*--------> descriptif*/
					 font-size:11pt;
					 margin :0 0 5px;}
	#titre_page p {font-size:8pt;}          			/*--------> Copyr*/
	#titre_page h5{}                       				/*--------> texte et notes*/		
		
	
	
#corps_page {clear:both;}

/************  quelques mis en pages  ********************/


.chapo {line-height: 120%;
		font-size: 95%;
		margin: 0 5% ;
		font-weight: bolder;
		}

.ps {padding-top: 0.6em;
	margin-top: 0.6em;
	border-top: 1px dashed #404040;
	}

#pied {	font-size:9pt;
		padding: 0px 10px 0px 0px;
		font-family: Arial;
		/*border: 1pt solid #993333;text-align: center ;*/	
}
.notes {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	border-top: 1px solid #707070;
}

/******** Pour les liens, on desactive les couleurs
   et on affiche l'URL cible a la suite du lien (!) **********/

a:visited { color: black; text-decoration: underline; }
a.spip_in {	color: black; text-decoration: underline; }
a.spip_out {color: black; text-decoration: underline; }
a:after {	display: inline;
			border: 1px solid dotted;
			/*content: "   [" attr(href) " ]"; */	  }
	
a { color: black; text-decoration: underline;}
			
	
/************* TABLE **********************************/
.texte TABLE     { border-collapse: collapse;
                   border: 2px solid black; }
  TD             { border: 1px solid black; padding:3px; }
 
   .texte TABLE  {width:100%;}		

/*-------------------- Auteurs -----------------------*/
#titre_page_auteur {
				margin: 5px;
				padding: 0px 0px 10px 0px;
				border-bottom: 1px solid #993333 ;
				}
	#titre_page_auteur .bloc_titre {line-height:1.5em;
									text-align: center; }

#corps_page_auteur .bloc_contenu .texte {text-align: justify;
										padding:0px 30px 0px 0px;}

/*----------------- bulletin --------------------*/

/*
.bloc_contenu {
	margin: 0em 0.6em;
	}

.structure,.spip-admin-float  {
	display: none;
}

.contenu {
	margin: 10px;
}

.contenu h1 {
	margin-top: 0em;
	margin-bottom: 0em;
}
.contenu h1.titre-extrait {
}
.contenu h1.titre-texte {
}
.contenu .surtitre {
	margin-top: 0em;
	margin-bottom: 0em;
}
.contenu .detail {
	margin-left: 2em;
}
.extrait {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 2em;
	margin-right: 0em;
	line-height: 1.4em;
}

}
.cartouche {
	margin-top: 0.5em;
	padding-top: 1em;
	margin-bottom: 1em;
}
.cartouche .spip_logos {
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0.8em;
}
*/

